]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add known issues to NEWS.md for 3.5.0
authorNeil Horman <nhorman@openssl.org>
Mon, 7 Apr 2025 13:09:09 +0000 (09:09 -0400)
committerNeil Horman <nhorman@openssl.org>
Mon, 7 Apr 2025 15:19:06 +0000 (11:19 -0400)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27287)

NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 309d01d9c530d3b5dc3e7b5cd765ae214ff81426..bfe130f27766800a999c0759b8ac4f96241f15e9 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -70,6 +70,15 @@ This release adds the following new features:
 
   * API support for pipelining in provided cipher algorithms
 
+Known issues in 3.5.0
+
+  * <https://github.com/openssl/openssl/issues/27282>
+    Calling SSL_accept on objects returned from SSL_accept_connection
+    results in error.  It is expected that making this call will advance
+    the SSL handshake for the passed connection, but currently it does not.
+    This can be handled by calling SSL_do_handshake instead.  A fix is planned
+    for OpenSSL 3.5.1
+
 OpenSSL 3.4
 -----------