summaryrefslogtreecommitdiff
path: root/apps/crl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-6/+3
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-3/+9
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+2
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-3/+3
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Fix CRL app so that stdin works.Shane Lontis2021-04-301-3/+3
* crl: noout is not an output itemTomas Mraz2021-04-291-1/+1
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* Avoid going through NID when unnecessaryTomas Mraz2021-04-011-2/+1
* apps/crl: Print just the hash value if printing just hashTomas Mraz2021-03-171-4/+8
* apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb2021-02-281-2/+1
* Fetch cipher after loading providersRich Salz2021-02-121-2/+4
* Process digest option after loading providersRich Salz2021-02-121-2/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-3/+14
* Check non-option argumentsRich Salz2020-12-151-0/+2
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-2/+2
* Prefix crlNumber output with 0x.Jacob Hoffman-Andrews2020-10-201-0/+1
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-3/+3
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+7
* Add "sections" to -help outputRich Salz2019-11-081-12/+21
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-6/+17
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+2
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-9/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-1/+1
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-3/+3
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-1/+1
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-171-2/+2
* Corrupt signature in place.Dr. Stephen Henson2016-08-171-2/+1
* Corrupt signature earlier.Dr. Stephen Henson2016-08-161-7/+8
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-3/+2
* X509_STORE_CTX accessors.Rich Salz2016-05-171-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-4/+4
* Check for a NULL return value from a call to X509_STORE_CTX_new()Matt Caswell2016-04-291-1/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-151-12/+12
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* 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