Age | Commit message (Expand) | Author |
2020-04-17 | refactor out some duplicate private key loading code; based on | Damien Miller |
2020-04-08 | let sshkey_try_load_public() load public keys from the unencrypted | Damien Miller |
2020-04-08 | simplify sshkey_try_load_public() | Damien Miller |
2020-01-25 | factor out reading/writing sshbufs to dedicated functions; | Damien Miller |
2020-01-02 | add sshkey_save_public(), to save a public key; ok markus@ | Damien Miller |
2019-09-03 | move advance_past_options to authfile.c and make it public; | Damien Miller |
2019-08-05 | Remove now-redundant perm_ok arg since sshkey_load_private_type will | Darren Tucker |
2019-07-15 | support PKCS8 as an optional format for storage of private keys, | Damien Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-21 | In sshkey_in_file(), ignore keys that are considered for being too | Damien Miller |
2018-07-09 | replace cast with call to sshbuf_mutable_ptr(); ok djm@ | Markus Friedl |
2018-06-06 | switch config file parsing to getline(3) as this avoids static limits | Markus Friedl |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |
2017-07-01 | remove post-SSHv1 removal dead code from rsa.c and merge the | Damien Miller |
2017-05-31 | Switch to recallocarray() for a few operations. Both growth and shrinkage | Theo de Raadt |
2017-05-30 | revise sshkey_load_public(): remove ssh1 related comments, remove extra | Markus Friedl |
2017-04-30 | unifdef WITH_SSH1 | Damien Miller |
2017-03-26 | incorrect renditions of this quote bother me | Theo de Raadt |
2016-11-25 | use sshbuf_allocate() to pre-allocate the buffer used for loading | 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-09-13 | - Fix error message: passphrase needs to be at least 5 characters, not 4. | tim |
2015-07-09 | re-enable ed25519-certs if compiled w/o openssl; ok djm | Markus Friedl |
2015-07-03 | delete support for legacy v00 certificates; "sure" markus@ dtucker@ | Damien Miller |
2015-04-17 | s/recommended/required/ that private keys be og-r | Damien Miller |
2015-03-31 | fd leak for !ssh1 case; found by unittests; ok markus@ | Damien Miller |
2015-03-18 | KRL support doesn't need OpenSSL anymore, remove #ifdefs | Damien Miller |
2015-02-23 | add an XXX to remind me to improve sshkey_load_public | Damien Miller |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-08 | deprecate key_load_private_pem() and sshkey_load_private_pem() | Damien Miller |
2014-12-04 | add RevokedHostKeys option for the client | Damien Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-04-28 | buffer_get_string_ptr's return should be const to remind | Damien Miller |
2014-03-12 | correct test that kdf name is not "none" or "bcrypt" | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2013-12-29 | don't refuse to load Ed25519 certificates | Damien Miller |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
2013-12-06 | new private key format, bcrypt as KDF by default; details in PROTOCOL.key; | Markus Friedl |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-04-19 | add the ability to query supported ciphers, MACs, key type and KEX | Damien Miller |
2013-01-08 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) | Markus Friedl |
2012-12-11 | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms | Markus Friedl |
2012-01-25 | memleak in key_load_file(); from Jan Klemkow | Markus Friedl |
2011-06-14 | make sure key_parse_public/private_rsa1() no longer consumes its input buffer. | Markus Friedl |
2011-05-23 | read in key comments for v.2 keys (though note that these are not | Damien Miller |