]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Use right function to set TLS1.3 restrictions in show-tls
authorArne Schwabe <arne@rfc2549.org>
Thu, 11 Oct 2018 22:06:39 +0000 (00:06 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 12 Oct 2018 14:24:36 +0000 (16:24 +0200)
commit680117529ededd94b1d56867f8d834aa5daa2b95
tree59e2f58565853a66c3598be8d3ec71a91b357a11
parent7aeabadd69fca0071152c42d58fee0b565f01eb3
Use right function to set TLS1.3 restrictions in show-tls

The last version of the patch used the TLS1.2 version
tls_ctx_restrict_ciphers to set the restrictions for both
TLS 1.3 and TLS1.2 instead of using tls_ctx_restrict_ciphers_tls13
for TLS1.3.

Also fix minor style problem while I am touching the function
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20181011220639.7316-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17755.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_openssl.c