aboutsummaryrefslogtreecommitdiff
path: root/apps/crl2p7.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-1/+7
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-6/+6
2008-06-04More type-checking.Ben Laurie1-6/+6
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov1-8/+0
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-1/+3
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-1/+9
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-3/+3
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+2
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson1-3/+3
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller1-2/+2
1999-05-31stack.Ben Laurie1-3/+3
1999-05-04Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1-4/+4
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-5/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-6/+6
1999-04-19Change functions to ANSI C.Ulf Möller1-6/+2
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-5/+5
1999-01-29Allow the -certfile argument to be used multiple times in crl2pkcs7.Dr. Stephen Henson1-9/+17
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+334