index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-pkcs11-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug
djm
2019-01-21
1
-5
/
+10
*
cleanup pkcs#11 client code: use sshkey_new in instead of stack-
djm
2019-01-20
1
-23
/
+42
*
allow override of the pkcs#11 helper binary via $SSH_PKCS11_HELPER;
djm
2019-01-20
1
-5
/
+7
*
add support for ECDSA keys in PKCS#11 tokens
djm
2019-01-20
1
-11
/
+92
*
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
djm
2018-09-13
1
-6
/
+8
*
replace cast with call to sshbuf_mutable_ptr(); ok djm@
markus
2018-07-09
1
-2
/
+2
*
pkcs11: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-57
/
+79
*
Add a couple of non-negativity checks to avoid close(-1).
tb
2018-02-05
1
-2
/
+3
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-3
/
+3
*
Pass (char *)NULL rather than (char *)0 to execl and execlp.
mmcc
2015-12-11
1
-2
/
+2
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-1
/
+3
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-5
/
+5
*
Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow.
miod
2012-01-16
1
-1
/
+3
*
Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
djm
2010-02-24
1
-0
/
+1
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-0
/
+229