Menu

Tree [13b231] master /
 History

HTTPS access


File Date Author Commit
 build 2012-03-24 Alon Bar-Lev Alon Bar-Lev [3c1971] build: msvc: upgrade to Visual Studio 2010 + fi...
 contrib 2014-09-26 Hubert Kario Hubert Kario [51390f] ocsp_check - double check if ocsp didn't report...
 debug 2012-02-29 Alon Bar-Lev Alon Bar-Lev [34cb91] build: standard directory layout
 distro 2014-09-18 David Sommerseth David Sommerseth [8a4566] Add systemd unit file for OpenVPN
 doc 2014-08-25 Steffan Karger Steffan Karger [6cb15b] Add --tls-version-max
 include 2014-04-21 Steffan Karger Steffan Karger [cc1cee] Update openvpn-plugin.h for PolarSSL 1.3.
 m4 2012-03-24 Alon Bar-Lev Alon Bar-Lev [4df219] build: ax_varargs.m4: fixups
 sample 2014-10-22 Steffan Karger Steffan Karger [13b231] Modernize sample keys and sample configs
 src 2014-08-25 Steffan Karger Steffan Karger [6cb15b] Add --tls-version-max
 tests 2014-07-08 Gert Doering Gert Doering [bbae23] Fix t_lpback.sh platform-dependent failures
 .gitattributes 2012-04-02 Alon Bar-Lev Alon Bar-Lev [f99d8f] cleanup: add .gitattributes to control eol styl...
 .gitignore 2012-05-05 Alon Bar-Lev Alon Bar-Lev [7046ff] build: add git revision to --version output if ...
 .mailmap unknown
 .svncommitters unknown
 AUTHORS unknown
 COPYING unknown
 COPYRIGHT.GPL unknown
 ChangeLog 2012-06-29 David Sommerseth David Sommerseth [45c9e7] Prepare the OpenVPN v2.3_alpha2 release
 INSTALL 2012-06-04 Alon Bar-Lev Alon Bar-Lev [e4d606] build: update INSTALL to recent changes
 INSTALL-win32.txt 2012-06-26 Samuli Seppänen Samuli Seppänen [0e77af] Added notes about upgrading from 2.3-alpha1 and...
 Makefile.am 2014-04-20 Gert Doering Gert Doering [1e3a17] Minor t_client.sh cleanups
 NEWS unknown
 PORTS unknown
 README unknown
 README.IPv6 unknown
 README.ec 2014-04-23 Steffan Karger Steffan Karger [609e81] Add support for elliptic curve diffie-hellmann ...
 README.polarssl 2014-06-24 Steffan Karger Steffan Karger [96b953] Update README.polarssl
 TODO.IPv6 2012-06-10 Gert Doering Gert Doering [fc0c29] Update TODO.IPv6 list
 compat.m4 2012-05-05 Alon Bar-Lev Alon Bar-Lev [7046ff] build: add git revision to --version output if ...
 config-msvc-version.h.in 2012-02-29 Alon Bar-Lev Alon Bar-Lev [4b1a82] build: win-msvc: msbuild format
 config-msvc.h 2014-05-08 James Yonan James Yonan [e583ca] Define PATH_SEPARATOR for MSVC builds.
 configure.ac 2014-10-03 David Sommerseth David Sommerseth [f33ee6] systemd: Use systemd functions to consider syst...
 msvc-build.bat 2012-04-28 Alon Bar-Lev Alon Bar-Lev [6d2b65] build: msvc: chdir with change drive to script ...
 msvc-dev.bat 2012-04-28 Alon Bar-Lev Alon Bar-Lev [6d2b65] build: msvc: chdir with change drive to script ...
 msvc-env.bat 2012-04-28 Alon Bar-Lev Alon Bar-Lev [6d2b65] build: msvc: chdir with change drive to script ...
 openvpn.sln 2012-03-24 Alon Bar-Lev Alon Bar-Lev [3c1971] build: msvc: upgrade to Visual Studio 2010 + fi...
 version.m4 2012-06-29 David Sommerseth David Sommerseth [45c9e7] Prepare the OpenVPN v2.3_alpha2 release
 version.sh.in 2012-02-29 Alon Bar-Lev Alon Bar-Lev [618764] build: windows: install version.sh to allow ins...

Read Me

OpenVPN -- A Secure tunneling daemon

Copyright (C) 2002-2010 OpenVPN Technologies, 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.

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

For the latest version of OpenVPN, go to:

	http://openvpn.net/

To Build and Install,

	./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

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

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

Other Files & Directories:

* INSTALL-win32.txt -- installation instructions
  for Windows

* 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.