summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
AgeCommit message (Expand)Author
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
2016-05-19Use correct EOL in headers.Dr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-13Fix signer option and support format SMIME.Dr. Stephen Henson
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-05-29Restore module loadingRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell