]> granicus.if.org Git - curl/commit
openssl: output the correct cipher list on TLS 1.3 error
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 Oct 2018 11:34:37 +0000 (13:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 27 Oct 2018 08:46:38 +0000 (10:46 +0200)
commit44a9e9f80f0a24ced18c22b74788c1d0baa6a59d
treea8a1844257bae5df418015a67c6d5e556b502894
parent067992baa7fc616086237a8f917beaf0e05a4d7d
openssl: output the correct cipher list on TLS 1.3 error

When failing to set the 1.3 cipher suite, the wrong string pointer would
be used in the error message. Most often saying "(nil)".

Reported-by: Ricky-Tigg on github
Fixes #3178
Closes #3180
lib/vtls/openssl.c