0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn-android/openvpn
2013-05-25 11:50:10 +02:00
..
build bring openvpn in sync with openvpn git master and patches submitted to mailing list 2012-06-02 15:45:11 +02:00
contrib Initial import 2012-04-16 19:21:14 +02:00
debug Initial import 2012-04-16 19:21:14 +02:00
distro Add a few forgotten openvpn files/ignore some auto generated openvpn files 2012-08-12 15:05:38 +02:00
doc Commit files missed in last openvpn import 2013-05-25 11:50:10 +02:00
include Update openvpn version. Matches github.com/schwabe/openvpn 2012-09-10 16:21:36 +02:00
m4 Initial import 2012-04-16 19:21:14 +02:00
sample Update openvpn to Version 2.3_alpha3 2012-07-21 01:11:36 +02:00
src Updaten OpenVPN version to 2.4master 2013-05-24 13:28:08 +02:00
tests Update openvpn version. Matches github.com/schwabe/openvpn 2012-09-10 16:21:36 +02:00
.gitignore Update openvpn to Dual Stack version 2012-12-14 12:58:27 +01:00
.mailmap Initial import 2012-04-16 19:21:14 +02:00
.svncommitters Initial import 2012-04-16 19:21:14 +02:00
Android.mk Add snappy library. In preparation for upcoming snappy support of OpenVPN 2013-05-03 10:20:54 +02:00
AUTHORS Initial import 2012-04-16 19:21:14 +02:00
ChangeLog Update openvpn to https://github.com/schwabe/openvpn/tree/android_2.3beta1 2012-09-13 15:47:05 +02:00
compat.m4 bring openvpn in sync with openvpn git master and patches submitted to mailing list 2012-06-02 15:45:11 +02:00
config-msvc-version.h.in Initial import 2012-04-16 19:21:14 +02:00
config-msvc.h Initial import 2012-04-16 19:21:14 +02:00
config.h Add snappy library. In preparation for upcoming snappy support of OpenVPN 2013-05-03 10:20:54 +02:00
configure.ac Add snappy library. In preparation for upcoming snappy support of OpenVPN 2013-05-03 10:20:54 +02:00
COPYING Initial import 2012-04-16 19:21:14 +02:00
COPYRIGHT.GPL Initial import 2012-04-16 19:21:14 +02:00
INSTALL Update openvpn src to git version 839a41ac3d4253ad048e93c84f2291fc684c44d4 (include x509-verify-name) (closes issue #144) 2013-03-07 22:28:38 +01:00
INSTALL-win32.txt Update openvpn src to git version 839a41ac3d4253ad048e93c84f2291fc684c44d4 (include x509-verify-name) (closes issue #144) 2013-03-07 22:28:38 +01:00
Makefile.am Updaten OpenVPN version to 2.4master 2013-05-24 13:28:08 +02:00
msvc-build.bat Update openvpn to Version 2.3_alpha3 2012-07-21 01:11:36 +02:00
msvc-dev.bat Update openvpn to Version 2.3_alpha3 2012-07-21 01:11:36 +02:00
msvc-env.bat Update openvpn to Version 2.3_alpha3 2012-07-21 01:11:36 +02:00
NEWS Initial import 2012-04-16 19:21:14 +02:00
openvpn.sln bring openvpn in sync with openvpn git master and patches submitted to mailing list 2012-06-02 15:45:11 +02:00
PORTS Initial import 2012-04-16 19:21:14 +02:00
README Update openvpn src to git version 839a41ac3d4253ad048e93c84f2291fc684c44d4 (include x509-verify-name) (closes issue #144) 2013-03-07 22:28:38 +01:00
README.IPv6 OpenVPN Fixes and merge with upstream 2013-02-03 14:13:10 +01:00
README.polarssl Support strange certificate + passsword authentication types 2012-05-01 15:33:00 +02:00
TODO.IPv6 Update openvpn to Version 2.3_alpha3 2012-07-21 01:11:36 +02:00
version.m4 Updaten OpenVPN version to 2.4master 2013-05-24 13:28:08 +02:00
version.sh.in Initial import 2012-04-16 19:21:14 +02:00

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.