summaryrefslogtreecommitdiff
path: root/apps/storeutl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix openssl storeutl to allow serial + issuerSimo Sorce2022-12-141-4/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-1/+3
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-7/+4
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+2
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Process digest option after loading providersRich Salz2021-02-121-3/+8
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-6/+5
* Check non-option argumentsRich Salz2020-12-151-8/+3
* apps/storeutl: Add error output in case of parse/decryption/mac errors in inp...Dr. David von Oheimb2020-11-191-3/+5
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-2/+2
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-0/+7
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-041-8/+4
* Add X509 related libctx changes.Shane Lontis2020-07-241-5/+9
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+7
* Document command parameters.Rich Salz2019-11-201-0/+3
* Add "sections" to -help outputRich Salz2019-11-081-9/+17
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Free a variableMatt Caswell2018-05-311-0/+1
* storeutl: make sure s2i_ASN1_INTEGER is correctly declaredRichard Levitte2018-02-281-0/+1
* Adapt storeutl to allow search for specific objectsRichard Levitte2018-02-231-9/+192
* Adapt storeutl to allow looking for a specific info typeRichard Levitte2018-02-231-5/+54
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Add a recursive option to 'openssl storeutl'Richard Levitte2017-09-121-17/+56
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-291-1/+1
* Add a simple store utility commandRichard Levitte2017-06-291-0/+199