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:
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