summaryrefslogtreecommitdiff
path: root/apps/crl.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-354/+324
* Add option to generate old hash format.Tim Hudson2014-04-031-0/+18
* Add support for -crlnumber option in crl utility.Dr. Stephen Henson2008-10-221-2/+19
* some const fixesNils Larsch2005-04-051-2/+2
* use SHA-1 as the default digest for the apps/openssl commandsNils Larsch2005-04-021-1/+1
* Don't return an error with crl -noout.Dr. Stephen Henson2004-11-111-1/+5
* Add usage string for -fingerprint.Richard Levitte2003-03-311-0/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke2002-04-301-4/+9
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-1/+5
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* format stringsUlf Möller2001-02-061-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-2/+18
* Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson2000-05-181-0/+29
* 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-1/+1
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-2/+0
* Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson1999-09-181-5/+71
* Reinitialize global variables when necessary (for monolith application).Bodo Möller1999-09-031-0/+1
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-1/+1
* 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-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-6/+2
* Fix `openssl crl -noout -text' combination where `-noout' killed the `-text'Ralf S. Engelschall1999-04-121-2/+3
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-41/+18
* Continued patches so certificates and CRLs now can support and useDr. Stephen Henson1999-01-201-3/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-5/+0
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-6/+11
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+330