]> granicus.if.org Git - curl/commit
openssl: Fix setting TLS 1.3 cipher suites
authorJay Satiro <raysatiro@yahoo.com>
Fri, 31 Aug 2018 23:46:29 +0000 (19:46 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Sep 2018 11:14:45 +0000 (13:14 +0200)
commit978574b502294ae06eb97d4f590b54ed5d24cd7f
tree79d791962c758218ef1011fdcf32058b3050fbaa
parent57d299a499155d4b327e341c6024e293b0418243
openssl: Fix setting TLS 1.3 cipher suites

The flag indicating TLS 1.3 cipher support in the OpenSSL backend was
missing.

Bug: https://github.com/curl/curl/pull/2607#issuecomment-417283187
Reported-by: Kamil Dudka
Closes #2926
lib/vtls/openssl.c