summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/key.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@markus2001-04-171-1/+2
* remove old key_fingerprint interface, s/_ex//markus2001-03-121-3/+2
* add improved fingerprint functions. based on work by Carstenjakob2001-03-111-1/+10
* $OpenBSD$niklas2001-01-291-0/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-0/+3
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-6/+6
* add support for RSA to SSH2. please test.markus2000-11-121-3/+25
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-0/+23
* add SSH2/DSA support to the agent and some other DSA related cleanups.markus2000-08-191-2/+2
* print key type when talking about host keysmarkus2000-05-041-0/+1
* add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]markus2000-04-261-1/+2
* initial support for DSA keys. ok deraadt@, niels@markus2000-03-231-0/+23