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