*NIX-SOFT -> Сеть

OpenVPN 2.6.10

,

VPN ПО open-source software private network

Дата публикации:

ЭЖД, 25.08.2005 - 15:30

SoftoRooM

OpenVPN - свободная реализация технологии виртуальной частной сети (VPN) с открытым исходным кодом для создания зашифрованных каналов типа точка-точка или сервер-клиенты между компьютерами. Она позволяет устанавливать соединения между компьютерами, находящимися за NAT и сетевым экраном, без необходимости изменения их настроек. OpenVPN была создана Джеймсом Йонаном (James Yonan) и распространяется под лицензией GNU GPL

OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It uses a custom security protocol[9] that utilizes SSL/TLS for key exchange. It is capable of traversing network address translators (NATs) and firewalls. It was written by James Yonan and is published under the GNU General Public License (GPL).[10]

OpenVPN allows peers to authenticate each other using a pre-shared secret key, certificates or username/password. When used in a multiclient-server configuration, it allows the server to release an authentication certificate for every client, using signature and certificate authority. It uses the OpenSSL encryption library extensively, as well as the TLS protocol, and contains many security and control features.

OpenVPN has been ported and embedded to several systems. For example, DD-WRT has the OpenVPN server function. SoftEther VPN, a multi-protocol VPN server, has an implementation of OpenVPN protocol.


Home openvpn.net

ЭЖД, 26.05.2007 - 17:44

ph34r.gif OpenVPN 2.0.9


Downloads_http://openvpn.net/re...n-2.0.9.tar.gz

scorpio, 14.11.2009 - 0:25

OpenVPN 2.1 RC21

_______________
Size: ~ 826 KB

Download:

ЭЖД, 15.12.2009 - 21:33

ph34r.gif OpenVPN 2.1.1

Из изменений можно отметить:
Downloads (~860 Kb)_http://openvpn.net/re...n-2.1.1.tar.gz

PRYANIK, 10.04.2014 - 20:03

OpenVPN 2.3.3


» changelog «


Урсу, 7.05.2015 - 19:14

OpenVPN 2.3.6

Source Tarball:
Размер: 1,16 МБ.
Скачать:

Source Zip:
Размер: 1,38 МБ.
Скачать:

Windows Installer (32-bit):
Размер: 1,62 МБ.
Скачать:

Windows Installer (64-bit):
Размер: 1,72 МБ.
Скачать:

Урсу, 30.06.2015 - 21:23

OpenVPN 2.3.7

» Changes: «

Source Tarball:
Размер: 1,17 МБ.
Скачать:

Source Zip:
Размер: 1,42 МБ.
Скачать:

Windows Installer (32-bit):
Размер: 1,66 МБ.
Скачать:

Windows Installer (64-bit):
Размер: 1,77 МБ.
Скачать:

PRYANIK, 19.11.2016 - 12:44

OpenVPN 2.3.13

released on 2016.11.03



kotmur, 26.02.2018 - 13:52

Обновления есть у кого?

PRYANIK, 26.02.2018 - 14:00

OpenVPN 2.4.4


PRYANIK, 26.01.2023 - 17:58

OpenVPN 2.6.0

После двух с половиной лет с момента публикации ветки 2.5 подготовлен релиз OpenVPN 2.6.0, пакета для создания виртуальных частных сетей, позволяющего организовать шифрованное соединение между двумя клиентскими машинами или обеспечить работу централизованного VPN-сервера для одновременной работы нескольких клиентов. Код OpenVPN распространяется под лицензией GPLv2, готовые бинарные пакеты формируются для Debian, Ubuntu, CentOS, RHEL и Windows.

Henry723, 9.03.2023 - 10:43

Openvpn_2.5.7 Repack

PRYANIK, 9.03.2023 - 10:44

ver. 2.6.1

Dynamic TLS Crypt: When both peers are OpenVPN 2.6.1+, OpenVPN will dynamically create a tls-crypt key that is used for renegotiation. This ensure that only the previously authenticated peer can do trigger renegotiation and complete renegotiations.
CryptoAPI (Windows): support issuer name as a selector. Certificate selection string can now specify a partial issuer name string as "--cryptoapicert ISSUER:<string>" where <string> is matched as a substring of the issuer (CA) name in the certificate.

PRYANIK, 26.03.2023 - 11:01

ver. 2.6.2

This is mostly a bugfix release with some improvements.

PRYANIK, 14.04.2023 - 10:19

ver. 2.6.3

This is a small bugfix release.

PRYANIK, 11.05.2023 - 16:57

version 2.6.4

- small bugfix release.

PRYANIK, 16.06.2023 - 20:06

version 2.6.5

- small bugfix release.

PRYANIK, 18.08.2023 - 10:08

version 2.6.6

User visible changes:
OCC exit messages are now logged more visibly See GH ​#391.
OpenSSL error messages are now logged with more details (for example, when loading a provider fails, which .so was tried, and why did it fail) See GH ​#361.
print a more user-friendly message when tls-crypt-v2 client auth fails
packaging now includes all documentation in the source tarball
New features:
set WINS server via interactive service - this adds support for "dhcp-option WINS 192.0.2.1" for DCO + wintun interfaces where no DHCP server is used. See GH ​#373.


PRYANIK, 18.11.2023 - 14:00

version 2.6.8

User visible changes:
Windows: print warning if pushed options require DHCP (e.g. DOMAIN-SEARCH) and driver in use does not use DHCP (wintun, dco).
Bug fixes:
SIGSEGV crash: Do not check key_state buffers that are in S_UNDEF state (Github ​#449) - the new sanity check function introduced in 2.6.7 sometimes tried to use a NULL pointer after an unsuccessful TLS handshake
Windows: --dns option did not work when tap-windows6 driver was used, because internal flag for "apply DNS option to DHCP server" wasn't set (Github ​#447)
Windows: fix status/log file permissions, caused by regression after changing to CMake build system (Github: ​#454, Trac: ​#1430)
Windows: fix --chdir failures, also caused by error in CMake build system (Github ​#448)


Henry723, 27.11.2023 - 10:41

OpenVPN 2.6.8 Repack

PRYANIK, 12.02.2024 - 22:36

version 2.6.9



dimusik, 20.03.2024 - 21:15

version 2.6.10





версия для печати -> Полная версия

SoftoRooM © 2004-2024