From 92afcd21cb28d5cb85da2ab89da5aae9f989bdaa Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Sat, 9 Mar 2024 22:24:58 +0000 Subject: [PATCH] Amend README Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23487) --- test/radix/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/radix/README.md b/test/radix/README.md index 1352a413b97..c38f9868815 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 ------------ -- 2.47.2