aboutsummaryrefslogtreecommitdiffstats
path: root/apps/crl2p7.c
Commit message (Expand)AuthorAgeFilesLines
* find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb2021-05-181-233/+0
* 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-04-221-1/+1
* crl2pkcs7 shouldn't include empty optional setsDave Coombs2021-04-091-7/+9
* Check non-option argumentsRich Salz2020-12-151-0/+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-3/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* 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-3/+8
* 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-2/+2
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-2/+2
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Avoid a double-free in crl2pl7Matt Caswell2016-06-141-3/+1
* Fix memory leak in crl2pkcs7 appMatt Caswell2016-06-011-2/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-60/+6
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* Fix option value parsing in crl2pkcs7 -certfileViktor Dukhovni2015-12-131-1/+1
* 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
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+2
* free NULL cleanup 5aRich Salz2015-04-301-4/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-120/+63
* free NULL cleanup 9Rich Salz2015-04-111-2/+1
* free NULL cleanupRich Salz2015-03-251-6/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-238/+228
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-1/+7
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-6/+6
* More type-checking.Ben Laurie2008-06-041-6/+6
* Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov2005-11-041-8/+0
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-1/+3
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+9
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-3/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* 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
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-2/+2
* stack.Ben Laurie1999-05-311-3/+3
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-041-4/+4
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-6/+6