search for: myeid

Displaying 3 results from an estimated 3 matches for "myeid".

Did you mean: my_id
2011 Feb 17
1
PKCS11: selecting which key to use
...ome keypairs added. Seems it works as expected *IF* the only (or first) on-card keypair is the one to be used for SSH. If it's after other keys/certs there's no way (I know of) to avoid testing all the preceeding keys (that's really heavy: I have had 58 2048bit RSA keypairs on a single MyEID card during test phase!). The result is that I always get a "Too many authentication failures" error. Maybe a semantic extension for '-i' parameter, to use the given key ID? Please, don't tell me "use a card only for SSH"... That would be just a workaround and a re...
2015 Sep 28
33
[Bug 2474] New: Enabling ECDSA in PKCS#11 support for ssh-agent
https://bugzilla.mindrot.org/show_bug.cgi?id=2474 Bug ID: 2474 Summary: Enabling ECDSA in PKCS#11 support for ssh-agent Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh-agent Assignee: unassigned-bugs
2015 Mar 31
7
Wanted: smartcard with ECDSA support
Hi list, I have no idea if Damien Miller had the time to work on that. I have an initial patch to authenticate using PKCS#11 and ECDSA keys. This requires OpenSSL 1.0.2, prior OpenSSL versions do not expose the required interfaces to override the signature function pointer for ECDSA. The only limitation is that the OpenSSL API misses some cleanup function (finish, for instance), hence I have yet