summaryrefslogtreecommitdiff
path: root/apps/verify.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reformat smime utility.Dr. Stephen Henson2004-09-071-21/+22
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-1/+11
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Reject certificates with unhandled critical extensions.Dr. Stephen Henson2001-10-211-0/+3
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-1/+5
* Make better use of load_cert, load_certs and load_key.Richard Levitte2001-06-251-30/+6
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Allow various X509_STORE_CTX properties to beDr. Stephen Henson2001-05-091-1/+1
* Initial CRL based revocation checking.Dr. Stephen Henson2001-05-071-5/+10
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+27
* Update verify docs.Dr. Stephen Henson2000-09-081-1/+5
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-6/+21