Author: kotkov Date: Wed May 3 16:42:06 2023 New Revision: 1909594 URL: http://svn.apache.org/viewvc?rev=1909594&view=rev Log: On the '1.3.x' branch:
* STATUS: Fix indentation. No functional changes. 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=1909594&r1=1909593&r2=1909594&view=diff ============================================================================== --- serf/branches/1.3.x/STATUS (original) +++ serf/branches/1.3.x/STATUS Wed May 3 16:42:06 2023 @@ -42,44 +42,44 @@ Candidate changes: +1: rhuijben (without r1861036, r1909315, r1909316) +1: astieger (without r1861036, r1909315, r1909316) -* r1901040 - Fix test_ssl_handshake() failure with OpenSSL 1.1.1i+. - Justification: - Serf should test cleanly against upstreams. - Branch: ^/serf/branches/1.3.x-r1901040 - Votes: - +1: kotkov, ivan + * r1901040 + Fix test_ssl_handshake() failure with OpenSSL 1.1.1i+. + Justification: + Serf should test cleanly against upstreams. + Branch: ^/serf/branches/1.3.x-r1901040 + Votes: + +1: kotkov, ivan -* r1901937 - Remove the use of ERR_GET_FUNC() to allow building against OpenSSL 3. - Justification: - Serf should work with OpenSSL 3. - Branch: ^/serf/branches/1.3.x-r1901937 - Votes: - +1: kotkov, ivan + * r1901937 + Remove the use of ERR_GET_FUNC() to allow building against OpenSSL 3. + Justification: + Serf should work with OpenSSL 3. + Branch: ^/serf/branches/1.3.x-r1901937 + Votes: + +1: kotkov, ivan -* 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, ivan + * 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, ivan -* r1909252, r1909385, r1909406, r1909413, r1909433 - Do not use OpenSSL functions that operate with FILE to avoid potential CRT - versions mismatch. Use BIO based functions instead. - Justification: - Avoids a potential source of CRT versions mismatch. Removes a dependency - on openssl/applink.c. - Branch: ^/serf/branches/1.3.x-r1909252-group - Votes: - +1: kotkov, ivan + * r1909252, r1909385, r1909406, r1909413, r1909433 + Do not use OpenSSL functions that operate with FILE to avoid potential CRT + versions mismatch. Use BIO based functions instead. + Justification: + Avoids a potential source of CRT versions mismatch. Removes a dependency + on openssl/applink.c. + Branch: ^/serf/branches/1.3.x-r1909252-group + Votes: + +1: kotkov, ivan Veto-blocked changes: =====================