aboutsummaryrefslogtreecommitdiff
path: root/apps/verify.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-06Coverity fixesShane Lontis1-1/+10
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang1-14/+26
2019-03-30Fix a memleak in apps/verifyPaul Yang1-0/+4
2019-03-13Support SM2 certificate verification杨洋1-5/+40
2019-01-16apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte1-5/+8
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl1-0/+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-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-4/+4
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+1
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-9/+3
2017-02-20Added '-nameopt' option to the verify command.Dmitry Belyavskiy1-3/+14
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-1/+3
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-3/+3
2016-06-20Allow proxy certs to be present when verifying a chainRichard Levitte1-0/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-04-15Make many X509_xxx types opaque.Rich Salz1-1/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-13/+14
2016-01-20Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni1-22/+16
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni1-8/+5
2016-01-13Fix verify(1) to report failure when verification failsViktor Dukhovni1-1/+1
2016-01-03Cleanup of verify(1) failure outputViktor Dukhovni1-24/+27
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell1-3/+14
2015-08-02Fix refactoring breakage.Ben Laurie1-4/+6
2015-08-02don't reset return value to 0Dr. Stephen Henson1-1/+0
2015-08-02Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie1-24/+22
2015-07-14Can't use -trusted with -CA{path,file}Rich Salz1-1/+7
2015-07-07Extend -show_chain option to verify to show more infoMatt Caswell1-1/+7
2015-07-07Add help text for some verify optionsMatt Caswell1-8/+12
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-1/+1
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-30free NULL cleanup 5aRich Salz1-6/+3
2015-04-29Remove needless bio_err argumentRich Salz1-9/+7
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-5/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-149/+112
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-311/+295
2015-01-12RT3548: Remove unsupported platformsRich Salz1-2/+2
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario1-1/+1
2014-02-25Add -show_chain option to print out verified chain.Dr. Stephen Henson1-5/+24
2012-12-11Make openssl verify return errors.Ben Laurie1-4/+12
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson1-0/+6
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-2/+2
2011-12-13Back out redundant verification time change.Ben Laurie1-29/+4