Re: [opensc-devel] [opensc-commits] svn opensc changed[4961] Build 0.12.0-rc2

2010-12-17 Thread Andre Zepezauer
Now OpenSC without OpenSSL is working very well. Seems that NSS has no problem with it, even if the supported mechanisms are striped to a minimum: $pkcs11-tool -M Supported mechanisms: RSA-PKCS, keySize={2048,2048}, hw, decrypt, sign $ On Fri, 2010-12-17 at 11:13 -0600, Douglas E. Engert wrote:

Re: [opensc-devel] [opensc-commits] svn opensc changed[4961] Build 0.12.0-rc2

2010-12-17 Thread Douglas E. Engert
When built without OpenSSL, register_mechanisms can fail. Without OpenSSL sc_pkcs11_register_sign_and_hash_mechanisum fails if the hash is not available, even if the card could do the hash on the card. ../../../src/src/pkcs11/framework-pkcs15.c:173:pkcs15_bind: register_mechanisms failed: 0x70 A