summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-4/+4
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+3
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-7/+7
* undo rijndael changesmarkus2000-12-091-36/+31
* new rijndael implementation. fixes endian bugsmarkus2000-12-061-31/+36
* des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IVmarkus2000-11-291-18/+7
* non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsdmarkus2000-10-231-23/+16
* debug3markus2000-10-141-3/+3
* rijndael/aes supportmarkus2000-10-131-2/+98
* enable DES in SSH-1 clients onlymarkus2000-10-121-9/+16
* remove DESmarkus2000-10-111-5/+1
* new cipher frameworkmarkus2000-10-111-310/+296
* a few more comments about it being ARC4 not RC4deraadt2000-09-121-2/+2
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-6/+29
* strtok() --> strsep(). (niels@ ok)ho2000-07-101-4/+5
* OpenBSD tagmarkus2000-06-201-1/+1
* check strtok() != NULL; ok niels@markus2000-05-221-2/+4
* whitespace cleanupmarkus2000-04-141-17/+17
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-2/+2
* add Cipher and Protocol options to ssh/sshd, e.g.:markus2000-04-121-4/+30
* comment typoderaadt2000-04-121-2/+2
* remove unused argument, split cipher_mask()markus2000-04-041-7/+17
* support ssh2 ciphersmarkus2000-03-281-2/+121
* remove unused cipher_attack_detected codemarkus2000-03-221-15/+1
* void* -> unsigned char*, ok niels@markus2000-02-221-5/+5
* KNF, final part 3markus1999-11-241-16/+27
* much more KNFderaadt1999-11-241-12/+12
* KNF part 1markus1999-11-231-191/+196
* syslog changes:markus1999-11-221-3/+3
* remove support for cipher RC4markus1999-11-151-2/+2
* replace assert() with error, fatal or packet_disconnectmarkus1999-11-021-5/+5
* use libssl md5 routinesderaadt1999-10-271-5/+5
* better cipher name fix.provos1999-09-301-7/+8
* deal with NULL in ciphernamesprovos1999-09-301-2/+3
* less brain damage, get rid of 'no 'provos1999-09-301-7/+7
* use libc md5deraadt1999-09-301-3/+4
* remove ``none''.provos1999-09-301-3/+3
* "ssh is a very large program" -- anonymousderaadt1999-09-301-37/+1
* cull, cull, cullderaadt1999-09-301-3/+3
* convert all uses of gmp to SSL bignumprovos1999-09-281-30/+8
* blowfish is always therederaadt1999-09-261-15/+1
* all the idea code goes awayderaadt1999-09-261-46/+1
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+418