summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/key.h (follow)
Commit message (Collapse)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
| | | | Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
* $OpenBSD$niklas2001-01-291-0/+2
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-0/+3
| | | | rename util.[ch] -> misc.[ch]
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-6/+6
| | | | with u_char.
* add support for RSA to SSH2. please test.markus2000-11-121-3/+25
| | | | | | | | | | | | | | | there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication.
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-0/+23
| | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
* add SSH2/DSA support to the agent and some other DSA related cleanups.markus2000-08-191-2/+2
| | | | (note that we cannot talk to ssh.com's ssh2 agents)
* 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
| | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol.
* initial support for DSA keys. ok deraadt@, niels@markus2000-03-231-0/+23