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.c
Age
Commit message (
Expand
)
Author
2001-04-17
add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
Markus Friedl
2001-04-16
better safe than sorry in later mods; yongari@kt-is.co.kr
Theo de Raadt
2001-04-05
fix whitespace: unexpand + trailing spaces.
Markus Friedl
2001-03-12
remove old key_fingerprint interface, s/_ex//
Markus Friedl
2001-03-11
style+cleanup
Markus Friedl
2001-03-11
cleanup & shorten some var names key_fingerprint_bubblebabble.
Jakob Schlyter
2001-03-11
add improved fingerprint functions. based on work by Carsten
Jakob Schlyter
2001-03-11
debug
Markus Friedl
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-01-22
free() -> xfree(); ok markus@
Kevin Steves
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-16
make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand...
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-06-22
Missing CVS idents; ok markus
Damien Miller
2000-06-19
cleanup fingerprinting, less hardcoded sizes
Markus Friedl
2000-05-24
fix key_read() for uuencoded keys w/o '='
Markus Friedl
2000-05-05
remote trailing comments before calling __b64_pton
Markus Friedl
2000-05-04
replace broken uuencode w/ libc b64_ntop
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-04-12
#include <ssl/foo.h> -> <openssh/foo.h>
Markus Friedl
2000-03-23
initial support for DSA keys. ok deraadt@, niels@
Markus Friedl