1
0
Fork 0
mirror of https://github.com/OpenVPN/openvpn.git synced 2026-09-25 10:14:43 +02:00
OpenVPN is an open source VPN daemon
  • C 94.3%
  • Shell 2.1%
  • M4 1.4%
  • CMake 1.1%
  • Makefile 0.8%
  • Other 0.3%
Find a file
Frank Lichtenheld 0cc99b10b4 GHA: Maintenance update September 2026
Contains the following renovate updates:
- chore(deps): update vcpkg digest to 5f96cd1
- Update dependency ubuntu to v26
- chore(deps): update dependency aws/aws-lc to v5.9.0
- chore(deps): update github actions
- Update github actions (major)

Change-Id: I983d67e1c90bea460f531f11d4c58d33a351d81b
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Razvan Cojocaru <razvanc@mailbox.org>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1922
Message-Id: <20260922120433.29303-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg39391.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2026-09-22 18:21:20 +02:00
.github GHA: Maintenance update September 2026 2026-09-22 18:21:20 +02:00
contrib
debug
dev-tools Remove various useless assignments 2026-09-13 12:05:18 +02:00
distro
doc multi: don't let stale-routes-check delete permanent routes 2026-08-26 09:31:50 +02:00
include
m4 m4: Add ax_code_coverage 2026-08-18 14:27:49 +02:00
sample Remove instances of constVariable/constVariablePointer cppcheck warnings 2026-08-25 09:48:40 +02:00
src ssl: reject a pushed epoch data format tag with a non-AEAD cipher 2026-09-21 10:07:47 +02:00
tests ssl: do not trust the peer's request to resend the wrapped client key 2026-09-17 12:58:58 +02:00
.clang-format .clang-format: Convert deprecated setting KeepEmptyLinesAtTheStartOfBlocks 2026-08-20 12:58:14 +02:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
.pre-commit-config.yaml
.svncommitters
AUTHORS
ChangeLog
Changes.md Convert Changes.rst to Markdown 2026-09-07 20:12:32 +02:00
CMakeLists.txt Move mocks from test_push_update_msg into its own compile unit 2026-08-28 12:24:43 +02:00
CMakePresets.json
CODE_CHECKLIST.md
compat.m4
config.h.cmake.in
configure.ac
CONTRIBUTING.rst
COPYING
COPYRIGHT.GPL
forked-test-driver
INSTALL
ltrc.inc
Makefile.am run-cppcheck.sh: Make it more configurable 2026-09-08 09:31:36 +02:00
NEWS
PORTS
README
README.awslc
README.cmake.md
README.dco.md
README.ec
README.mbedtls
README.wolfssl
renovate.json
version.m4

OpenVPN -- A Secure tunneling daemon

Copyright (C) 2002-2026 OpenVPN Inc. This program is free software;
you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.

*************************************************************************

To get the latest release of OpenVPN, go to:

	https://openvpn.net/community-downloads/

To Build and Install,

	tar -zxf openvpn-<version>.tar.gz
	cd openvpn-<version>
	./configure
	make
	make install

or see the file INSTALL for more info.

For information on how to build OpenVPN on/for Windows with MinGW
or MSVC see README.cmake.md.

*************************************************************************

For detailed information on OpenVPN, including examples, see the man page
  http://openvpn.net/man.html

For a sample VPN configuration, see
  http://openvpn.net/howto.html

To report an issue, see
  https://github.com/OpenVPN/openvpn/issues/new

For a description of OpenVPN's underlying protocol,
  see the file ssl.h included in the source distribution.

*************************************************************************

Other Files & Directories:

* configure.ac -- script to rebuild our configure
  script and makefile.

* sample/sample-scripts/verify-cn

  A sample perl script which can be used with OpenVPN's
  --tls-verify option to provide a customized authentication
  test on embedded X509 certificate fields.

* sample/sample-keys/

  Sample RSA keys and certificates.  DON'T USE THESE FILES
  FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.

* sample/sample-config-files/

  A collection of OpenVPN config files and scripts from
  the HOWTO at http://openvpn.net/howto.html

*************************************************************************

Note that easy-rsa and tap-windows are now maintained in their own subprojects.
Their source code is available here:

  https://github.com/OpenVPN/easy-rsa
  https://github.com/OpenVPN/tap-windows6

Community-provided Windows installers (MSI) and Debian packages are built from

  https://github.com/OpenVPN/openvpn-build

See the INSTALL file for usage information.