summaryrefslogtreecommitdiff
path: root/apps/pkcs7.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-2/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-1/+1
* Fix safestack issues in x509.hMatt Caswell2020-09-131-3/+0
* Add libctx support to PKCS7.Shane Lontis2020-08-091-4/+13
* 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/+8
* Add "sections" to -help outputRich Salz2019-11-081-4/+9
* 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
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-1/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-102/+6
* Fix NULL deref in apps/pkcs7Rich Salz2016-04-251-4/+8
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Restore module loadingRichard Levitte2015-05-291-0/+3
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-6/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-136/+121
* free NULL cleanup 9Rich Salz2015-04-111-2/+1
* free NULL cleanupRich Salz2015-03-251-4/+2
* Dead code removal from appsMatt Caswell2015-03-171-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-213/+200
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Fix warnings.Ben Laurie2010-06-121-4/+1
* Update to ASN1 printing code.Dr. Stephen Henson2005-09-031-1/+1
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson2005-09-011-1/+6
* Call autoconfig code in pkcs7 utility.Dr. Stephen Henson2004-03-051-0/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* have 'openssl pkcs7' exit with code 1 on error instead of 0.Richard Levitte2002-06-271-1/+1
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-1/+3
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+27
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+9
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-091-3/+3
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-121-59/+29
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-1/+1