summaryrefslogtreecommitdiff
path: root/apps/verify.c
Commit message (Expand)AuthorAgeFilesLines
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-0/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-3/+3
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-151-2/+2
* Check non-option argumentsRich Salz2020-12-151-0/+3
* apps/verify:c: Enable output of multiple verification errors due to -x509_strictDr. David von Oheimb2020-12-041-2/+17
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-1/+1
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-5/+3
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-011-1/+1
* APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior2020-06-231-1/+1
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-7/+7
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-151-58/+25
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Document command parameters.Rich Salz2019-11-201-9/+12
* Add "sections" to -help outputRich Salz2019-11-081-5/+9
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-6/+19
* Coverity fixesShane Lontis2019-06-061-1/+10
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-091-14/+26
* Fix a memleak in apps/verifyPaul Yang2019-03-301-0/+4
* Support SM2 certificate verification杨洋2019-03-131-5/+40
* apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte2019-01-161-5/+8
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Fix memory leaks in CA related functions.Pavel Kopyl2018-05-021-0/+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
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-4/+4
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-9/+3
* Added '-nameopt' option to the verify command.Dmitry Belyavskiy2017-02-201-3/+14
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-3/+3
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-201-0/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Make many X509_xxx types opaque.Rich Salz2016-04-151-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-13/+14
* Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni2016-01-201-22/+16
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-8/+5
* Fix verify(1) to report failure when verification failsViktor Dukhovni2016-01-131-1/+1