summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
AgeCommit message (Expand)Author
2023-12-12Fix a possible memleak in smime_mainBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-04-27apps/smime: Point out that the six operations are mutually exclusive and add ...Dr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-06-16apps: use get_cipher_any() instead of get_cipher() for commands that support ...Pauli
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-01-28Update copyright yearRichard Levitte
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2020-12-15Check non-option argumentsRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-09Add libctx support to PKCS7.Shane Lontis
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-05-21-inkey can be an identifier, not just a fileRich Salz
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-07-25Typo and comment fixFdaSilvaYY