0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00
OpenVPN is an open source VPN daemon
Go to file
Arne Schwabe 4b3c1e76d7 Use EVP_PKEY_get_group_name to query group name
EC_Key methods are deprecated in OpenSSL 3.0. Use
EVP_PKEY_get_group_name instead to query the EC group name from an
EVP_PKEY and add a compatibility function for older OpenSSL versions.

Patch v4: adjust compatibility function and remove accidently included
fragment of unrelated patch.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <20211029111109.2003101-2-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23077.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2021-11-01 20:26:41 +01:00
.github GitHub Actions: use latest working lukka/run-vcpkg 2021-10-19 16:05:07 +02:00
.travis
build Add building man page on Windows 2021-09-12 11:24:51 +02:00
contrib contrib/vcpkg-ports: remove openssl port 2021-08-01 19:08:00 +02:00
debug
dev-tools Update copyrights 2021-06-15 10:41:07 +02:00
distro Update copyrights 2021-06-15 10:41:07 +02:00
doc doc: fix indentation in protocol-options.rst 2021-09-21 15:49:57 +02:00
include Remove support for PF (Packet Filter) 2021-09-12 10:24:25 +02:00
m4
sample Remove support for PF (Packet Filter) 2021-09-12 10:24:25 +02:00
src Use EVP_PKEY_get_group_name to query group name 2021-11-01 20:26:41 +01:00
tests Add small unit test for testing HMAC 2021-10-21 08:25:28 +02:00
.git-blame-ignore-revs
.gitattributes
.gitignore Move examples into openvpn-examples(5) man page 2021-07-02 11:50:11 +02:00
.mailmap
.svncommitters
.travis.yml
AUTHORS
ChangeLog Update copyrights 2021-06-15 10:41:07 +02:00
Changes.rst Set TLS 1.2 as minimum by default 2021-09-21 13:24:26 +02:00
compat.m4 Remove checks for uint* types that are part of C99 2021-04-07 08:30:34 +02:00
config-msvc-version.h.in msvc: fix product version display 2021-10-14 16:29:35 +02:00
config-msvc.h Fix some more wrong defines in config-msvc.h 2021-10-19 11:42:53 +02:00
configure.ac Add --with-openssl-engine autoconf option (auto|yes|no) 2021-10-27 20:30:02 +02:00
CONTRIBUTING.rst
COPYING Update copyrights 2021-06-15 10:41:07 +02:00
COPYRIGHT.GPL
INSTALL
Makefile.am Update copyrights 2021-06-15 10:41:07 +02:00
msvc-build.bat
msvc-dev.bat
msvc-env.bat
NEWS
openvpn.sln msvc: add ARM64 configuration 2021-05-10 17:54:57 +02:00
PORTS Update copyrights 2021-06-15 10:41:07 +02:00
README
README.ec
README.IPv6
README.mbedtls
README.wolfssl
TODO.IPv6
version.m4
version.sh.in

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.