summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/cipher.c
AgeCommit message (Expand)Author
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
2000-10-11new cipher frameworkMarkus Friedl
2000-09-12a few more comments about it being ARC4 not RC4Theo de Raadt
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-07-10strtok() --> strsep(). (niels@ ok)Hakan Olsson
2000-06-20OpenBSD tagMarkus Friedl
2000-05-22check strtok() != NULL; ok niels@Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-12comment typoTheo de Raadt
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-03-28support ssh2 ciphersMarkus Friedl
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-02-22void* -> unsigned char*, ok niels@Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-10-27use libssl md5 routinesTheo de Raadt
1999-09-30better cipher name fix.Niels Provos
1999-09-30deal with NULL in ciphernamesNiels Provos
1999-09-30less brain damage, get rid of 'no 'Niels Provos
1999-09-30use libc md5Theo de Raadt
1999-09-30remove ``none''.Niels Provos
1999-09-30"ssh is a very large program" -- anonymousTheo de Raadt
1999-09-30cull, cull, cullTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26blowfish is always thereTheo de Raadt
1999-09-26all the idea code goes awayTheo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt