]> git.ipfire.org Git - thirdparty/openssl.git/commit
adapt tests to SSL_OP_LEGACY_SERVER_CONNECT change
authorBenjamin Kaduk <bkaduk@akamai.com>
Mon, 3 May 2021 20:23:53 +0000 (13:23 -0700)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 5 May 2021 15:13:51 +0000 (08:13 -0700)
commit6c0ac9b99f2b7278a5ec60ef0c29c71e9eb4f40d
treed4758294547db8f4f1e79039028b550cfeb0c32a
parentcbbbc8fce41cc162c75d1e5bd1053b6085cb3b47
adapt tests to SSL_OP_LEGACY_SERVER_CONNECT change

The "bad DTLS" tests run into trouble due to the special behavior
for that "bad" version, and the SSL record tests need to set the
-legacy_server_connect flag to allow an SSLv2 ClientHello to work
against any TLS server (since SSLv2 ClientHello messages cannot
carry extensions as would be needed in order to negotiate the use
of the renegitiation_info extension).

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15127)
test/bad_dtls_test.c
test/recipes/70-test_sslrecords.t