Małgorzata Olszówka
Małgorzata Olszówka
I'd like to replicate this bug. Could you please tell me the exact steps to reproduce this windows driver loader issue ? Does [signtool ](https://docs.microsoft.com/en-us/windows/win32/seccrypto/signtool) verify `*.sys` file signed with...
@utoni, you submitted the same file signed with osslsigncode and signtool, but with the different certificate chains. Therefore, I can’t investigate the differences between these files. Signing certificate chain retrieved...
This PR should be triaged as a bug, not a feature, I think. According to the `PKCS7_verify()` manual: ``` indata refers to the signed data if the content is detached...
Please let me know if you need any help from me.
[certs.zip](https://github.com/openssl/openssl/files/13598601/certs.zip) @jamuir In the [stunnel ](https://github.com/mtrojnar/stunnel/tree/master/tests/certs)repository on GitHub, there is a script that generates certificates along with configuration files. The certificate file names have been changed for the above example....
It seems that the issue has been resolved. I recommend closing this issue.
Try to use the `-login` option to force login to the token.
@alecrevangelista, does using the `-login` option to force token login resolve the issue, so we can close it?
I think that this issue is specific to certain OpenSSL versions that cause a segmentation fault during private key operations. The fault occurs in engine operations and has been addressed...
Could someone try again using pkcs11.so built from the latest master branch to check if I'm correct?