summaryrefslogtreecommitdiffstats
path: root/apps/prime.c
AgeCommit message (Collapse)Author
2017-03-03Add missing usage hints how to generate primes.Bernd Edlinger
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2834)
2016-10-19Make 'openssl prime ""' not segfaultRichard Levitte
Fixes RT#4699 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1668)
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2005-08-23Generate primes, too.Ben Laurie
2005-07-16makeNils Larsch
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
2005-05-01Add prototype.Ben Laurie
2005-04-26Port prime utility across from stable branch.Dr. Stephen Henson