Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

aad-for-linux/openvpn

This branch is 716 commits behind OpenVPN/openvpn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bbcc17a · Sep 14, 2022
Sep 12, 2022
Nov 24, 2020
Feb 8, 2022
May 5, 2022
Mar 22, 2012
Aug 18, 2022
Aug 11, 2022
Sep 14, 2022
Sep 11, 2022
Mar 28, 2021
Sep 11, 2022
Sep 14, 2022
Aug 25, 2022
May 22, 2022
Apr 26, 2012
May 5, 2022
Oct 18, 2016
Oct 21, 2010
Aug 10, 2020
Sep 26, 2005
Apr 22, 2022
Jan 26, 2022
Jun 16, 2017
Aug 10, 2022
Aug 5, 2022
Jul 20, 2020
Feb 13, 2022
Sep 26, 2005
Jan 26, 2022
Feb 1, 2018
Aug 25, 2022
Jul 21, 2020
Feb 17, 2022
Mar 19, 2021
Apr 7, 2021
Oct 14, 2021
Aug 18, 2022
Aug 18, 2022
May 10, 2021
Aug 12, 2020
Mar 23, 2012

Repository files navigation

OpenVPN -- A Secure tunneling daemon

Copyright (C) 2002-2018 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/index.php/download/community-downloads.html

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 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://community.openvpn.net/openvpn/report

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-windows

The old cross-compilation environment (domake-win) and the Python-based
buildsystem have been replaced with openvpn-build:

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

See the INSTALL file for usage information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages

  • C 96.1%
  • Shell 1.6%
  • M4 1.3%
  • Makefile 0.7%
  • Python 0.1%
  • JavaScript 0.1%
  • Other 0.1%