summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-pkcs11-client.c
AgeCommit message (Expand)Author
2020-01-25expose PKCS#11 key labels/X.509 subjects as commentsDamien Miller
2019-01-21add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debugDamien Miller
2019-01-20cleanup pkcs#11 client code: use sshkey_new in instead of stack-Damien Miller
2019-01-20allow override of the pkcs#11 helper binary via $SSH_PKCS11_HELPER;Damien Miller
2019-01-20add support for ECDSA keys in PKCS#11 tokensDamien Miller
2018-09-13hold our collective noses and use the openssl-1.1.x API in OpenSSH;Damien Miller
2018-07-09replace cast with call to sshbuf_mutable_ptr(); ok djm@Markus Friedl
2018-07-09pkcs11: switch to sshbuf API; ok djm@Markus Friedl
2018-02-05Add a couple of non-negativity checks to avoid close(-1).Theo Buehler
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2015-12-11Pass (char *)NULL rather than (char *)0 to execl and execlp.mmcc
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2012-01-16Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow.Miod Vallat
2010-02-24Add $OpenBSD$ tags in comments, our portable-syncing scripts use theseDamien Miller
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl