summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-pkcs11-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debugdjm2019-01-211-5/+10
* cleanup pkcs#11 client code: use sshkey_new in instead of stack-djm2019-01-201-23/+42
* allow override of the pkcs#11 helper binary via $SSH_PKCS11_HELPER;djm2019-01-201-5/+7
* add support for ECDSA keys in PKCS#11 tokensdjm2019-01-201-11/+92
* hold our collective noses and use the openssl-1.1.x API in OpenSSH;djm2018-09-131-6/+8
* replace cast with call to sshbuf_mutable_ptr(); ok djm@markus2018-07-091-2/+2
* pkcs11: switch to sshbuf API; ok djm@markus2018-07-091-57/+79
* Add a couple of non-negativity checks to avoid close(-1).tb2018-02-051-2/+3
* switch from Key typedef with struct sshkey; ok djm@markus2017-05-301-3/+3
* Pass (char *)NULL rather than (char *)0 to execl and execlp.mmcc2015-12-111-2/+2
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-1/+3
* bye, bye xfree(); ok markus@djm2013-05-171-5/+5
* Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow.miod2012-01-161-1/+3
* Add $OpenBSD$ tags in comments, our portable-syncing scripts use thesedjm2010-02-241-0/+1
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-0/+229