Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-23 | KNF | Theo de Raadt | |
2002-06-19 | make the monitor sync the transfer ssh1 session key; | Markus Friedl | |
transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken). | |||
2002-06-04 | __FUNCTION__ -> __func__ | Markus Friedl | |
2002-05-30 | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of | Markus Friedl | |
our own implementation. allow use of AES hardware via libcrypto, ok deraadt@ | |||
2002-05-16 | fix warnings (openssl 0.9.7 requires const) | Markus Friedl | |
2002-04-03 | re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net | Markus Friedl | |
2002-03-19 | KNF whitespace | Markus Friedl | |
2002-03-18 | export/import cipher states; needed by ssh-privsep | Markus Friedl | |
2002-02-18 | switch to EVP, ok djm@ deraadt@ | Markus Friedl | |
2002-02-14 | hide some more implementation details of cipher.[ch] and prepares for move | Markus Friedl | |
to EVP, ok deraadt@ | |||
2002-01-21 | remove "rijndael-*", just use "aes-" since this how rijndael is called | Markus Friedl | |
in the drafts; ok stevesk@ | |||
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves | |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-08-23 | switch to the optimised AES reference code from | Markus Friedl | |
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip | |||
2001-06-25 | update copyright for 2001 | Markus Friedl | |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
2001-05-28 | simpler 3des for ssh1 | Markus Friedl | |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-12-09 | undo rijndael changes | Markus Friedl | |
2000-12-06 | new rijndael implementation. fixes endian bugs | Markus Friedl | |
2000-11-29 | des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV | Markus Friedl | |
2000-10-23 | non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd | Markus Friedl | |
2000-10-14 | debug3 | Markus Friedl | |
2000-10-13 | rijndael/aes support | Markus Friedl | |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl | |
2000-10-11 | remove DES | Markus Friedl | |
2000-10-11 | new cipher framework | Markus Friedl | |
2000-09-12 | a few more comments about it being ARC4 not RC4 | Theo de Raadt | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
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. | |||
2000-07-10 | strtok() --> strsep(). (niels@ ok) | Hakan Olsson | |
2000-06-20 | OpenBSD tag | Markus Friedl | |
2000-05-22 | check strtok() != NULL; ok niels@ | Markus Friedl | |
2000-04-14 | whitespace cleanup | Markus Friedl | |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl | |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl | |
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | |||
2000-04-12 | comment typo | Theo de Raadt | |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl | |
2000-03-28 | support ssh2 ciphers | Markus Friedl | |
2000-03-22 | remove unused cipher_attack_detected code | Markus Friedl | |
2000-02-22 | void* -> unsigned char*, ok niels@ | Markus Friedl | |
1999-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-22 | syslog changes: | Markus Friedl | |
* 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 | |||
1999-11-15 | remove support for cipher RC4 | Markus Friedl | |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl | |
1999-10-27 | use libssl md5 routines | Theo de Raadt | |
1999-09-30 | better cipher name fix. | Niels Provos | |