summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/dsa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add support for RSA to SSH2. please test.markus2000-11-121-304/+0
| | | | | | | | | | | | | | | 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 withderaadt2000-09-071-6/+1
| | | | | | | 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.
* missing free, reordermarkus2000-07-201-7/+7
|
* OpenBSD tagmarkus2000-06-201-1/+1
|
* mem leak + be more paranoid in dsa_verify.markus2000-06-191-4/+13
|
* bug compat w/ ssh-2.0.13 x11, split out bugsmarkus2000-05-081-7/+13
|
* replace broken uuencode w/ libc b64_ntopmarkus2000-05-041-2/+2
|
* add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]markus2000-04-261-41/+37
| | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol.
* whitespace cleanupmarkus2000-04-141-5/+5
|
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-9/+9
|
* less debugging outputmarkus2000-04-121-12/+12
|
* DSA, keyexchange, algorithm agreement for ssh2markus2000-04-031-0/+298