summaryrefslogtreecommitdiff
path: root/apps/crl2p7.c
Commit message (Expand)AuthorAgeFilesLines
* Update from 1.0.0-stablesteve2009-07-271-6/+6
* More type-checking.ben2008-06-041-6/+6
* Eliminate dependency on read/write/stat in apps under _WIN32.appro2005-11-041-8/+0
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-031-1/+1
* Use apps_shutdown() in all applications, in case someone decides notlevitte2001-06-231-1/+3
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in alevitte2000-09-201-1/+9
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes carelevitte2000-09-171-3/+3
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-2/+2
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...rse2000-02-111-0/+2
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...steve2000-01-091-3/+3
* Additional user data argument to pem_password_cb function typebodo1999-07-211-2/+2
* stack.ben1999-05-311-3/+3
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).rse1999-05-041-4/+4
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-6/+6
* Change functions to ANSI C.ulf1999-04-191-6/+2
* Add type-safe STACKs and SETs.ben1999-04-121-5/+5
* Allow the -certfile argument to be used multiple times in crl2pkcs7.steve1999-01-291-11/+19
* Initial revisionrse1998-12-211-0/+334