]> granicus.if.org Git - curl/commit
OpenSSL: enable TLS 1.3 post-handshake auth
authorChristian Heimes <christian@python.org>
Fri, 21 Sep 2018 08:37:43 +0000 (10:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Sep 2018 06:01:18 +0000 (08:01 +0200)
commitb939bc47b27cd57c6ebb852ad653933e4124b452
tree0405a980d8ced234f9508160a02a54b87c034382
parent55b51b8c493ee37e1cb4a57255ef38ce595a4186
OpenSSL: enable TLS 1.3 post-handshake auth

OpenSSL 1.1.1 requires clients to opt-in for post-handshake
authentication.

Fixes: https://github.com/curl/curl/issues/3026
Signed-off-by: Christian Heimes <christian@python.org>
Closes https://github.com/curl/curl/pull/3027
lib/vtls/openssl.c