Releases: duosecurity/duo_openvpn
Releases · duosecurity/duo_openvpn
Duo OpenVPN Plugin Version 3.0
Version 3.0
Changes:
- Python 2 support has been removed
- Python 3.12 support has been added
Duo OpenVPN Plugin Version 2.7
Changes
- Client-side support for IPv6 connections to Duo's cloud service. (Note that Duo's cloud service does not yet support IPv6 connections and will resolve to an IPv4 address)
Duo OpenVPN Plugin Version 2.6
Changes:
- Adds support for new Duo certificate authorities.
Duo OpenVPN Plugin Version 2.5
Changes:
- Refactored TLS socket code
- Disabled SSLv2 and SSLv3
- Change from SHA1 to SHA512 for Duo API call authentication signing
Duo OpenVPN Plugin Version 2.4
A bug fix to allow the plugin to run with either python3 or python2 depending on what version is available on the system.
Duo OpenVPN Plugin Version 2.3
Changes:
- Python3 support. Huge thanks to @petiepooo for a large portion of that work
- To change the interpreter used to run the script you now only need to modify the shebang in the script file instead of also modifying the C source. Thanks @jstenback
- The ability to use authorized networks with this integration