From: Neil Horman Date: Mon, 7 Apr 2025 13:09:09 +0000 (-0400) Subject: Add known issues to NEWS.md for 3.5.0 X-Git-Tag: openssl-3.5.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e80d1f3344cdd1cb1e58d79960a753790ce9915;p=thirdparty%2Fopenssl.git Add known issues to NEWS.md for 3.5.0 Reviewed-by: Saša Nedvědický Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/27287) (cherry picked from commit 30adecd7258b1c657466f1ecf0c1d29491aac0b4) --- diff --git a/NEWS.md b/NEWS.md index 1337c66f833..d02f2896858 100644 --- a/NEWS.md +++ b/NEWS.md @@ -66,6 +66,15 @@ This release adds the following new features: * API support for pipelining in provided cipher algorithms +Known issues in 3.5.0 + + * + 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 -----------