Michael Beaudoin

Results 1 issues of Michael Beaudoin

I am entering an endless loop because my signature length size is greater that 64. I modified the code in src/commom/pkcs11_lib.c line 1814 *signature_length = 64; to *signature_length = 1024;...