summaryrefslogtreecommitdiffstats
path: root/apps/crl2p7.c
AgeCommit message (Expand)Author
2020-12-15Check non-option argumentsRich Salz
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
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-08Add "sections" to -help outputRich Salz
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-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-14Constify command optionsFdaSilvaYY
2016-06-14Avoid a double-free in crl2pl7Matt Caswell
2016-06-01Fix memory leak in crl2pkcs7 appMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-20argv was set but unusedKurt Roeckx
2015-12-13Fix option value parsing in crl2pkcs7 -certfileViktor Dukhovni
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-05-29Restore module loadingRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-11free NULL cleanup 9Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
1999-05-31stack.Ben Laurie
1999-05-04Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-01-29Allow the -certfile argument to be used multiple times in crl2pkcs7.Dr. Stephen Henson
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall