aboutsummaryrefslogtreecommitdiffstats
path: root/apps/crl.c
Commit message (Expand)AuthorAgeFilesLines
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-2/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-4/+14
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+1
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-2/+7
* Make "oneline" the default for nameoptRichard Levitte2015-07-071-0/+5
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-8/+8
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-187/+130
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-9/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-370/+336
* Add option to generate old hash format.Tim Hudson2014-04-031-0/+18
* initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson2012-12-041-2/+53
* add -badsig option to corrupt CRL signatures for testing tooDr. Stephen Henson2012-12-021-1/+6
* New option to add CRLs for s_client and s_server.Dr. Stephen Henson2012-12-021-50/+0
* add option to get a certificate or CRL from a URLDr. Stephen Henson2012-12-021-0/+6
* 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)Ralf 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