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
/
sshkey.c
Age
Commit message (
Expand
)
Author
2016-06-19
revert 1.34; causes problems loading public keys
Damien Miller
2016-06-17
translate OpenSSL error codes to something more meaninful;
Damien Miller
2016-05-02
support SHA256 and SHA512 RSA signatures in certificates;
Damien Miller
2016-04-09
make private key loading functions consistently handle NULL
Damien Miller
2015-12-11
Remove NULL-checks before sshbuf_free().
mmcc
2015-12-11
Remove NULL-checks before sshkey_free().
mmcc
2015-12-10
Remove NULL-checks before free().
mmcc
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-11-19
move the certificate validity formatting code to sshkey.[ch]
Damien Miller
2015-11-16
Replace remaining calls to index(3) with strchr(3). OK jca@ krw@
Todd C. Miller
2015-11-16
improve sshkey_read() semantics; only update *cpp when a key
Damien Miller
2015-10-15
argument to sshkey_from_private() and sshkey_demote() can't be NULL
Damien Miller
2015-09-13
- Fix error message: passphrase needs to be at least 5 characters, not 4.
tim
2015-09-02
Fix occurrences of "r = func() != 0" which result in the wrong error
Jonathan Gray
2015-08-19
fix double-free() in error path of DSA key generation reported by
Damien Miller
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-05-21
refactor: split base64 encoding of pubkey into its own
Damien Miller
2015-05-08
don't choke on new-format private keys encrypted with an AEAD cipher;
Damien Miller
2015-05-04
Remove pattern length argument from match_pattern_list(),
Damien Miller
2015-04-03
correct return value in pubkey parsing, spotted by Ben Hawkes
Damien Miller
2015-03-06
fix sshkey_certify() return value for unsupported key types;
Damien Miller
2015-01-26
small refactor and add some convenience functions;
Damien Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-14
avoid an warning for the !OPENSSL case
Damien Miller
2015-01-13
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
Damien Miller
2015-01-12
unbreak parsing of pubkey comments; with gerhard; ok djm/deraadt
Markus Friedl
2015-01-12
allow WITH_OPENSSL w/o WITH_SSH1; ok djm@
Markus Friedl
2015-01-08
deprecate key_load_private_pem() and sshkey_load_private_pem()
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-12-10
better error value for invalid signature length
Damien Miller
2014-11-18
fix NULL pointer dereference crash in key loading
Damien Miller
2014-10-08
parse cert sections using nested buffers to reduce copies; ok markus
Damien Miller
2014-07-03
make Ed25519 keys' title fit properly in the randomart border; bz#2247
Damien Miller
2014-06-27
fix loading of private keys
Markus Friedl
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller