Support DTLS in TLS::Proxy.
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Thu, 11 Jan 2024 13:18:07 +0000 (14:18 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Feb 2024 08:11:23 +0000 (08:11 +0000)
commita1c72cc20dd4620a69142cfc65fd17daef8d28ee
tree0ac3c746f4b0e57162a6d493787189cc130f5e2f
parent01690a7ff36c4d18c48b301cdf375c954105a1d9
Support DTLS in TLS::Proxy.

Fixes #23199

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23319)
16 files changed:
test/recipes/70-test_dtlsrecords.t [new file with mode: 0644]
test/recipes/70-test_sslcbcpadding.t
test/recipes/70-test_sslrecords.t
test/recipes/70-test_tls13hrr.t
util/perl/TLSProxy/Certificate.pm
util/perl/TLSProxy/CertificateRequest.pm
util/perl/TLSProxy/CertificateVerify.pm
util/perl/TLSProxy/ClientHello.pm
util/perl/TLSProxy/EncryptedExtensions.pm
util/perl/TLSProxy/HelloVerifyRequest.pm [new file with mode: 0644]
util/perl/TLSProxy/Message.pm
util/perl/TLSProxy/NewSessionTicket.pm
util/perl/TLSProxy/Proxy.pm
util/perl/TLSProxy/Record.pm
util/perl/TLSProxy/ServerHello.pm
util/perl/TLSProxy/ServerKeyExchange.pm