index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
key.h
Age
Commit message (
Expand
)
Author
2003-11-10
constify. ok markus@ & djm@
Jakob Schlyter
2003-06-24
int -> u_int; ok djm@, deraadt@, mouring@
Markus Friedl
2003-05-14
add experimental support for verifying hos keys using DNS as described
Jakob Schlyter
2003-02-12
merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Markus Friedl
2002-03-18
add key_demote() for ssh-privsep
Markus Friedl
2002-02-24
signed vs. unsigned: make size arguments u_int, ok stevesk@
Markus Friedl
2001-09-17
u_char*/char* cleanup; ok markus@
Kevin Steves
2001-06-26
add smartcard support to the client, too (now you can use both
Markus Friedl
2001-06-26
remove comments from .h, since they are cut&paste from the .c files
Markus Friedl
2001-06-26
prototype pedant. not very creative...
Jun-ichiro itojun Hagino
2001-06-25
update copyright for 2001
Markus Friedl
2001-04-17
add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
Markus Friedl
2001-03-12
remove old key_fingerprint interface, s/_ex//
Markus Friedl
2001-03-11
add improved fingerprint functions. based on work by Carsten
Jakob Schlyter
2001-01-29
$OpenBSD$
Niklas Hallqvist
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-11-12
add support for RSA to SSH2. please test.
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-08-19
add SSH2/DSA support to the agent and some other DSA related cleanups.
Markus Friedl
2000-05-04
print key type when talking about host keys
Markus Friedl
2000-04-26
add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
Markus Friedl
2000-03-23
initial support for DSA keys. ok deraadt@, niels@
Markus Friedl