alonbl / gnupg-pkcs11-scd

PKCS#11 GnuPG SCD
http://gnupg-pkcs11.sourceforge.net/
Other
68 stars 17 forks source link

Fix token check with non-RSA non-standard certificate #54

Closed olegshtch closed 1 year ago

olegshtch commented 1 year ago

In some rare case certificate on the token could not be supported by openssl without special engines/providers. This PR make to ignore such certificates.

alonbl commented 1 year ago

Thanks!