summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* void* -> unsigned char*, ok niels@markus2000-02-221-5/+5
|
* KNF, final part 3markus1999-11-241-16/+27
|
* much more KNFderaadt1999-11-241-12/+12
|
* KNF part 1markus1999-11-231-191/+196
|
* syslog changes:markus1999-11-221-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 RC4markus1999-11-151-2/+2
|
* replace assert() with error, fatal or packet_disconnectmarkus1999-11-021-5/+5
|
* use libssl md5 routinesderaadt1999-10-271-5/+5
|
* better cipher name fix.provos1999-09-301-7/+8
|
* deal with NULL in ciphernamesprovos1999-09-301-2/+3
|
* less brain damage, get rid of 'no 'provos1999-09-301-7/+7
|
* use libc md5deraadt1999-09-301-3/+4
|
* remove ``none''.provos1999-09-301-3/+3
|
* "ssh is a very large program" -- anonymousderaadt1999-09-301-37/+1
|
* cull, cull, cullderaadt1999-09-301-3/+3
|
* convert all uses of gmp to SSL bignumprovos1999-09-281-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 therederaadt1999-09-261-15/+1
|
* all the idea code goes awayderaadt1999-09-261-46/+1
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-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.