]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test_ssl_new testcase
authorTomas Mraz <tomas@openssl.org>
Mon, 16 May 2022 16:08:54 +0000 (18:08 +0200)
committerPauli <pauli@openssl.org>
Fri, 3 Jun 2022 02:07:18 +0000 (12:07 +1000)
commit08e4901298df12931b45c7115254a0e159727683
treec76090a6a3c1aef6a4b34e57cada580e7782dfa0
parente44795bd5db081260ef05c7be6fd17c080ed9437
Add a test_ssl_new testcase

This requires some code being pulled into the empty protocol
implementation so the state machinery works.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18307)
ssl/quic/quic_impl.c
ssl/quic/quic_local.h
test/helpers/ssl_test_ctx.c
test/helpers/ssl_test_ctx.h
test/recipes/80-test_ssl_new.t
test/ssl-tests/31-quic.cnf [new file with mode: 0644]
test/ssl-tests/31-quic.cnf.in [new file with mode: 0644]
test/ssl_test.c