Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove "rijndael-*", just use "aes-" since this how rijndael is called | 2002-01-21 | 1 | -17/+1 | ||
| | | | | in the drafts; ok stevesk@ | |||||
* | unneeded cast cleanup; ok markus@ | 2002-01-18 | 1 | -2/+2 | ||
| | ||||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -6/+6 | ||
| | ||||||
* | switch to the optimised AES reference code from | 2001-08-23 | 1 | -30/+29 | ||
| | | | | http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip | |||||
* | update copyright for 2001 | 2001-06-25 | 1 | -2/+2 | ||
| | ||||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -32/+31 | ||
| | | | | TODO; cleanup headers | |||||
* | simpler 3des for ssh1 | 2001-05-28 | 1 | -19/+14 | ||
| | ||||||
* | unexpand and remove end-of-line whitespace; ok markus@ | 2001-02-04 | 1 | -4/+4 | ||
| | ||||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+3 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -7/+7 | ||
| | | | | with u_char. | |||||
* | undo rijndael changes | 2000-12-09 | 1 | -36/+31 | ||
| | ||||||
* | new rijndael implementation. fixes endian bugs | 2000-12-06 | 1 | -31/+36 | ||
| | ||||||
* | des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV | 2000-11-29 | 1 | -18/+7 | ||
| | ||||||
* | non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd | 2000-10-23 | 1 | -23/+16 | ||
| | ||||||
* | debug3 | 2000-10-14 | 1 | -3/+3 | ||
| | ||||||
* | rijndael/aes support | 2000-10-13 | 1 | -2/+98 | ||
| | ||||||
* | enable DES in SSH-1 clients only | 2000-10-12 | 1 | -9/+16 | ||
| | ||||||
* | remove DES | 2000-10-11 | 1 | -5/+1 | ||
| | ||||||
* | new cipher framework | 2000-10-11 | 1 | -310/+296 | ||
| | ||||||
* | a few more comments about it being ARC4 not RC4 | 2000-09-12 | 1 | -2/+2 | ||
| | ||||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -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) | 2000-07-10 | 1 | -4/+5 | ||
| | ||||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | ||
| | ||||||
* | check strtok() != NULL; ok niels@ | 2000-05-22 | 1 | -2/+4 | ||
| | ||||||
* | whitespace cleanup | 2000-04-14 | 1 | -17/+17 | ||
| | ||||||
* | #include <ssl/foo.h> -> <openssh/foo.h> | 2000-04-12 | 1 | -2/+2 | ||
| | ||||||
* | add Cipher and Protocol options to ssh/sshd, e.g.: | 2000-04-12 | 1 | -4/+30 | ||
| | | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | |||||
* | comment typo | 2000-04-12 | 1 | -2/+2 | ||
| | ||||||
* | remove unused argument, split cipher_mask() | 2000-04-04 | 1 | -7/+17 | ||
| | ||||||
* | support ssh2 ciphers | 2000-03-28 | 1 | -2/+121 | ||
| | ||||||
* | remove unused cipher_attack_detected code | 2000-03-22 | 1 | -15/+1 | ||
| | ||||||
* | void* -> unsigned char*, ok niels@ | 2000-02-22 | 1 | -5/+5 | ||
| | ||||||
* | KNF, final part 3 | 1999-11-24 | 1 | -16/+27 | ||
| | ||||||
* | much more KNF | 1999-11-24 | 1 | -12/+12 | ||
| | ||||||
* | KNF part 1 | 1999-11-23 | 1 | -191/+196 | ||
| | ||||||
* | syslog changes: | 1999-11-22 | 1 | -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 RC4 | 1999-11-15 | 1 | -2/+2 | ||
| | ||||||
* | replace assert() with error, fatal or packet_disconnect | 1999-11-02 | 1 | -5/+5 | ||
| | ||||||
* | use libssl md5 routines | 1999-10-27 | 1 | -5/+5 | ||
| | ||||||
* | better cipher name fix. | 1999-09-30 | 1 | -7/+8 | ||
| | ||||||
* | deal with NULL in ciphernames | 1999-09-30 | 1 | -2/+3 | ||
| | ||||||
* | less brain damage, get rid of 'no ' | 1999-09-30 | 1 | -7/+7 | ||
| | ||||||
* | use libc md5 | 1999-09-30 | 1 | -3/+4 | ||
| | ||||||
* | remove ``none''. | 1999-09-30 | 1 | -3/+3 | ||
| | ||||||
* | "ssh is a very large program" -- anonymous | 1999-09-30 | 1 | -37/+1 | ||
| | ||||||
* | cull, cull, cull | 1999-09-30 | 1 | -3/+3 | ||
| | ||||||
* | convert all uses of gmp to SSL bignum | 1999-09-28 | 1 | -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 there | 1999-09-26 | 1 | -15/+1 | ||
| | ||||||
* | all the idea code goes away | 1999-09-26 | 1 | -46/+1 | ||
| | ||||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -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. |