Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | 2001-10-04 | 1 | -2/+2 | ||
| | ||||||
* | key_read() now returns -1 on type mismatch, too | 2001-09-19 | 1 | -3/+3 | ||
| | ||||||
* | better error handling if you try to export a bad key to ssh.com | 2001-09-17 | 1 | -3/+4 | ||
| | ||||||
* | u_char*/char* cleanup; ok markus@ | 2001-09-17 | 1 | -2/+2 | ||
| | ||||||
* | add smartcard support to the client, too (now you can use both | 2001-06-26 | 1 | -1/+2 | ||
| | | | | the agent and the client). | |||||
* | update copyright for 2001 | 2001-06-25 | 1 | -2/+2 | ||
| | ||||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -8/+8 | ||
| | | | | TODO; cleanup headers | |||||
* | handle sigature of size 0 (some broken clients send this). | 2001-06-23 | 1 | -1/+4 | ||
| | ||||||
* | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | 2001-04-17 | 1 | -1/+23 | ||
| | ||||||
* | better safe than sorry in later mods; yongari@kt-is.co.kr | 2001-04-16 | 1 | -2/+2 | ||
| | ||||||
* | fix whitespace: unexpand + trailing spaces. | 2001-04-05 | 1 | -5/+5 | ||
| | ||||||
* | remove old key_fingerprint interface, s/_ex// | 2001-03-12 | 1 | -15/+3 | ||
| | ||||||
* | style+cleanup | 2001-03-11 | 1 | -17/+14 | ||
| | ||||||
* | cleanup & shorten some var names key_fingerprint_bubblebabble. | 2001-03-11 | 1 | -26/+24 | ||
| | ||||||
* | add improved fingerprint functions. based on work by Carsten | 2001-03-11 | 1 | -20/+132 | ||
| | | | | Raskgaard <cara@int.tele.dk> and modified by me. ok markus@. | |||||
* | debug | 2001-03-11 | 1 | -2/+2 | ||
| | ||||||
* | unexpand and remove end-of-line whitespace; ok markus@ | 2001-02-04 | 1 | -14/+14 | ||
| | ||||||
* | free() -> xfree(); ok markus@ | 2001-01-22 | 1 | -2/+2 | ||
| | ||||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -6/+4 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vandyke.com. | 2001-01-16 | 1 | -3/+3 | ||
| | | | | | | | | note that you have to delete older ssh2-rsa keys, since they are in the wrong format, too. they must be removed from .ssh/authorized_keys2 and .ssh/known_hosts2, etc. (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP .ssh/authorized_keys2) additionally, we now check that BN_num_bits(rsa->n) >= 768. | |||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -15/+15 | ||
| | | | | with u_char. | |||||
* | add support for RSA to SSH2. please test. | 2000-11-12 | 1 | -35/+353 | ||
| | | | | | | | | | | | | | | | 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. | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -10/+11 | ||
| | | | | | | | 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. | |||||
* | add SSH2/DSA support to the agent and some other DSA related cleanups. | 2000-08-19 | 1 | -1/+13 | ||
| | | | | (note that we cannot talk to ssh.com's ssh2 agents) | |||||
* | Missing CVS idents; ok markus | 2000-06-22 | 1 | -0/+2 | ||
| | ||||||
* | cleanup fingerprinting, less hardcoded sizes | 2000-06-19 | 1 | -11/+16 | ||
| | ||||||
* | fix key_read() for uuencoded keys w/o '=' | 2000-05-24 | 1 | -7/+11 | ||
| | ||||||
* | remote trailing comments before calling __b64_pton | 2000-05-05 | 1 | -0/+4 | ||
| | ||||||
* | replace broken uuencode w/ libc b64_ntop | 2000-05-04 | 1 | -3/+5 | ||
| | ||||||
* | print key type when talking about host keys | 2000-05-04 | 1 | -0/+13 | ||
| | ||||||
* | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | 2000-04-26 | 1 | -45/+62 | ||
| | | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||||
* | #include <ssl/foo.h> -> <openssh/foo.h> | 2000-04-12 | 1 | -3/+3 | ||
| | ||||||
* | initial support for DSA keys. ok deraadt@, niels@ | 2000-03-23 | 1 | -0/+290 | ||