index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
moduli.c
Age
Commit message (
Expand
)
Author
2011-10-19
s/tmpfile/tmp/ to make this -Wshadow clean
Damien Miller
2011-10-16
add missing includes to unbreak tree; fix from rpointel
Stefan Sperling
2011-10-16
Add optional checkpoints for moduli screening. feedback & ok deraadt
Darren Tucker
2010-11-10
use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.
Damien Miller
2008-06-26
when loading moduli from /etc/moduli in sshd(8), check that they
Damien Miller
2007-02-24
- strlen returns size_t, not int.
Ray Lai
2006-11-06
add missing checks for openssl return codes; with & ok djm@
Markus Friedl
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-22
move #include <time.h> out of includes.h
Kevin Steves
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2005-07-17
knf says that a 2nd level indent is four (not three or five) spaces
Damien Miller
2005-05-23
- removes signed/unsigned comparisons in moduli generation
Anil Madhavapeddy
2005-01-17
Correct spelling: SCHNOOR->SCHNORR; ok djm@
Darren Tucker
2004-07-11
spaces
Theo de Raadt
2004-05-21
add prototypes for -Wall; ok djm
Markus Friedl
2004-05-09
zap another tiny header; ok deraadt@
Damien Miller
2004-04-22
Bugzilla #850: Sophie Germain is the correct name of the French mathematician,
Damien Miller
2003-12-22
tidy up moduli generation debugging, add -v (verbose/debug) option to
Damien Miller
2003-12-09
Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
Darren Tucker
2003-12-07
remove unused debugging #define templates
Damien Miller
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-07-28
Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
Damien Miller