summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-2/+2
| | | | with u_char.
* undo rijndael changesmarkus2000-12-091-6/+4
|
* new rijndael implementation. fixes endian bugsmarkus2000-12-061-4/+6
|
* rijndael/aes supportmarkus2000-10-131-1/+7
|
* enable DES in SSH-1 clients onlymarkus2000-10-121-2/+2
|
* new cipher frameworkmarkus2000-10-111-63/+60
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-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 tagmarkus2000-06-201-1/+1
|
* complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)markus2000-05-081-1/+2
|
* whitespace cleanupmarkus2000-04-141-12/+12
|
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-5/+5
|
* add Cipher and Protocol options to ssh/sshd, e.g.:markus2000-04-121-1/+4
| | | | ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'
* remove unused argument, split cipher_mask()markus2000-04-041-3/+5
|
* support ssh2 ciphersmarkus2000-03-281-1/+19
|
* remove unused cipher_attack_detected codemarkus2000-03-221-7/+1
|
* KNF, final part 3markus1999-11-241-13/+23
|
* much more KNFderaadt1999-11-241-47/+50
|
* remove support for cipher RC4markus1999-11-151-4/+4
|
* remove local blowfish codederaadt1999-10-021-2/+2
|
* <des.h>deraadt1999-09-301-2/+2
|
* even smallerderaadt1999-09-301-7/+1
|
* convert all uses of gmp to SSL bignumprovos1999-09-281-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 therederaadt1999-09-261-5/+1
|
* all the idea code goes awayderaadt1999-09-261-11/+2
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-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.