From eff9e619d6817fd25f2a6fb3b6ea91644e74a47b Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 14 Feb 2023 15:42:03 -0500 Subject: [PATCH] Add info to README about TLS 1.2/1.3 support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c7d4cb5..66f8155 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Download the [latest Duo OpenVPN Access Server release](https://github.com/duosecurity/duo_openvpn_as/archive/refs/heads/master.zip) as a zip file from GitHub and unzip the package on your own OpenVPN Access Server. +## TLS 1.2 and 1.3 Support + +Duo's OpenVPN Access Server plugin uses Python's ssl module and OpenSSL for TLS operations. Python versions 2.7 (and higher) and 3.5 (and higher) have both TLS 1.2 and TLS 1.3 support. + # Usage ## Configuring & Enabling the Post-Auth Script