| Commit message (Expand) | Author | Age | Files | Lines |
* | make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@ |  djm | 2015-01-14 | 1 | -1/+9 |
* | New key API: refactor key-related functions to be more library-like, |  djm | 2014-06-24 | 1 | -140/+158 |
* | make compiling against OpenSSL optional (make OPENSSL=no); |  markus | 2014-04-29 | 1 | -4/+78 |
* | remove some logging that makes ssh debugging output very verbose; |  djm | 2014-02-07 | 1 | -3/+1 |
* | convert memset of potentially-private data to explicit_bzero() |  djm | 2014-02-02 | 1 | -4/+4 |
* | replace openssl MD5 with our ssh_digest_*; ok djm@ |  markus | 2014-01-27 | 1 | -8/+6 |
* | Add a special case for the DH group size for 3des-cbc, which has an |  dtucker | 2014-01-25 | 1 | -1/+9 |
* | new private key format, bcrypt as KDF by default; details in PROTOCOL.key; |  markus | 2013-12-06 | 1 | -9/+9 |
* | correct bzero of chacha20+poly1305 key context. bz#2177 from |  djm | 2013-12-02 | 1 | -2/+2 |
* | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" |  djm | 2013-11-21 | 1 | -8/+57 |
* | Output the effective values of Ciphers, MACs and KexAlgorithms when |  dtucker | 2013-11-07 | 1 | -4/+4 |
* | bye, bye xfree(); ok markus@ |  djm | 2013-05-17 | 1 | -5/+5 |
* | add the ability to query supported ciphers, MACs, key type and KEX |  djm | 2013-04-19 | 1 | -16/+39 |
* | remove ACSS, now that it is gone from libcrypto too |  djm | 2013-01-26 | 1 | -5/+3 |
* | improve error message for integrity failure in AES-GCM modes; ok markus@ |  djm | 2013-01-12 | 1 | -3/+7 |
* | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) |  markus | 2013-01-08 | 1 | -27/+95 |
* | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled |  naddy | 2012-12-12 | 1 | -14/+6 |
* | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms |  markus | 2012-12-11 | 1 | -5/+17 |
* | Work around the CPNI-957037 Plaintext Recovery Attack by always |  markus | 2009-01-26 | 1 | -21/+28 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -2/+3 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -3/+5 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | spacing |  djm | 2005-07-16 | 1 | -2/+2 |
* | make this -Wsign-compare clean; ok avsm@ markus@ |  djm | 2005-06-17 | 1 | -4/+4 |
* | Correctly initialize end of array sentinel; ok djm@ |  dtucker | 2005-06-09 | 1 | -2/+2 |
* | add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; |  djm | 2005-05-23 | 1 | -18/+33 |
* | config option "Ciphers" should be case-sensitive; ok dtucker@ |  djm | 2005-01-23 | 1 | -4/+6 |
* | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many |  djm | 2004-12-22 | 1 | -28/+1 |
* | more s/illegal/invalid/ |  markus | 2004-07-28 | 1 | -2/+2 |
* | spaces |  deraadt | 2004-07-11 | 1 | -16/+16 |
* | make ssh -Wshadow clean, no functional changes |  avsm | 2004-06-21 | 1 | -9/+9 |
* | rename acss@opebsd.org to acss@openssh.org |  hshoexer | 2004-01-23 | 1 | -2/+2 |
* | enable acss for ssh |  hshoexer | 2004-01-23 | 1 | -3/+4 |
* | constify. ok markus@ & djm@ |  jakob | 2003-11-10 | 1 | -6/+6 |
* | experimental support for aes-ctr modes from |  markus | 2003-05-17 | 1 | -1/+12 |
* | split out custom EVP ciphers |  markus | 2003-05-15 | 1 | -301/+6 |
* | hide cipher details; ok djm@ |  markus | 2003-04-12 | 1 | -53/+50 |
* | debug->debug2, unify debug messages |  markus | 2002-11-21 | 1 | -2/+2 |
* | EVP_CIPH_CUSTOM_IV for our own rijndael |  markus | 2002-07-12 | 1 | -2/+2 |
* | KNF |  deraadt | 2002-06-23 | 1 | -1/+13 |
* | make the monitor sync the transfer ssh1 session key; |  markus | 2002-06-19 | 1 | -30/+7 |
* | __FUNCTION__ -> __func__ |  markus | 2002-06-04 | 1 | -13/+13 |
* | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of |  markus | 2002-05-30 | 1 | -5/+23 |
* | fix warnings (openssl 0.9.7 requires const) |  markus | 2002-05-16 | 1 | -8/+8 |
* | re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net |  markus | 2002-04-03 | 1 | -3/+5 |
* | KNF whitespace |  markus | 2002-03-19 | 1 | -6/+6 |
* | export/import cipher states; needed by ssh-privsep |  markus | 2002-03-18 | 1 | -1/+174 |
* | switch to EVP, ok djm@ deraadt@ |  markus | 2002-02-18 | 1 | -370/+313 |
* | hide some more implementation details of cipher.[ch] and prepares for move |  markus | 2002-02-14 | 1 | -11/+36 |