summaryrefslogtreecommitdiffstats
path: root/apps/verify.c
AgeCommit message (Expand)Author
2020-12-15Check non-option argumentsRich Salz
2020-12-04apps/verify:c: Enable output of multiple verification errors due to -x509_strictDr. David von Oheimb
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb
2020-06-23APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-06-06Coverity fixesShane Lontis
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-03-30Fix a memleak in apps/verifyPaul Yang
2019-03-13Support SM2 certificate verification杨洋
2019-01-16apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
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-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-02-20Added '-nameopt' option to the verify command.Dmitry Belyavskiy
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-06-20Allow proxy certs to be present when verifying a chainRichard Levitte
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-01-20Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-13Fix verify(1) to report failure when verification failsViktor Dukhovni
2016-01-03Cleanup of verify(1) failure outputViktor Dukhovni
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-08-02Fix refactoring breakage.Ben Laurie
2015-08-02don't reset return value to 0Dr. Stephen Henson
2015-08-02Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie
2015-07-14Can't use -trusted with -CA{path,file}Rich Salz
2015-07-07Extend -show_chain option to verify to show more infoMatt Caswell