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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't ignore PKCS#11 hosted keys that return empty CKA_ID;
djm
2015-07-18
1
-6
/
+14
*
skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427
djm
2015-07-18
1
-1
/
+6
*
support PKCS#11 devices with external PIN entry devices
djm
2015-05-27
1
-12
/
+20
*
rename xrealloc() to xreallocarray() since it follows that form.
deraadt
2015-04-24
1
-2
/
+2
*
missing ;
deraadt
2015-02-03
1
-2
/
+2
*
handle PKCS#11 C_Login returning CKR_USER_ALREADY_LOGGED_IN;
djm
2015-02-02
1
-5
/
+7
*
sync ssh-keysign, ssh-keygen and some dependencies to the new
djm
2015-01-15
1
-13
/
+13
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-2
/
+2
*
revert __bounded change; it causes way more problems for portable than
djm
2014-05-02
1
-2
/
+2
*
use __bounded(...) attribute recently added to sys/cdefs.h instead of
djm
2014-03-26
1
-2
/
+2
*
add missing braces found by pedro
markus
2013-11-13
1
-2
/
+2
*
from portable: s/true/true_val/ to avoid name collisions on dump platforms
djm
2013-11-06
1
-3
/
+3
*
support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;
markus
2013-11-02
1
-28
/
+98
*
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
djm
2013-07-12
1
-6
/
+6
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-15
/
+12
*
check length of value returned C_GetAttributValue for != 0
markus
2010-06-08
1
-2
/
+8
*
retry lookup for private key if there's no matching key with CKA_SIGN
markus
2010-04-15
1
-11
/
+34
*
Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
djm
2010-02-24
1
-0
/
+1
*
dlclose() call should also be #ifdef HAVE_DLOPEN
deraadt
2010-02-21
1
-0
/
+2
*
unbreak build for NOPIC systems; noticed, help and ok deraadt@
markus
2010-02-20
1
-0
/
+9
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-0
/
+544