summaryrefslogtreecommitdiffstats
path: root/apps/crl.c
AgeCommit message (Expand)Author
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell
2016-08-17Corrupt signature in place.Dr. Stephen Henson
2016-08-16Corrupt signature earlier.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-29Check for a NULL return value from a call to X509_STORE_CTX_new()Matt Caswell
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-02-20argv was set but unusedKurt Roeckx
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-09-02make X509_CRL opaqueDr. Stephen Henson
2015-07-07Make "oneline" the default for nameoptRichard Levitte
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-04-03Add option to generate old hash format.Tim Hudson
2012-12-04initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson
2012-12-02add -badsig option to corrupt CRL signatures for testing tooDr. Stephen Henson
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-12-02add option to get a certificate or CRL from a URLDr. Stephen Henson
2008-10-22Add support for -crlnumber option in crl utility.Dr. Stephen Henson
2005-04-05some const fixesNils Larsch
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch
2004-11-11Don't return an error with crl -noout.Dr. Stephen Henson
2003-03-31Add usage string for -fingerprint.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke
2002-02-22Config code updates.Dr. Stephen Henson
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-06format stringsUlf Möller
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson
1999-09-18Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson
1999-09-03Reinitialize global variables when necessary (for monolith application).Bodo Möller