summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bufaux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-2/+2
|
* support ssh2 bignumsmarkus2000-03-281-1/+52
|
* -pedantic: signed vs. unsigned, void*-arithm, etcmarkus2000-03-161-4/+4
|
* KNF, final part 3markus1999-11-241-2/+2
|
* much more KNFderaadt1999-11-241-37/+45
|
* KNF part 1markus1999-11-231-71/+77
|
* save a view malloc/memcpy/memset/free's, ok nielsmarkus1999-11-121-4/+5
|
* replace assert() with error, fatal or packet_disconnectmarkus1999-11-021-2/+4
|
* convert all uses of gmp to SSL bignumprovos1999-09-281-53/+24
| | | | | | 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.
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+170
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.