From: Hugo Landau Date: Sat, 9 Mar 2024 22:24:58 +0000 (+0000) Subject: Amend README X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92afcd21cb28d5cb85da2ab89da5aae9f989bdaa;p=thirdparty%2Fopenssl.git Amend README Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23487) --- 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 ------------