]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Amend README
authorHugo Landau <hlandau@openssl.org>
Sat, 9 Mar 2024 22:24:58 +0000 (22:24 +0000)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 11 Sep 2024 08:35:22 +0000 (18:35 +1000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23487)

test/radix/README.md

index 1352a413b970946a3a9d5884332c5dcbd6276a83..c38f9868815ca63f71a07cb76fdef54ed25fe334 100644 (file)
@@ -88,6 +88,13 @@ The RADIX test features the following improvements relative to the
   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
 ------------