Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -2/+2 | |
| | | | | with u_char. | ||||
* | undo rijndael changes | 2000-12-09 | 1 | -6/+4 | |
| | |||||
* | new rijndael implementation. fixes endian bugs | 2000-12-06 | 1 | -4/+6 | |
| | |||||
* | rijndael/aes support | 2000-10-13 | 1 | -1/+7 | |
| | |||||
* | enable DES in SSH-1 clients only | 2000-10-12 | 1 | -2/+2 | |
| | |||||
* | new cipher framework | 2000-10-11 | 1 | -63/+60 | |
| | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -7/+6 | |
| | | | | | | | 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. | ||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | |
| | |||||
* | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | 2000-05-08 | 1 | -1/+2 | |
| | |||||
* | whitespace cleanup | 2000-04-14 | 1 | -12/+12 | |
| | |||||
* | #include <ssl/foo.h> -> <openssh/foo.h> | 2000-04-12 | 1 | -5/+5 | |
| | |||||
* | add Cipher and Protocol options to ssh/sshd, e.g.: | 2000-04-12 | 1 | -1/+4 | |
| | | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | ||||
* | remove unused argument, split cipher_mask() | 2000-04-04 | 1 | -3/+5 | |
| | |||||
* | support ssh2 ciphers | 2000-03-28 | 1 | -1/+19 | |
| | |||||
* | remove unused cipher_attack_detected code | 2000-03-22 | 1 | -7/+1 | |
| | |||||
* | KNF, final part 3 | 1999-11-24 | 1 | -13/+23 | |
| | |||||
* | much more KNF | 1999-11-24 | 1 | -47/+50 | |
| | |||||
* | remove support for cipher RC4 | 1999-11-15 | 1 | -4/+4 | |
| | |||||
* | remove local blowfish code | 1999-10-02 | 1 | -2/+2 | |
| | |||||
* | <des.h> | 1999-09-30 | 1 | -2/+2 | |
| | |||||
* | even smaller | 1999-09-30 | 1 | -7/+1 | |
| | |||||
* | convert all uses of gmp to SSL bignum | 1999-09-28 | 1 | -8/+2 | |
| | | | | | | 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 | -5/+1 | |
| | |||||
* | all the idea code goes away | 1999-09-26 | 1 | -11/+2 | |
| | |||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+109 | |
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. |