svn commit: r1909415 - /serf/branches/1.3.x/STATUS

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 18:31:50 2023 New Revision: 1909415 URL: http://svn.apache.org/viewvc?rev=1909415=rev Log: On the '1.3.x' branch: * STATUS: Extend the r1909252 group nomination (Do not use OpenSSL functions that operate with FILE to avoid potential CRT versions mismatch) with

svn commit: r1909414 - in /serf/branches/1.3.x-r1909252-group: ./ test/server/test_sslserver.c

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 18:29:08 2023 New Revision: 1909414 URL: http://svn.apache.org/viewvc?rev=1909414=rev Log: On the '1.3.x-r1909252-group' branch: Merge r1909413 (Remove a couple of remaining _fp() OpenSSL API usages in the test suite) from trunk, adjusting to the state of the 1.3.x

svn commit: r1909413 - /serf/trunk/test/MockHTTPinC/MockHTTP_server.c

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 18:18:18 2023 New Revision: 1909413 URL: http://svn.apache.org/viewvc?rev=1909413=rev Log: Remove a couple of remaining _fp() OpenSSL API usages in the test suite when compiling with MH_VERBOSE=1. (Also see r1909385 and r1909406.) *

svn commit: r1909410 - /serf/branches/1.3.x/STATUS

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 17:42:50 2023 New Revision: 1909410 URL: http://svn.apache.org/viewvc?rev=1909410=rev Log: On the '1.3.x' branch: * STATUS: Nominate r1909252, r1909385, r1909406 (Do not use OpenSSL functions that operate with FILE to avoid potential CRT versions mismatch).

svn commit: r1909408 - in /serf/branches/1.3.x-r1909252-group: ./ SConstruct buckets/ssl_buckets.c test/server/test_sslserver.c test/test_ssl.c

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 17:34:03 2023 New Revision: 1909408 URL: http://svn.apache.org/viewvc?rev=1909408=rev Log: On the '1.3.x-r1909252-group' branch: Merge r1909252, r1909385, r1909406 from trunk: - r1909252: Do not use OpenSSL functions that operates with FILE to avoid potential

svn commit: r1909407 - /serf/branches/1.3.x-r1909252-group/

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 17:30:25 2023 New Revision: 1909407 URL: http://svn.apache.org/viewvc?rev=1909407=rev Log: Create an 1.3.x backport branch for r1909252, r1909385, r1909406: - r1909252: Do not use OpenSSL functions that operates with FILE to avoid potential CRT versions

svn commit: r1909406 - in /serf/trunk: CMakeLists.txt SConstruct test/test_ssl.c

2023-04-25 Thread ivan
Author: ivan Date: Tue Apr 25 16:10:55 2023 New Revision: 1909406 URL: http://svn.apache.org/viewvc?rev=1909406=rev Log: Do not include openssl/applink.c: we do not use _fp() OpenSSL API since r1909252. * CMakeLists.txt * SConstruct (): Do not test for openssl/applink.c. * test/test_ssl.c

svn commit: r1909399 - /serf/branches/1.3.x/STATUS

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 09:22:54 2023 New Revision: 1909399 URL: http://svn.apache.org/viewvc?rev=1909399=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

svn commit: r1909397 - in /serf/branches/1.3.x-r1902208+r1902304: ./ buckets/ssl_buckets.c test/server/test_server.h test/server/test_sslserver.c

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 08:49:22 2023 New Revision: 1909397 URL: http://svn.apache.org/viewvc?rev=1909397=rev Log: On the '1.3.x-r1902208+r1902304' branch: Merge r1902208, r1902304 from trunk: - r1902208: Add support for BIO_CTRL_EOF, which is being used by OpenSSL 3.0+ and OpenSSL

svn commit: r1909396 - /serf/branches/1.3.x-r1902208+r1902304/

2023-04-25 Thread kotkov
Author: kotkov Date: Tue Apr 25 08:43:42 2023 New Revision: 1909396 URL: http://svn.apache.org/viewvc?rev=1909396=rev Log: Create an 1.3.x backport branch for r1902208 and r1902304: - r1902208: Add support for BIO_CTRL_EOF, which is being used by OpenSSL 3.0+ and OpenSSL 1.1.1e. - r1902304: Fix