Age | Commit message (Expand) | Author |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2020-12-21 | Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se. | Darren Tucker |
2020-04-03 | make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a larger | Damien Miller |
2020-03-13 | spelling errors in comments; no code change | Damien Miller |
2020-02-26 | change explicit_bzero();free() to freezero() | Jonathan Gray |
2020-01-23 | Make zlib optional. This adds a "ZLIB" build time option that allows | Darren Tucker |
2019-09-06 | fixes for !WITH_OPENSSL compilation; ok dtucker@ | Damien Miller |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |
2018-02-13 | remove space before tab | Damien Miller |
2018-02-07 | Remove all guards for calls to OpenSSL free functions - all of these | Joel Sing |
2017-11-03 | avoid unused variable warnings for !WITH_OPENSSL; | Damien Miller |
2017-05-07 | As promised in last release announcement: remove support for | Damien Miller |
2017-05-04 | another tentacle: cipher_set_key_string() was only ever used for SSHv1 | Damien Miller |
2017-05-01 | fixup setting ciphercontext->plaintext (lost in SSHv1 purge), though | Damien Miller |
2017-04-30 | remove SSHv1 ciphers; ok markus@ | Damien Miller |
2017-04-30 | unifdef WITH_SSH1 | Damien Miller |
2016-08-03 | small refactor of cipher.c: make ciphercontext opaque to callers | Damien Miller |
2015-12-10 | Remove NULL-checks before free(). | mmcc |
2015-01-14 | make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@ | 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-02-07 | remove some logging that makes ssh debugging output very verbose; | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-27 | replace openssl MD5 with our ssh_digest_*; ok djm@ | Markus Friedl |
2014-01-25 | Add a special case for the DH group size for 3des-cbc, which has an | Darren Tucker |
2013-12-06 | new private key format, bcrypt as KDF by default; details in PROTOCOL.key; | Markus Friedl |
2013-12-02 | correct bzero of chacha20+poly1305 key context. bz#2177 from | Damien Miller |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-11-07 | Output the effective values of Ciphers, MACs and KexAlgorithms when | Darren Tucker |
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-26 | remove ACSS, now that it is gone from libcrypto too | Damien Miller |
2013-01-12 | improve error message for integrity failure in AES-GCM modes; ok markus@ | Damien Miller |
2013-01-08 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) | Markus Friedl |
2012-12-12 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled | Christian Weisgerber |
2012-12-11 | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms | Markus Friedl |
2009-01-26 | Work around the CPNI-957037 Plaintext Recovery Attack by always | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-07-16 | spacing | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-06-09 | Correctly initialize end of array sentinel; ok djm@ | Darren Tucker |
2005-05-23 | add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; | Damien Miller |
2005-01-23 | config option "Ciphers" should be case-sensitive; ok dtucker@ | Damien Miller |
2004-12-22 | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | Damien Miller |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2004-07-11 | spaces | Theo de Raadt |