Age | Commit message (Collapse) | 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 | |
in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@ | |||
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 | |
the agent and the client). | |||
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl | |
and out of sync | |||
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino | |
- () -> (void) - no variable names | |||
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 | |
Raskgaard <cara@int.tele.dk> and modified by me. ok markus@. | |||
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
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. | |||
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
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. | |||
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl | |
(note that we cannot talk to ssh.com's ssh2 agents) | |||
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 | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl | |