summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/dsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add support for RSA to SSH2. please test.markus2000-11-121-304/+0
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-6/+1
* 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
* 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