]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure s_client sends SNI data when used with -proxy
authorMatt Caswell <matt@openssl.org>
Thu, 9 Dec 2021 16:27:47 +0000 (16:27 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 29 Dec 2021 15:54:18 +0000 (15:54 +0000)
commitc680b3f9c1ed6f70d68c3c597ee4e99b4ce0fa55
tree799d6de1438d6ebed639f647c1bc3f870e718737
parent5da141ff6c617505777bee174bab8d58f8b7cae5
Ensure s_client sends SNI data when used with -proxy

The use of -proxy prevented s_client from correctly sending the target
hostname as SNI data.

Fixes #17232

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17249)
apps/s_client.c