]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove the old Dummy Handshake code
authorMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2022 16:20:14 +0000 (16:20 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 24 Jan 2023 17:16:29 +0000 (17:16 +0000)
commitc28f1a8bb9ccfecb76bcf3b7987e2a526b427bca
treef86c7ed92c231de44179fe040aa54bec47474cef
parent1d57dbac190ac6082de7865ed9205cd1f41bfd97
Remove the old Dummy Handshake code

Now that we have a real TLS handshake we no longer need the dummy handshake
implementation and it can be removed.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19748)
include/internal/quic_dummy_handshake.h [deleted file]
ssl/quic/build.info
ssl/quic/quic_dummy_handshake.c [deleted file]