summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-pkcs11.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't ignore PKCS#11 hosted keys that return empty CKA_ID;djm2015-07-181-6/+14
* skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427djm2015-07-181-1/+6
* support PKCS#11 devices with external PIN entry devicesdjm2015-05-271-12/+20
* rename xrealloc() to xreallocarray() since it follows that form.deraadt2015-04-241-2/+2
* missing ;deraadt2015-02-031-2/+2
* handle PKCS#11 C_Login returning CKR_USER_ALREADY_LOGGED_IN;djm2015-02-021-5/+7
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-13/+13
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-2/+2
* revert __bounded change; it causes way more problems for portable thandjm2014-05-021-2/+2
* use __bounded(...) attribute recently added to sys/cdefs.h instead ofdjm2014-03-261-2/+2
* add missing braces found by pedromarkus2013-11-131-2/+2
* from portable: s/true/true_val/ to avoid name collisions on dump platformsdjm2013-11-061-3/+3
* support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;markus2013-11-021-28/+98
* fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@djm2013-07-121-6/+6
* bye, bye xfree(); ok markus@djm2013-05-171-15/+12
* check length of value returned C_GetAttributValue for != 0markus2010-06-081-2/+8
* retry lookup for private key if there's no matching key with CKA_SIGNmarkus2010-04-151-11/+34
* Add $OpenBSD$ tags in comments, our portable-syncing scripts use thesedjm2010-02-241-0/+1
* dlclose() call should also be #ifdef HAVE_DLOPENderaadt2010-02-211-0/+2
* unbreak build for NOPIC systems; noticed, help and ok deraadt@markus2010-02-201-0/+9
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-0/+544