]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix --tls-version-max in mbed TLS builds
authorSteffan Karger <steffan@karger.me>
Fri, 4 Nov 2016 20:03:44 +0000 (21:03 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Fri, 4 Nov 2016 21:16:31 +0000 (22:16 +0100)
commit8215b7a873400b85137f6e42cd7999dd12b00b71
tree44ed7de6b9017d1f78edfed5ec86e763f4278b14
parente8c42658ff8df10ad56659788a73900648b9d92d
Fix --tls-version-max in mbed TLS builds

These define renames were missed in the migration to 2.x, causing the
maximum TLS version to be detected incorrectly.

[DS: mbedTLS mapps supported SSL/TLS protocol version in the library
     through these macros.  TLSv1.1 = 3.2, TLSv1.2 = 3.3, etc ]

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <1478289824-9244-1-git-send-email-steffan@karger.me>
URL: http://www.mail-archive.com/search?l=mid&q=1478289824-9244-1-git-send-email-steffan@karger.me
Signed-off-by: David Sommerseth <davids@openvpn.net>
src/openvpn/ssl_mbedtls.c