summaryrefslogtreecommitdiff
path: root/apps/smime.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-6/+6
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-2/+2
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-2/+14
* Change the way apps open their input and output filesRichard Levitte2015-09-061-11/+6
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-4/+2
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-6/+6
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Remove needless bio_err argumentRich Salz2015-04-291-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-8/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-350/+285
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2