aboutsummaryrefslogtreecommitdiffstats
path: root/apps/crl2p7.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change functions to ANSI C.Ulf Möller1999-04-191-6/+2
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-5/+5
* Allow the -certfile argument to be used multiple times in crl2pkcs7.Dr. Stephen Henson1999-01-291-9/+17
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+2
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+334