summaryrefslogtreecommitdiffstats
path: root/apps/smime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apps: Change default cipher to aes-256-cbc for req, cms and smime appsAditya2024-11-041-8/+2
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* apps/cms.c, apps/smime.c: Fix -crlfeol help messagesAndreas Treichel2024-08-151-1/+1
* {CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...Dr. David von Oheimb2024-07-171-1/+4
* Fix a possible memleak in smime_mainBernd Edlinger2023-12-121-1/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* apps/smime: Point out that the six operations are mutually exclusive and add ...Dr. David von Oheimb2023-04-271-8/+40
* 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-111-3/+6
* Process digest option after loading providersRich Salz2021-02-111-3/+7
* Load rand state after loading providersRich Salz2021-02-111-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-071-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-171-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-111-1/+1