Update code for the final RFC version of TLSv1.3 (RFC8446)
[openssl.git] / test / recipes / 25-test_verify.t
2018-05-29 Matt CaswellUpdate copyright year
2018-05-23 Viktor DukhovniLimit scope of CN name constraints
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-09-22 David BenjaminGuard against DoS in name constraints handling.
2017-05-30 Dr. Stephen Hensonno-ec fix
2017-05-30 Dr. Stephen HensonAdd Ed25519 verify test.
2017-04-25 Dr. Stephen HensonAdd PSS certificate signature tests
2016-07-11 Dr. Stephen HensonExtend mkcert.sh to support nameConstraints generation...
2016-06-20 Richard LevitteAdd verification of proxy certs to 25-test_verify.t
2016-04-22 Rich SalzUnified copyright for test recipes
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-03-30 Viktor DukhovniRequire intermediate CAs to have basicConstraints CA...
2016-02-09 Richard Levitteunified build scheme: adjust test framework for out...
2016-02-01 Viktor DukhovniAdd tests for non-ca trusted roots and intermediates
2016-02-01 Viktor DukhovniCompat self-signed trust with reject-only aux data
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-30 Richard LevitteFix test/recipes/25-test_verify.t
2016-01-21 Viktor DukhovniMultiple -trusted/-untrusted/-CRLfile options in verify
2016-01-21 Viktor DukhovniMore X509_verify_cert() tests via verify(1).
2016-01-13 Viktor DukhovniFix verify(1) to report failure when verification fails
2015-10-13 Andy PolyakovTest suite: minimal required to get mingw 'make test...
2015-09-07 Richard LevitteChange OpenSSL::Test to be an extension of Test::More
2015-09-07 Richard LevitteAdd version numbers on some modules we use.
2015-09-07 Richard LevitteAdd recipes for tests related to certificates