summaryrefslogtreecommitdiff
path: root/apps/prime.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Do a prelimary check for numbers in openssl prime command.Daniel Fiala2022-04-191-5/+20
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-4/+4
* Update copyright yearMatt Caswell2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Check non-option argumentsRich Salz2020-12-151-5/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Document command parameters.Rich Salz2019-11-201-2/+3
* Add "sections" to -help outputRich Salz2019-11-081-2/+6
* Add BN_check_prime()Kurt Roeckx2019-10-141-3/+4
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Check # of arguments for remaining commands.Rich Salz2017-08-211-2/+8
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Ensure BIGNUM is freed in an error pathMatt Caswell2016-06-011-2/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-46/+6
* Add a couple of checks to prime app.Dr. Stephen Henson2016-05-101-0/+8
* Add missing return value checksMatt Caswell2016-04-211-3/+14
* Fix "primarility" typoMichal Bozon2015-11-211-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* RT4053: Typo in error messageMichal Bozon2015-09-281-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-69/+66
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-84/+75
* Generate primes, too.Ben Laurie2005-08-231-8/+38
* makeNils Larsch2005-07-161-1/+1
* Add prototype.Ben Laurie2005-05-011-0/+2
* Port prime utility across from stable branch.Dr. Stephen Henson2005-04-261-0/+128