| Commit message (Expand) | Author | Age | Files | Lines |
* | Make zlib optional. This adds a "ZLIB" build time option that allows |  dtucker | 2020-01-23 | 1 | -1/+2 |
* | fixes for !WITH_OPENSSL compilation; ok dtucker@ |  djm | 2019-09-06 | 1 | -1/+3 |
* | hold our collective noses and use the openssl-1.1.x API in OpenSSH; |  djm | 2018-09-13 | 1 | -3/+3 |
* | As promised in last release announcement: remove support for |  djm | 2017-05-07 | 1 | -3/+1 |
* | another tentacle: cipher_set_key_string() was only ever used for SSHv1 |  djm | 2017-05-04 | 1 | -3/+1 |
* | remove SSHv1 ciphers; ok markus@ |  djm | 2017-04-30 | 1 | -24/+1 |
* | small refactor of cipher.c: make ciphercontext opaque to callers |  djm | 2016-08-03 | 1 | -13/+10 |
* | typedefs for Cipher&CipherContext are unused |  markus | 2015-07-08 | 1 | -4/+1 |
* | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ |  markus | 2015-01-14 | 1 | -4/+4 |
* | New key API: refactor key-related functions to be more library-like, |  djm | 2014-06-24 | 1 | -27/+30 |
* | make compiling against OpenSSL optional (make OPENSSL=no); |  markus | 2014-04-29 | 1 | -1/+3 |
* | Add a special case for the DH group size for 3des-cbc, which has an |  dtucker | 2014-01-25 | 1 | -1/+2 |
* | new private key format, bcrypt as KDF by default; details in PROTOCOL.key; |  markus | 2013-12-06 | 1 | -2/+2 |
* | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" |  djm | 2013-11-21 | 1 | -3/+8 |
* | Output the effective values of Ciphers, MACs and KexAlgorithms when |  dtucker | 2013-11-07 | 1 | -2/+2 |
* | add the ability to query supported ciphers, MACs, key type and KEX |  djm | 2013-04-19 | 1 | -6/+7 |
* | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) |  markus | 2013-01-08 | 1 | -2/+6 |
* | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms |  markus | 2012-12-11 | 1 | -2/+2 |
* | Work around the CPNI-957037 Plaintext Recovery Attack by always |  markus | 2009-01-26 | 1 | -1/+2 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |
* | more s/illegal/invalid/ |  markus | 2004-07-28 | 1 | -2/+2 |
* | constify. ok markus@ & djm@ |  jakob | 2003-11-10 | 1 | -6/+6 |
* | export/import cipher states; needed by ssh-privsep |  markus | 2002-03-18 | 1 | -1/+8 |
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add |  stevesk | 2002-03-04 | 1 | -2/+2 |
* | switch to EVP, ok djm@ deraadt@ |  markus | 2002-02-18 | 1 | -35/+3 |
* | hide some more implementation details of cipher.[ch] and prepares for move |  markus | 2002-02-14 | 1 | -16/+13 |
* | switch to the optimised AES reference code from |  markus | 2001-08-23 | 1 | -2/+2 |
* | remove comments from .h, since they are cut&paste from the .c files |  markus | 2001-06-26 | 1 | -11/+11 |
* | prototype pedant. not very creative... |  itojun | 2001-06-26 | 1 | -11/+12 |
* | simpler 3des for ssh1 |  markus | 2001-05-28 | 1 | -2/+3 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -2/+2 |
* | undo rijndael changes |  markus | 2000-12-09 | 1 | -6/+4 |
* | new rijndael implementation. fixes endian bugs |  markus | 2000-12-06 | 1 | -4/+6 |
* | rijndael/aes support |  markus | 2000-10-13 | 1 | -1/+7 |
* | enable DES in SSH-1 clients only |  markus | 2000-10-12 | 1 | -2/+2 |
* | new cipher framework |  markus | 2000-10-11 | 1 | -63/+60 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -7/+6 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -1/+1 |
* | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) |  markus | 2000-05-08 | 1 | -1/+2 |
* | whitespace cleanup |  markus | 2000-04-14 | 1 | -12/+12 |
* | #include <ssl/foo.h> -> <openssh/foo.h> |  markus | 2000-04-12 | 1 | -5/+5 |
* | add Cipher and Protocol options to ssh/sshd, e.g.: |  markus | 2000-04-12 | 1 | -1/+4 |
* | remove unused argument, split cipher_mask() |  markus | 2000-04-04 | 1 | -3/+5 |
* | support ssh2 ciphers |  markus | 2000-03-28 | 1 | -1/+19 |
* | remove unused cipher_attack_detected code |  markus | 2000-03-22 | 1 | -7/+1 |
* | KNF, final part 3 |  markus | 1999-11-24 | 1 | -13/+23 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -47/+50 |
* | remove support for cipher RC4 |  markus | 1999-11-15 | 1 | -4/+4 |
* | remove local blowfish code |  deraadt | 1999-10-02 | 1 | -2/+2 |
* | <des.h> |  deraadt | 1999-09-30 | 1 | -2/+2 |