]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/verify.c
Coverity fixes
[thirdparty/openssl.git] / apps / verify.c
2019-06-05  Shane LontisCoverity fixes
2019-04-09  Paul YangMake X509_set_sm2_id consistent with other setters
2019-03-29  Paul YangFix a memleak in apps/verify
2019-03-13  杨洋Support SM2 certificate verification
2019-01-16  Richard Levitteapps/verify.c: Change an old comment to clarify what...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-02  Pavel KopylFix memory leaks in CA related functions.
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2017-10-18  KaoruTodaRemove parentheses of return.
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-09  Paul YangFix a bundle of trailing spaces in several files
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-04-25  Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-02-21  Dmitry BelyavskiyAdded '-nameopt' option to the verify command.
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
2016-08-17  FdaSilvaYYConstify char* input parameters in apps code
2016-06-20  Richard LevitteAllow proxy certs to be present when verifying a chain
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-01-21  Viktor DukhovniMultiple -trusted/-untrusted/-CRLfile options in verify
2016-01-21  Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-13  Viktor DukhovniFix verify(1) to report failure when verification fails
2016-01-03  Viktor DukhovniCleanup of verify(1) failure output
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-25  Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-08-02  Ben LaurieFix refactoring breakage.
2015-08-02  Dr. Stephen Hensondon't reset return value to 0
2015-08-02  Ben LaurieAdd -Wconditional-uninitialized to clang strict warnings.
2015-07-14  Rich SalzCan't use -trusted with -CA{path,file}
2015-07-07  Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07  Matt CaswellAdd help text for some verify options
2015-06-02  Rich SalzStandardize handling of #ifdef'd options.
2015-05-29  Richard LevitteRestore module loading
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-29  Rich SalzRemove needless bio_err argument
2015-04-25  Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-02-25  Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2014-06-19  Hubert KarioDocument -trusted_first option in man pages and help.
2014-02-25  Dr. Stephen HensonAdd -show_chain option to print out verified chain.
2012-12-11  Ben LaurieMake openssl verify return errors.
2012-12-06  Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2011-12-13  Ben LaurieBack out redundant verification time change.
2011-12-13  Ben LaurieMake it possible to set a time for verification.
2010-02-27  Dr. Stephen Hensonoops, revert verify.c change
2010-02-27  Dr. Stephen HensonAdd Kerberos fix which was in 0.9.8-stable but never...
2010-02-25  Dr. Stephen Hensonallow setting of verify names in command line utilities...
2009-10-31  Dr. Stephen HensonAdd missing functions to allow access to newer X509_STO...
2009-10-31  Dr. Stephen HensonAdd option to allow in-band CRL loading in verify utili...
2009-10-18  Dr. Stephen HensonUse new X509_STORE_set_verify_cb function instead of...
2009-09-02  Dr. Stephen HensonTidy up and fix verify callbacks to avoid structure...
2009-01-07  Dr. Stephen HensonUpdatde from stable branch.
2004-11-29  Richard LevitteMake an explicit check during certificate validation...
2004-09-07  Dr. Stephen HensonReformat smime utility.
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-02-22  Dr. Stephen HensonConfig code updates.
2001-10-21  Dr. Stephen HensonReject certificates with unhandled critical extensions.
2001-09-12  Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-06-25  Richard LevitteMake better use of load_cert, load_certs and load_key.
2001-06-18  Richard LevitteProvide an application-common setup function for engine...
2001-05-09  Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-05-07  Dr. Stephen HensonInitial CRL based revocation checking.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-08  Dr. Stephen HensonUpdate verify docs.
2000-09-05  Dr. Stephen Henson*BIG* verify code reorganisation.
2000-07-15  Bodo MöllerDocument -purpose option in usage string.
2000-02-26  Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26  Dr. Stephen HensonRename functions for new convention.
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-03  Ulf Möllerispell (and minor modifications)
1999-12-02  Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-11-29  Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-27  Dr. Stephen HensonAdd trust setting support to the verify code. It now...
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-21  Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-17  Dr. Stephen HensonModify verify code to handle self signed certificates.
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...