Author: kotkov
Date: Tue Apr 25 17:42:50 2023
New Revision: 1909410
URL: http://svn.apache.org/viewvc?rev=1909410&view=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).
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=1909410&r1=1909409&r2=1909410&view=diff
==============================================================================
--- serf/branches/1.3.x/STATUS (original)
+++ serf/branches/1.3.x/STATUS Tue Apr 25 17:42:50 2023
@@ -64,6 +64,16 @@ Candidate changes:
Votes:
+1: kotkov
+* r1909252, r1909385, r1909406
+ 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
+
Veto-blocked changes:
=====================