Skip to content

Commit

Permalink
Add info to README about TLS 1.2/1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Feb 15, 2023
1 parent 0956f51 commit 30793a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

Python 3 or 2.7 needs to be installed on your OpenVPN server.

## TLS 1.2 and 1.3 Support

The OpenVPN 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.

## Development:

Download the [Duo OpenVPN v2.4 plugin](https://github.com/duosecurity/duo_openvpn/archive/2.4.tar.gz) by clicking this link or by downloading the ZIP for this repository. Then extract it, build, and install the plugin.
Expand Down

0 comments on commit 30793a1

Please sign in to comment.