summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/moduli.c
AgeCommit message (Collapse)Author
2004-04-22Bugzilla #850: Sophie Germain is the correct name of the French mathematician,Damien Miller
"Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
2003-12-22tidy up moduli generation debugging, add -v (verbose/debug) option toDamien Miller
ssh-keygen; ok markus@
2003-12-09Prevent ssh-keygen -T from outputting moduli with a generator of 0, sinceDarren Tucker
they can't be used for Diffie-Hellman. Assistance and ok djm@
2003-12-07remove unused debugging #define templatesDamien Miller
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-07-28Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.Damien Miller
Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@