index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-pkcs11.c
Age
Commit message (
Expand
)
Author
2015-07-18
don't ignore PKCS#11 hosted keys that return empty CKA_ID;
Damien Miller
2015-07-18
skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427
Damien Miller
2015-05-27
support PKCS#11 devices with external PIN entry devices
Damien Miller
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-02-03
missing ;
Theo de Raadt
2015-02-02
handle PKCS#11 C_Login returning CKR_USER_ALREADY_LOGGED_IN;
Damien Miller
2015-01-15
sync ssh-keysign, ssh-keygen and some dependencies to the new
Damien Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-05-02
revert __bounded change; it causes way more problems for portable than
Damien Miller
2014-03-26
use __bounded(...) attribute recently added to sys/cdefs.h instead of
Damien Miller
2013-11-13
add missing braces found by pedro
Markus Friedl
2013-11-06
from portable: s/true/true_val/ to avoid name collisions on dump platforms
Damien Miller
2013-11-02
support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;
Markus Friedl
2013-07-12
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2010-06-08
check length of value returned C_GetAttributValue for != 0
Markus Friedl
2010-04-15
retry lookup for private key if there's no matching key with CKA_SIGN
Markus Friedl
2010-02-24
Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
Damien Miller
2010-02-21
dlclose() call should also be #ifdef HAVE_DLOPEN
Theo de Raadt
2010-02-20
unbreak build for NOPIC systems; noticed, help and ok deraadt@
Markus Friedl
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl