Skip to content

Commit 30adecd

Browse files
committed
Add known issues to NEWS.md for 3.5.0
Reviewed-by: Saša Nedvědický <[email protected]> Reviewed-by: Tim Hudson <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from openssl#27287)
1 parent 648366a commit 30adecd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ This release adds the following new features:
7070

7171
* API support for pipelining in provided cipher algorithms
7272

73+
Known issues in 3.5.0
74+
75+
* <https://github.com/openssl/openssl/issues/27282>
76+
Calling SSL_accept on objects returned from SSL_accept_connection
77+
results in error. It is expected that making this call will advance
78+
the SSL handshake for the passed connection, but currently it does not.
79+
This can be handled by calling SSL_do_handshake instead. A fix is planned
80+
for OpenSSL 3.5.1
81+
7382
OpenSSL 3.4
7483
-----------
7584

0 commit comments

Comments
 (0)