summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/key.h
AgeCommit message (Expand)Author
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-02-12merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@Markus Friedl
2002-03-18add key_demote() for ssh-privsepMarkus Friedl
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl
2001-09-17u_char*/char* cleanup; ok markus@Kevin Steves
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-25update copyright for 2001Markus Friedl
2001-04-17add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@Markus Friedl
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-11add improved fingerprint functions. based on work by CarstenJakob Schlyter
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus 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
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-19add SSH2/DSA support to the agent and some other DSA related cleanups.Markus Friedl
2000-05-04print key type when talking about host keysMarkus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl