[openssl-dev] [openssl.org #4145] Enhancement: patch to support s_client -starttls http

William A. Rowe Jr. via RT rt at openssl.org
Wed Nov 18 14:25:16 UTC 2015


Please note my typo identified by a dev at httpd, Yann...

A little note, probably some missing == here:
+        else if (meth = TLSv1_2_client_method())
+            BIO_printf(fbio, "Upgrade: TLS/1.2\r\n");
+        else if (meth = TLSv1_1_client_method())
+            BIO_printf(fbio, "Upgrade: TLS/1.1\r\n");
+        else if (meth = TLSv1_client_method())
+            BIO_printf(fbio, "Upgrade: TLS/1.0\r\n");

Revised patch attached.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: starttls-http-v2.patch
Type: text/x-patch
Size: 3677 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20151118/c9d406e0/attachment.bin>


More information about the openssl-dev mailing list