aboutsummaryrefslogtreecommitdiffstats
path: root/apps/genrsa.c
Commit message (Expand)AuthorAgeFilesLines
* Support writing RSA keys using the traditional format againKurt Roeckx2020-09-091-5/+15
* Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis2020-08-121-1/+1
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-101-4/+11
* Update copyright yearMatt Caswell2020-04-231-1/+1
* genrsa: update command line app to use EVP callsPauli2020-04-191-32/+54
* Don't compile commands if disabledRich Salz2020-04-101-24/+20
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+3
* Document command parameters.Rich Salz2019-11-201-0/+4
* Add "sections" to -help outputRich Salz2019-11-081-5/+12
* genrsa: introduce -verbose option to enable outputPhilip Prindeville2019-05-011-4/+14
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Issue warnings for large DSA and RSA keysGeorg Schmidt2018-06-051-0/+5
* Fix the type of -out optionPaul Yang2018-02-281-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-5/+12
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Check # of arguments for remaining commands.Rich Salz2017-08-211-3/+9
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-17/+7
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Make the RSA structure opaqueRichard Levitte2016-04-061-5/+7
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-7/+3
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-9/+2
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-2/+2
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg2015-07-311-0/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-11/+11
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 7Rich Salz2015-04-301-4/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-11/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-168/+82
* free NULL cleanupRich Salz2015-03-251-2/+1
* free NULL cleanupRich Salz2015-03-241-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-248/+263
* RT3548: Remove unsupported platformsRich Salz2015-01-121-2/+2
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-181-5/+0
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Update apps for bn opaque changeMatt Caswell2014-12-081-18/+18
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* Change default bits to 1024Dr. Stephen Henson2013-01-071-1/+1
* Make sure overrides work for RSA/DSA.Dr. Stephen Henson2011-04-231-0/+6
* use supplied ENGINE in genrsaDr. Stephen Henson2010-03-011-1/+4
* Update from 1.0.0-stableDr. Stephen Henson2009-04-061-2/+6