Skip to content

Releases: duosecurity/duo_openvpn

Duo OpenVPN Plugin Version 3.0

23 Jun 19:01
f9e5bc7
Compare
Choose a tag to compare

Version 3.0

Changes:

  • Python 2 support has been removed
  • Python 3.12 support has been added

Duo OpenVPN Plugin Version 2.7

21 May 19:17
194fc5b
Compare
Choose a tag to compare

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

07 May 13:34
8d23052
Compare
Choose a tag to compare

Changes:

  • Adds support for new Duo certificate authorities.

Duo OpenVPN Plugin Version 2.5

17 Feb 16:25
308e67f
Compare
Choose a tag to compare

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

31 Mar 14:22
e3f2c12
Compare
Choose a tag to compare

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

18 Dec 18:24
5e2d679
Compare
Choose a tag to compare

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