aboutsummaryrefslogtreecommitdiffstats
path: root/apps/verify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup of verify(1) failure outputViktor Dukhovni2016-01-031-24/+27
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-3/+14
* Fix refactoring breakage.Ben Laurie2015-08-021-4/+6
* don't reset return value to 0Dr. Stephen Henson2015-08-021-1/+0
* Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie2015-08-021-24/+22
* Can't use -trusted with -CA{path,file}Rich Salz2015-07-141-1/+7
* Extend -show_chain option to verify to show more infoMatt Caswell2015-07-071-1/+7
* Add help text for some verify optionsMatt Caswell2015-07-071-8/+12
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-1/+1
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* free NULL cleanup 5aRich Salz2015-04-301-6/+3
* Remove needless bio_err argumentRich Salz2015-04-291-9/+7
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-5/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-149/+112
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-311/+295
* RT3548: Remove unsupported platformsRich Salz2015-01-121-2/+2
* Document -trusted_first option in man pages and help.Hubert Kario2014-06-191-1/+1
* Add -show_chain option to print out verified chain.Dr. Stephen Henson2014-02-251-5/+24
* Make openssl verify return errors.Ben Laurie2012-12-111-4/+12
* Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson2012-12-061-0/+6
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-2/+2
* Back out redundant verification time change.Ben Laurie2011-12-131-29/+4
* Make it possible to set a time for verification.Ben Laurie2011-12-131-4/+29
* oops, revert verify.c changeDr. Stephen Henson2010-02-271-3/+0
* Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD andDr. Stephen Henson2010-02-271-0/+3
* allow setting of verify names in command line utilities and print out verify ...Dr. Stephen Henson2010-02-251-4/+17
* Add missing functions to allow access to newer X509_STORE_CTX statusDr. Stephen Henson2009-10-311-1/+3
* Add option to allow in-band CRL loading in verify utility. Add functionDr. Stephen Henson2009-10-311-64/+36
* Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson2009-10-181-1/+1
* Tidy up and fix verify callbacks to avoid structure dereference, use ofDr. Stephen Henson2009-09-021-28/+35
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-2/+1
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-291-0/+1