]> git.ipfire.org Git - thirdparty/openssl.git/history - test/recipes/25-test_verify.t
cleanup where purpose is not needed in 25-test_verify.t
[thirdparty/openssl.git] / test / recipes / 25-test_verify.t
2021-05-05  Dr. David von Oheimbcleanup where purpose is not needed in 25-test_verify.t
2021-02-18  Matt CaswellUpdate copyright year
2021-01-28  Dr. David von Oheimbcheck_sig_alg_match(): weaken sig nid comparison to...
2020-12-03  Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-09-26  Dr. David von OheimbImplement treatment of id-pkix-ocsp-no-check extension...
2020-09-17  Tomas MrazDisallow certs with explicit curve in verification...
2020-09-11  Dr. David von OheimbExtend X509 cert checks and error reporting in v3_...
2020-07-01  Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01  Dr. David von OheimbAdd four more verify test cases on the self-signed...
2020-07-01  Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-06  Tomas MrazAdd test cases for the non CA certificate with pathlen:0
2020-03-15  Richard LevitteTEST: Adapt all applicable tests to the new distinguish...
2020-02-05  Kurt RoeckxStop accepting certificates signed using SHA1 at securi...
2019-06-25  Shane LontisEC only uses approved curves in FIPS mode.
2019-04-04  Matt CaswellSkip the correct number of tests if SM2 is disabled
2019-03-29  Paul YangAdd test cases for SM2 cert verification
2018-12-31  Bernd EdlingerFix cert with rsa instead of rsaEncryption as public...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
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