summaryrefslogtreecommitdiffstats
path: root/apps/verify.c
AgeCommit message (Expand)Author
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-05-03Update copyright yearMatt Caswell
2022-01-07Fix: some patches related to error exitingPeiwei Hu
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
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