summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-rsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5markus2001-03-271-3/+4
* use EVP_get_digestbynid, reorder some calls and fix missing free.markus2001-03-271-12/+22
* sync with netbsd tree changes.itojun2001-02-081-1/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-8/+5
* make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vandyke.com.markus2001-01-161-1/+6
* remove unusedmarkus2001-01-061-4/+1
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-10/+10
* add support for RSA to SSH2. please test.markus2000-11-121-0/+163