summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/cipher.c
AgeCommit message (Expand)Author
2009-01-26Work around the CPNI-957037 Plaintext Recovery Attack by alwaysMarkus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2005-07-16spacingDamien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-06-09Correctly initialize end of array sentinel; ok djm@Darren Tucker
2005-05-23add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;Damien Miller
2005-01-23config option "Ciphers" should be case-sensitive; ok dtucker@Damien Miller
2004-12-22remove fallback AES support for old OpenSSL, as OpenBSD has had it for manyDamien Miller
2004-07-28more s/illegal/invalid/Markus Friedl
2004-07-11spacesTheo de Raadt
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-01-23rename acss@opebsd.org to acss@openssh.orgHans-Joerg Hoexer
2004-01-23enable acss for sshHans-Joerg Hoexer
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
2003-05-15split out custom EVP ciphersMarkus Friedl
2003-04-12hide cipher details; ok djm@Markus Friedl
2002-11-21debug->debug2, unify debug messagesMarkus Friedl
2002-07-12EVP_CIPH_CUSTOM_IV for our own rijndaelMarkus Friedl
2002-06-23KNFTheo de Raadt
2002-06-19make the monitor sync the transfer ssh1 session key;Markus Friedl
2002-06-04__FUNCTION__ -> __func__Markus Friedl
2002-05-30use rijndael/aes from libcrypto (openssl >= 0.9.7) instead ofMarkus Friedl
2002-05-16fix warnings (openssl 0.9.7 requires const)Markus Friedl
2002-04-03re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.netMarkus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-03-18export/import cipher states; needed by ssh-privsepMarkus Friedl
2002-02-18switch to EVP, ok djm@ deraadt@Markus Friedl
2002-02-14hide some more implementation details of cipher.[ch] and prepares for moveMarkus Friedl
2002-01-21remove "rijndael-*", just use "aes-" since this how rijndael is calledMarkus Friedl
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
2001-06-25update copyright for 2001Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-05-28simpler 3des for ssh1Markus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-09undo rijndael changesMarkus Friedl
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-11-29des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IVMarkus Friedl
2000-10-23non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsdMarkus Friedl
2000-10-14debug3Markus Friedl
2000-10-13rijndael/aes supportMarkus Friedl
2000-10-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-11remove DESMarkus Friedl