Age | Commit message (Expand) | Author |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | 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-04-30 | remove SSHv1 ciphers; ok markus@ | Damien Miller |
2016-08-03 | small refactor of cipher.c: make ciphercontext opaque to callers | Damien Miller |
2015-07-08 | typedefs for Cipher&CipherContext are unused | Markus Friedl |
2015-01-14 | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ | Markus Friedl |
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-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-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-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 |
2009-01-26 | Work around the CPNI-957037 Plaintext Recovery Attack by always | Markus Friedl |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2002-03-18 | export/import cipher states; needed by ssh-privsep | Markus Friedl |
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves |
2002-02-18 | switch to EVP, ok djm@ deraadt@ | Markus Friedl |
2002-02-14 | hide some more implementation details of cipher.[ch] and prepares for move | Markus Friedl |
2001-08-23 | switch to the optimised AES reference code from | Markus Friedl |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-05-28 | simpler 3des for ssh1 | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-09 | undo rijndael changes | Markus Friedl |
2000-12-06 | new rijndael implementation. fixes endian bugs | Markus Friedl |
2000-10-13 | rijndael/aes support | Markus Friedl |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl |
2000-03-28 | support ssh2 ciphers | Markus Friedl |
2000-03-22 | remove unused cipher_attack_detected code | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-15 | remove support for cipher RC4 | Markus Friedl |
1999-10-02 | remove local blowfish code | Theo de Raadt |
1999-09-30 | <des.h> | Theo de Raadt |
1999-09-30 | even smaller | Theo de Raadt |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos |