summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/dsa.c
AgeCommit message (Collapse)Author
2000-07-20missing free, reorderMarkus Friedl
2000-06-20OpenBSD tagMarkus Friedl
2000-06-19mem leak + be more paranoid in dsa_verify.Markus Friedl
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-04replace broken uuencode w/ libc b64_ntopMarkus Friedl
2000-04-26add 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-14whitespace cleanupMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12less debugging outputMarkus Friedl
2000-04-03DSA, keyexchange, algorithm agreement for ssh2Markus Friedl