Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make ssh -Wshadow clean, no functional changes | 2004-06-21 | 1 | -9/+9 | ||
| | | | | markus@ ok | |||||
* | rename acss@opebsd.org to acss@openssh.org | 2004-01-23 | 1 | -2/+2 | ||
| | | | | ok deraadt@ | |||||
* | enable acss for ssh | 2004-01-23 | 1 | -3/+4 | ||
| | | | | ok deraadt@ markus@ | |||||
* | constify. ok markus@ & djm@ | 2003-11-10 | 1 | -6/+6 | ||
| | ||||||
* | experimental support for aes-ctr modes from | 2003-05-17 | 1 | -1/+12 | ||
| | | | | | http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@ | |||||
* | split out custom EVP ciphers | 2003-05-15 | 1 | -301/+6 | ||
| | ||||||
* | hide cipher details; ok djm@ | 2003-04-12 | 1 | -53/+50 | ||
| | ||||||
* | debug->debug2, unify debug messages | 2002-11-21 | 1 | -2/+2 | ||
| | ||||||
* | EVP_CIPH_CUSTOM_IV for our own rijndael | 2002-07-12 | 1 | -2/+2 | ||
| | ||||||
* | KNF | 2002-06-23 | 1 | -1/+13 | ||
| | ||||||
* | make the monitor sync the transfer ssh1 session key; | 2002-06-19 | 1 | -30/+7 | ||
| | | | | | transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken). | |||||
* | __FUNCTION__ -> __func__ | 2002-06-04 | 1 | -13/+13 | ||
| | ||||||
* | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of | 2002-05-30 | 1 | -5/+23 | ||
| | | | | our own implementation. allow use of AES hardware via libcrypto, ok deraadt@ | |||||
* | fix warnings (openssl 0.9.7 requires const) | 2002-05-16 | 1 | -8/+8 | ||
| | ||||||
* | re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net | 2002-04-03 | 1 | -3/+5 | ||
| | ||||||
* | KNF whitespace | 2002-03-19 | 1 | -6/+6 | ||
| | ||||||
* | export/import cipher states; needed by ssh-privsep | 2002-03-18 | 1 | -1/+174 | ||
| | ||||||
* | switch to EVP, ok djm@ deraadt@ | 2002-02-18 | 1 | -370/+313 | ||
| | ||||||
* | hide some more implementation details of cipher.[ch] and prepares for move | 2002-02-14 | 1 | -11/+36 | ||
| | | | | to EVP, ok deraadt@ | |||||
* | 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 | ||
| |