summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-03-09 22:24:58 +0000
committerHugo Landau <hlandau@openssl.org>2024-04-19 09:31:06 +0100
commit4874776c9b3012af920f01365270edee962b8c4d (patch)
tree1ce5e834b9bb01f1e39347af8049e38cf7ac0a9a
parent60f4c9895d0c5f741d1732659b0d207b4cb76e26 (diff)
Amend README
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23487)
-rw-r--r--test/radix/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/radix/README.md b/test/radix/README.md
index 1352a413b9..c38f986881 100644
--- a/test/radix/README.md
+++ b/test/radix/README.md
@@ -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
------------