aboutsummaryrefslogtreecommitdiffstats
path: root/apps/smime.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-2/+2
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-3/+1
* apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli2021-06-161-1/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-4/+5
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-3/+5
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-151-1/+1
* Fetch cipher after loading providersRich Salz2021-02-121-3/+6
* Process digest option after loading providersRich Salz2021-02-121-3/+7
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-4/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-15/+0
* Check non-option argumentsRich Salz2020-12-151-2/+7
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-5/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-4/+3
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+16
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-2/+1
* Add libctx support to PKCS7.Shane Lontis2020-08-091-7/+25
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-4/+4
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Document command parameters.Rich Salz2019-11-201-3/+4
* Add "sections" to -help outputRich Salz2019-11-081-26/+39
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-4/+15
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-24/+10
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-39/+43
* -inkey can be an identifier, not just a fileRich Salz2017-05-211-1/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Remove an option related to a deprecated flagFdaSilvaYY2016-09-191-5/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-8/+9
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-2/+2
* Typo and comment fixFdaSilvaYY2016-07-251-1/+1
* Use correct EOL in headers.Dr. Stephen Henson2016-05-191-3/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-131-5/+5