summaryrefslogtreecommitdiff
path: root/apps/genrsa.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: genrsa: Support setting propertiesClemens Lang2022-08-171-1/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add -verbose/-queit flags to dhparamPhilip Prindeville2022-01-281-2/+7
* Use progress_cb in genrsaPhilip Prindeville2022-01-281-24/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-6/+3
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-251-7/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-2/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fetch cipher after loading providersRich Salz2021-02-121-3/+6
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Deprecate RSA harderRichard Levitte2020-11-181-5/+6
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-261-1/+1
* 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