summaryrefslogtreecommitdiff
path: root/apps/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* dsa: apps deprecation changesPauli2020-12-171-1/+9
* APPS: Correct the output structure for public keys in 'openssl rsa'Richard Levitte2020-12-151-2/+2
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-1/+1
* Deprecate RSA harderRichard Levitte2020-11-181-66/+78
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Support writing RSA keys using the traditional format againKurt Roeckx2020-09-091-3/+14
* Fix nits detected by make cmd-nitsNicola Tuveri2020-06-141-1/+1
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* rsa: update command line app to use EVP callsPauli2020-04-191-23/+29
* Don't compile commands if disabledRich Salz2020-04-101-30/+26
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+3
* Add "sections" to -help outputRich Salz2019-11-081-11/+18
* Remove function name from errorsRich Salz2019-07-161-1/+0
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Check return value of EVP_PKEY_newMansour Ahmadi2018-11-101-0/+3
* apps: Stop pretending to care about Netscape keysRichard Levitte2018-11-021-2/+2
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Fix typo in commentBenjamin Kaduk2017-12-111-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Fix rsa -check optionPaul Yang2017-07-291-2/+2
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-8/+10
* Support MSBLOB format if RC4 is disabledDr. Stephen Henson2016-11-171-1/+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
* Trust RSA_check_key() to return correct valuesRichard Levitte2016-08-241-4/+1
* Simplify and add help about OPT_PVK* optionsFdaSilvaYY2016-08-171-19/+12
* rsa.c: fix incorrect guard for pvk-* optionsViktor Szakats2016-07-301-4/+4
* Deal with the consequences of constifying gettersRichard Levitte2016-06-151-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-102/+6
* Make the RSA structure opaqueRichard Levitte2016-04-061-1/+3
* Fix no-dsaMatt Caswell2016-03-211-2/+5
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-7/+4
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-1/+1
* Avoid erroneous "assert(private)" failures.Viktor Dukhovni2015-12-131-5/+11
* Centralise loading default apps config fileMatt Caswell2015-10-121-4/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* Remove obsolete key formats.Rich Salz2015-07-161-13/+0
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-6/+16
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-8/+10
* Restore module loadingRichard Levitte2015-05-291-0/+3
* free null cleanup finaleRich Salz2015-05-011-4/+2
* In apps, malloc or dieRich Salz2015-04-301-11/+6
* remove malloc castsRich Salz2015-04-281-1/+1
* Fix typo in help & comment formattingRich Salz2015-04-261-4/+4