]> git.ipfire.org Git - thirdparty/openssl.git/history - test/recipes/25-test_verify.t
Fix grammar in certificates.txt
[thirdparty/openssl.git] / test / recipes / 25-test_verify.t
2023-10-10  Tomas MrazECDSA with SHA3 verification does not depend on FIPS...
2023-10-02  Mathieu Tortuyauxtest: add verify test for EC cert signed with SHA3
2023-09-07  Matt CaswellCopyright year updates
2023-06-14  Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-03-28  Matt CaswellAdd a Certificate Policies Test
2023-02-07  Tomas MrazAdd testcase for nc_match_single type confusion
2022-09-15  Tomas MrazWith fips provider 3.0.0 skip tests related to explicit...
2022-08-18  Lutz JaenickeX509: add tests for purpose code signing in verify...
2022-06-23  Tomas MrazTest whether decoded-from-explicit survives import...
2022-06-22  Lutz JaenickeAdd test cases for verification of time stamping certif...
2021-12-14  Matt CaswellAdd a test case for the name constraints bug
2021-09-07  Richard LevitteFix a few tests that fail on VMS
2021-09-05  Richard Levittetest/recipes/25-test_verify.t: Add a couple of tests...
2021-06-19  Paulitest: fix indentation
2021-06-19  Paulitest: replace tabs with spaces in test recipes
2021-06-09  Dr. David von Oheimb25-test_verify.t: Add test case: accept trusted self...
2021-06-09  Dr. David von Oheimb25-test_verify.t: Prevent expiration of test case ...
2021-06-04  Matt CaswellTest a bad SmtpUTF8Mailbox name constraint
2021-06-02  Dr. David von Oheimbee-self-signed.pem: Restore original version, adding...
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