summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove "rijndael-*", just use "aes-" since this how rijndael is calledmarkus2002-01-211-17/+1
| | | | in the drafts; ok stevesk@
* unneeded cast cleanup; ok markus@stevesk2002-01-181-2/+2
|
* basic KNF done while i was looking for something elsederaadt2001-12-191-6/+6
|
* switch to the optimised AES reference code frommarkus2001-08-231-30/+29
| | | | http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
* update copyright for 2001markus2001-06-251-2/+2
|
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-32/+31
| | | | TODO; cleanup headers
* simpler 3des for ssh1markus2001-05-281-19/+14
|
* 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
| | | | rename util.[ch] -> misc.[ch]
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-7/+7
| | | | with u_char.
* 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
| | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
* 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
| | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'
* 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
| | | | | | | | | | | * Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE
* 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
| | | | | | convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada.
* 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
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.