summaryrefslogtreecommitdiffstats
path: root/apps/verify.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-05-13Fix memory leaks in CA related functions.Pavel Kopyl
2017-07-14Fix gcc-7 warnings about missing fall thru comments.Bernd Edlinger
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
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
2015-07-07Add help text for some verify optionsMatt Caswell
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario
2014-02-25Add -show_chain option to print out verified chain.Dr. Stephen Henson
2012-12-11Make openssl verify return errors.Ben Laurie
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-12-13Back out redundant verification time change.Ben Laurie
2011-12-13Make it possible to set a time for verification.Ben Laurie
2010-02-27oops, revert verify.c changeDr. Stephen Henson
2010-02-27Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD andDr. Stephen Henson
2010-02-25allow setting of verify names in command line utilities and print out verify ...Dr. Stephen Henson
2009-10-31Add missing functions to allow access to newer X509_STORE_CTX statusDr. Stephen Henson
2009-10-31Add option to allow in-band CRL loading in verify utility. Add functionDr. Stephen Henson
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson
2009-09-02Tidy up and fix verify callbacks to avoid structure dereference, use ofDr. Stephen Henson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2004-11-29Make an explicit check during certificate validation to see that theRichard Levitte
2004-09-07Reformat smime utility.Dr. Stephen Henson
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte