We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648366a commit 30adecdCopy full SHA for 30adecd
NEWS.md
@@ -70,6 +70,15 @@ This release adds the following new features:
70
71
* API support for pipelining in provided cipher algorithms
72
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
82
OpenSSL 3.4
83
-----------
84
0 commit comments