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
*
argument to sshkey_from_private() and sshkey_demote() can't be NULL
djm
2015-10-15
1
-7
/
+3
*
- Fix error message: passphrase needs to be at least 5 characters, not 4.
tim
2015-09-13
1
-13
/
+7
*
Fix occurrences of "r = func() != 0" which result in the wrong error
jsg
2015-09-02
1
-11
/
+11
*
fix double-free() in error path of DSA key generation reported by
djm
2015-08-19
1
-2
/
+1
*
delete support for legacy v00 certificates; "sure" markus@ dtucker@
djm
2015-07-03
1
-92
/
+16
*
refactor: split base64 encoding of pubkey into its own
djm
2015-05-21
1
-75
/
+99
*
don't choke on new-format private keys encrypted with an AEAD cipher;
djm
2015-05-08
1
-4
/
+11
*
Remove pattern length argument from match_pattern_list(),
djm
2015-05-04
1
-2
/
+2
*
correct return value in pubkey parsing, spotted by Ben Hawkes
djm
2015-04-03
1
-7
/
+7
*
fix sshkey_certify() return value for unsupported key types;
djm
2015-03-06
1
-1
/
+2
*
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