summaryrefslogtreecommitdiffstats
path: root/apps/prime.c
AgeCommit message (Expand)Author
2020-12-15Check non-option argumentsRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-10-14Add BN_check_prime()Kurt Roeckx
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-08-21Check # of arguments for remaining commands.Rich Salz
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2016-10-14Constify command optionsFdaSilvaYY
2016-06-01Ensure BIGNUM is freed in an error pathMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-10Add a couple of checks to prime app.Dr. Stephen Henson
2016-04-21Add missing return value checksMatt Caswell
2015-11-21Fix "primarility" typoMichal Bozon
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-28RT4053: Typo in error messageMichal Bozon
2015-05-29Restore module loadingRichard Levitte
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2005-08-23Generate primes, too.Ben Laurie
2005-07-16makeNils Larsch
2005-05-01Add prototype.Ben Laurie
2005-04-26Port prime utility across from stable branch.Dr. Stephen Henson