summaryrefslogtreecommitdiffstats
path: root/apps/crl.c
AgeCommit message (Expand)Author
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-20Prefix crlNumber output with 0x.Jacob Hoffman-Andrews
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2016-10-14Constify command optionsFdaSilvaYY
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