Age | Commit message (Expand) | Author |
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 |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-01-23 | rename acss@opebsd.org to acss@openssh.org | Hans-Joerg Hoexer |
2004-01-23 | enable acss for ssh | Hans-Joerg Hoexer |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-05-17 | experimental support for aes-ctr modes from | Markus Friedl |
2003-05-15 | split out custom EVP ciphers | Markus Friedl |
2003-04-12 | hide cipher details; ok djm@ | Markus Friedl |
2002-11-21 | debug->debug2, unify debug messages | Markus Friedl |
2002-07-12 | EVP_CIPH_CUSTOM_IV for our own rijndael | Markus Friedl |
2002-06-23 | KNF | Theo de Raadt |
2002-06-19 | make the monitor sync the transfer ssh1 session key; | Markus Friedl |
2002-06-04 | __FUNCTION__ -> __func__ | Markus Friedl |
2002-05-30 | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of | Markus Friedl |
2002-05-16 | fix warnings (openssl 0.9.7 requires const) | Markus Friedl |
2002-04-03 | re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-18 | export/import cipher states; needed by ssh-privsep | Markus Friedl |
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 |
2002-01-21 | remove "rijndael-*", just use "aes-" since this how rijndael is called | Markus Friedl |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-08-23 | switch to the optimised AES reference code from | Markus Friedl |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-05-28 | simpler 3des for ssh1 | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 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-11-29 | des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV | Markus Friedl |
2000-10-23 | non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd | Markus Friedl |
2000-10-14 | debug3 | 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 | remove DES | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |