Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23487)
protocol-specific bindings and support code, test operation definitions, and
script definitions.
+- It is no longer needed to explicitly set the ALPN using an opcode when
+ establishing a connection using QUIC. Since ALPN is required for QUIC, the
+ first opcode of every test was used to set the ALPN to the same string, which
+ was redundant. This is now done automatically.
+
+- An explicit `OP_END` is no longer needed.
+
Architecture
------------