aboutsummaryrefslogtreecommitdiff
path: root/apps/crl.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Prefix crlNumber output with 0x.Jacob Hoffman-Andrews1-0/+1
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb1-3/+3
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb1-2/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb1-1/+1
2020-03-07cmdline app: add provider commandline options.Pauli1-1/+7
2019-11-08Add "sections" to -help outputRich Salz1-12/+21
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte1-6/+17
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-2/+2
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-9/+3
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-09-19Fix various missing option help messages ...FdaSilvaYY1-1/+1
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-3/+3
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-1/+1
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-2/+2
2016-08-17Corrupt signature in place.Dr. Stephen Henson1-2/+1
2016-08-16Corrupt signature earlier.Dr. Stephen Henson1-7/+8
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-3/+2
2016-05-17X509_STORE_CTX accessors.Rich Salz1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-4/+4
2016-04-29Check for a NULL return value from a call to X509_STORE_CTX_new()Matt Caswell1-1/+1
2016-04-15Make many X509_xxx types opaque.Rich Salz1-12/+12
2016-02-20argv was set but unusedKurt Roeckx1-1/+2
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson1-2/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell1-4/+14
2015-09-06Change the way apps open their input and output filesRichard Levitte1-1/+1
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-1/+1
2015-09-02make X509_CRL opaqueDr. Stephen Henson1-2/+7
2015-07-07Make "oneline" the default for nameoptRichard Levitte1-0/+5
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-8/+8
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-187/+130
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz1-9/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-370/+336
2014-04-03Add option to generate old hash format.Tim Hudson1-0/+18
2012-12-04initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson1-2/+53
2012-12-02add -badsig option to corrupt CRL signatures for testing tooDr. Stephen Henson1-1/+6
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson1-50/+0
2012-12-02add option to get a certificate or CRL from a URLDr. Stephen Henson1-0/+6
2008-10-22Add support for -crlnumber option in crl utility.Dr. Stephen Henson1-2/+19
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