Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||
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 | |