Author: kotkov
Date: Tue Apr 25 09:22:54 2023
New Revision: 1909399
URL: http://svn.apache.org/viewvc?rev=1909399&view=rev
Log:
On the '1.3.x' branch:
* STATUS: Nominate r1902208, r1902304 (Rework BIO control handlers to support
BIO_CTRL_EOF and to properly respond to unknown control values).
Add a note to the r1875937 nomination.
Modified:
serf/branches/1.3.x/STATUS
Modified: serf/branches/1.3.x/STATUS
URL:
http://svn.apache.org/viewvc/serf/branches/1.3.x/STATUS?rev=1909399&r1=1909398&r2=1909399&view=diff
==============================================================================
--- serf/branches/1.3.x/STATUS (original)
+++ serf/branches/1.3.x/STATUS Tue Apr 25 09:22:54 2023
@@ -13,6 +13,7 @@ Candidate changes:
* r1875937
Fix test case against OpenSSL 1.1.1e+.
+ [ NOTE: Superceded by the r1902208 fix. ]
Justification:
Serf should test cleanly against upstreams.
Branch: ^/serf/branches/1.3.x-ssltest
@@ -50,6 +51,19 @@ Candidate changes:
Votes:
+1: kotkov
+* r1902208, r1902304
+ Rework BIO control handlers to support BIO_CTRL_EOF and to properly respond
+ to unknown control values.
+ Justification:
+ - Fixes "unexpected eof while reading" errors with OpenSSL 3, also observed
+ in the test suite.
+ - Fixes a user-reported issue with OpenSSL 3 where serf BIOs are
incorrectly
+ assumed to support KTLS:
+ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253135
+ Branch: ^/serf/branches/1.3.x-r1902208+r1902304
+ Votes:
+ +1: kotkov
+
Veto-blocked changes:
=====================