aboutsummaryrefslogtreecommitdiff
path: root/apps/crl.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-05some const fixesNils Larsch1-2/+2
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch1-1/+1
2004-11-11Don't return an error with crl -noout.Dr. Stephen Henson1-1/+5
2003-03-31Add usage string for -fingerprint.Richard Levitte1-0/+1
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke1-4/+9
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-1/+5
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
2001-02-06format stringsUlf Möller1-1/+1
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-2/+18
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson1-0/+29
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-1/+1
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson1-2/+0
1999-09-18Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson1-5/+71
1999-09-03Reinitialize global variables when necessary (for monolith application).Bodo Möller1-0/+1
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller1-1/+1
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-5/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-6/+2
1999-04-12Fix `openssl crl -noout -text' combination where `-noout' killed the `-text'Ralf S. Engelschall1-2/+3
1999-02-19Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1-41/+18
1999-01-20Continued patches so certificates and CRLs now can support and useDr. Stephen Henson1-3/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-5/+0
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-6/+11
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+330