summaryrefslogtreecommitdiff
path: root/apps/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. 'pubin' variableDr. David von Oheimb2023-03-141-1/+1
* Add missing ')' to command helpPauli2022-08-261-1/+1
* Fix the checks of EVP_PKEY_checkPeiwei Hu2022-06-021-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala2022-03-221-1/+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
* rsa: Try legacy encoding functions for pubkeyTomas Mraz2021-08-241-1/+38
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-1/+1
* apps: remove TODOsPauli2021-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-2/+2
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte2021-05-041-0/+14
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb2021-02-221-10/+3
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-3/+3
* Fetch cipher after loading providersRich Salz2021-02-121-3/+6
* 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