summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/moduli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove most uses of BN_CTXdjm2019-11-151-8/+4
* Check for gmtime failure in moduli generation. Based on patch fromdtucker2019-10-041-1/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* Remove 3 as a guess for possible generator during moduli generation.dtucker2019-01-231-3/+1
* Fix BN_is_prime_* calls in SSH, the API returns -1 on error.tb2019-01-201-5/+14
* time_t printing needs %lld and (long long) castsderaadt2017-12-081-3/+3
* Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsderaadt2016-09-121-3/+2
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-4/+5
* Free resources on error in mkstemp and fdopendoug2014-08-211-1/+2
* Periodically print progress and, if possible, expected time to completiondtucker2013-10-241-14/+92
* bye, bye xfree(); ok markus@djm2013-05-171-5/+5
* Add options to specify starting line number and number of lines to processdtucker2012-07-061-5/+13
* s/tmpfile/tmp/ to make this -Wshadow cleandjm2011-10-191-6/+6
* add missing includes to unbreak tree; fix from rpointelstsp2011-10-161-1/+3
* Add optional checkpoints for moduli screening. feedback & ok deraadtdtucker2011-10-161-3/+66
* use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.djm2010-11-101-4/+4
* when loading moduli from /etc/moduli in sshd(8), check that theydjm2008-06-261-33/+16
* - strlen returns size_t, not int.ray2007-02-241-5/+3
* add missing checks for openssl return codes; with & ok djm@markus2006-11-061-18/+34
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+2
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <time.h> out of includes.hstevesk2006-07-221-3/+8
* introduce xcalloc() and xasprintf() failure-checked allocations functionsdjm2006-03-251-14/+3
* knf says that a 2nd level indent is four (not three or five) spacesdjm2005-07-171-12/+12
* - removes signed/unsigned comparisons in moduli generationavsm2005-05-231-5/+6
* Correct spelling: SCHNOOR->SCHNORR; ok djm@dtucker2005-01-171-3/+3
* spacesderaadt2004-07-111-24/+24
* add prototypes for -Wall; ok djmmarkus2004-05-211-1/+3
* zap another tiny header; ok deraadt@djm2004-05-091-4/+30
* Bugzilla #850: Sophie Germain is the correct name of the French mathematician,djm2004-04-221-6/+6
* tidy up moduli generation debugging, add -v (verbose/debug) option todjm2003-12-221-9/+18
* Prevent ssh-keygen -T from outputting moduli with a generator of 0, sincedtucker2003-12-091-1/+10
* remove unused debugging #define templatesdjm2003-12-071-10/+1
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-33/+33
* Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.djm2003-07-281-0/+617