Displaying 2 results from an estimated 2 matches for "softtoken".
Did you mean:
softoken
2006 Oct 31
0
PSARC 2005/572 PKCS#11 v2.20
...t for the Crypto Framework
6287425 residual bzero''s in hmac part of sha2
6287428 add sha2 to the i.kcfconfbase upgrade script
Files:
create: usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c
create: usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h
create: usr/src/lib/pkcs11/pkcs11_softtoken/common/softBlowfishCrypt.c
update: usr/src/cmd/cmd-crypto/digest/digest.c
update: usr/src/common/crypto/blowfish/Makefile
update: usr/src/common/crypto/blowfish/blowfish_impl.c
update: usr/src/common/crypto/rsa/rsa_impl.c
update: usr/src/common/crypto/rsa/rsa_impl.h
update: usr/src/common/cry...
2016 Jan 22
4
[Bug 2530] New: Client does not differentiate between more keys on Smart card, signs always with first one
...Component: Smartcard
Assignee: unassigned-bugs at mindrot.org
Reporter: jjelen at redhat.com
Based on the report in our bugzilla [1] (though on older version and
with different use case), I can reproduce the same behaviour with two
different key pairs on smartcard (opencryptoki softtoken), when only
the second is accepted.
This is caused by the fact, that when the public key is read from the
card, its CKA_ID is not stored alongside with the public key and ssh
later does not know which key use for signing (use the first one
implicitly, since it is first result of search).
So far,...