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
/
sshkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
small refactor and add some convenience functions;
djm
2015-01-26
1
-35
/
+75
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+3
*
avoid an warning for the !OPENSSL case
djm
2015-01-14
1
-5
/
+5
*
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
djm
2015-01-13
1
-5
/
+27
*
unbreak parsing of pubkey comments; with gerhard; ok djm/deraadt
markus
2015-01-12
1
-9
/
+9
*
allow WITH_OPENSSL w/o WITH_SSH1; ok djm@
markus
2015-01-12
1
-3
/
+7
*
deprecate key_load_private_pem() and sshkey_load_private_pem()
djm
2015-01-08
1
-19
/
+7
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-38
/
+76
*
better error value for invalid signature length
djm
2014-12-10
1
-5
/
+2
*
fix NULL pointer dereference crash in key loading
djm
2014-11-18
1
-5
/
+3
*
parse cert sections using nested buffers to reduce copies; ok markus
djm
2014-10-08
1
-51
/
+47
*
make Ed25519 keys' title fit properly in the randomart border; bz#2247
djm
2014-07-03
1
-8
/
+17
*
fix loading of private keys
markus
2014-06-27
1
-4
/
+4
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-0
/
+3789