summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-rsa.c
AgeCommit message (Expand)Author
2001-12-05minor KNFTheo de Raadt
2001-11-10KNF (unexpand)Markus Friedl
2001-11-07missing free and sync dss/rsa code.Markus Friedl
2001-11-07ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supportedMarkus Friedl
2001-09-17u_char*/char* cleanup; ok markus@Kevin Steves
2001-06-06cleanup, remove old codeMarkus Friedl
2001-03-27some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5Markus Friedl
2001-03-27use EVP_get_digestbynid, reorder some calls and fix missing free.Markus Friedl
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-16make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand...Markus Friedl
2001-01-06remove unusedMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-11-12add support for RSA to SSH2. please test.Markus Friedl