Skip to content

Commit

Permalink
Merge pull request #43 from duosecurity/AaronAtDuo-README-tls-info
Browse files Browse the repository at this point in the history
Add info to README about TLS 1.2/1.3 support
  • Loading branch information
yizshi authored Feb 16, 2023
2 parents 0956f51 + 30793a1 commit a6ad8ea
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 a6ad8ea

Please sign in to comment.