From: Hugo Landau Date: Fri, 19 Jan 2024 15:06:39 +0000 (+0000) Subject: Add CHANGES entry X-Git-Tag: openssl-3.3.0-alpha1~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f231cc8576a6353baebe2c7a9cd8cefa3537e26e;p=thirdparty%2Fopenssl.git Add CHANGES entry Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/23343) --- diff --git a/CHANGES.md b/CHANGES.md index ffef5c25c90..0546eda3eac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -76,6 +76,11 @@ OpenSSL 3.3 *Markus Minichmayr, Tapkey GmbH* + * New API `SSL_write_ex2`, which can be used to send an end-of-stream (FIN) + condition in an optimised way when using QUIC. + + *Hugo Landau* + OpenSSL 3.2 -----------