summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/rsa.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-3/+3
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-2/+2
* s/generate_additional_parameters/rsa_generate_additional_parameters/markus2001-06-271-2/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-5/+4
* prototype pedant. not very creative...itojun2001-06-261-4/+4
* try to read private f-secure ssh v2 rsa keys.markus2001-03-261-1/+3
* handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 attackmarkus2001-01-291-2/+2
* add support for RSA to SSH2. please test.markus2000-11-121-12/+1
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-9/+7
* OpenBSD tagmarkus2000-06-201-1/+1
* whitespace cleanupmarkus2000-04-141-7/+7
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-3/+3
* KNF, final part 3markus1999-11-241-3/+5
* much more KNFderaadt1999-11-241-18/+18
* test for RSA in the ssl library, real early onderaadt1999-09-291-4/+6
* convert all uses of gmp to SSL bignumprovos1999-09-281-0/+34