From: Gert Doering <gert@...1296...>
To: logout@...260...
Cc: openvpn-devel@lists.sourceforge.net
Subject: Re: [Openvpn-devel] [RFC PATCH v1 01/15] OpenSSL: don't use direct access to the internal of SSL_CTX
Date: Thu, 23 Feb 2017 10:23:14 +0100 [thread overview]
Message-ID: <20170223092314.GR93896@...1296...> (raw)
In-Reply-To: <20170223080347.GA56089@...1296...>
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
Hi,
On Thu, Feb 23, 2017 at 09:03:47AM +0100, Gert Doering wrote:
> This patch brings two problems outside the "OpenSSL functionality"
> part.
>
> - openssl_compat.h is not included in the built tarballs, so mingw builds
> fail (and "builds for anyone building from tarballs" would break) ->
> findable by running "make distcheck"
This has been fixed & pushed (so we can build windows snapshots again).
> - configure.ac does something to CentOS 6 / RHEL 6 which makes configure
> explode:
>
> ...
> checking for linux/if_tun.h... yes
> checking tap-windows.h usability... no
> checking tap-windows.h presence... no
> checking for tap-windows.h... no
> checking whether TUNSETPERSIST is declared... yes
> checking for setcon in -lselinux... yes
> checking for pam_start in -lpam... yes
> checking for PKCS11_HELPER... no
> ./configure: line 21440: syntax error near unexpected token `fi'
> ./configure: line 21440: `fi'
This still needs investigation.
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany gert@...1296...
fax: +49-89-35655025 gert@...1297...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 630 bytes --]
next prev parent reply other threads:[~2017-02-23 9:23 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-17 22:00 [Openvpn-devel] [RFC PATCH v1 00/15] Add support for OpenSSL 1.1.x logout
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 01/15] OpenSSL: don't use direct access to the internal of SSL_CTX logout
2017-02-22 20:27 ` Steffan Karger
2017-02-22 21:13 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-02-23 8:03 ` [Openvpn-devel] [RFC PATCH v1 01/15] " Gert Doering
2017-02-23 9:23 ` Gert Doering [this message]
2017-02-23 9:31 ` Emmanuel Deloget
2017-02-23 9:36 ` Steffan Karger
2017-02-23 10:35 ` [Openvpn-devel] [PATCH] OpenSSL: 1.1 fallout - fix configure on old autoconf Steffan Karger
2017-02-23 10:59 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 02/15] OpenSSL: don't use direct access to the internal of X509_STORE logout
2017-02-22 20:36 ` Steffan Karger
2017-02-22 21:14 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 03/15] OpenSSL: don't use direct access to the internal of X509_OBJECT logout
2017-02-22 20:50 ` Steffan Karger
2017-02-22 21:14 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 04/15] OpenSSL: don't use direct access to the internal of RSA_METHOD logout
2017-02-22 22:13 ` Steffan Karger
2017-02-23 9:39 ` Emmanuel Deloget
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 05/15] OpenSSL: don't use direct access to the internal of X509 logout
2017-03-02 20:36 ` Steffan Karger
2017-03-02 21:26 ` Gert Doering
2017-03-04 15:13 ` Steffan Karger
2017-03-04 16:22 ` Emmanuel Deloget
2017-03-04 22:38 ` David Sommerseth
2017-03-27 15:49 ` Emmanuel Deloget
2017-03-28 8:43 ` Emmanuel Deloget
2017-03-28 8:49 ` Gert Doering
2017-05-18 20:49 ` [Openvpn-devel] OpenSSL 1.1 patch set - status? Gert Doering
2017-05-19 10:37 ` Emmanuel Deloget
2017-05-19 10:38 ` [Openvpn-devel] [PATCH 1/7] OpenSSL: don't use direct access to the internal of X509 Emmanuel Deloget
2017-05-19 10:38 ` [Openvpn-devel] [PATCH 2/7] OpenSSL: don't use direct access to the internal of EVP_PKEY Emmanuel Deloget
2017-06-11 19:40 ` Steffan Karger
2017-05-19 10:38 ` [Openvpn-devel] [PATCH 3/7] OpenSSL: don't use direct access to the internal of RSA Emmanuel Deloget
2017-06-11 20:09 ` Steffan Karger
2017-05-19 10:38 ` [Openvpn-devel] [PATCH 4/7] OpenSSL: don't use direct access to the internal of DSA Emmanuel Deloget
2017-06-11 20:11 ` Steffan Karger
2017-05-19 10:38 ` [Openvpn-devel] [PATCH 5/7] OpenSSL: don't use direct access to the internal of EVP_MD_CTX Emmanuel Deloget
2017-05-19 10:38 ` [Openvpn-devel] [PATCH 6/7] OpenSSL: don't use direct access to the internal of EVP_CIPHER_CTX Emmanuel Deloget
2017-05-19 10:38 ` [Openvpn-devel] [PATCH 7/7] OpenSSL: don't use direct access to the internal of HMAC_CTX Emmanuel Deloget
2017-06-11 19:36 ` [Openvpn-devel] [PATCH 1/7] OpenSSL: don't use direct access to the internal of X509 Steffan Karger
2017-05-19 11:41 ` [Openvpn-devel] OpenSSL 1.1 patch set - status? Gert Doering
2017-06-08 15:57 ` Emmanuel Deloget
2017-06-08 16:11 ` Steffan Karger
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 06/15] OpenSSL: don't use direct access to the internal of EVP_PKEY logout
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 07/15] OpenSSL: don't use direct access to the internal of RSA logout
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 08/15] OpenSSL: don't use direct access to the internal of DSA logout
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 09/15] OpenSSL: don't use direct access to the internal of X509_STORE_CTX logout
2017-02-21 21:30 ` Steffan Karger
2017-02-22 14:47 ` Christian Hesse
2017-02-22 15:34 ` Steffan Karger
2017-02-22 16:07 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 10/15] OpenSSL: don't use direct access to the internal of EVP_MD_CTX logout
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 11/15] OpenSSL: don't use direct access to the internal of EVP_CIPHER_CTX logout
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 12/15] OpenSSL: don't use direct access to the internal of HMAC_CTX logout
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 13/15] OpenSSL: SSLeay symbols are no longer available in OpenSSL 1.1 logout
2017-03-02 20:39 ` Steffan Karger
2017-03-05 12:21 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 14/15] OpenSSL: check for the SSL reason, not the full error logout
2017-02-19 12:36 ` Steffan Karger
2017-02-19 17:52 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-02-17 22:00 ` [Openvpn-devel] [RFC PATCH v1 15/15] OpenSSL: constify getbio() parameters logout
2017-02-19 12:03 ` [Openvpn-devel] [RFC PATCH v1 00/15] Add support for OpenSSL 1.1.x Steffan Karger
2017-02-19 14:58 ` David Sommerseth
2017-02-19 15:09 ` Steffan Karger
2017-02-19 15:01 ` Emmanuel Deloget
2017-02-19 17:49 ` Gert Doering
2017-02-20 11:45 ` Emmanuel Deloget
2017-02-20 12:29 ` Christian Hesse
2017-02-20 13:33 ` Emmanuel Deloget
2017-02-20 13:53 ` Emmanuel Deloget
2017-02-20 14:52 ` Emmanuel Deloget
2017-02-20 15:02 ` Christian Hesse
2017-02-20 15:08 ` Christian Hesse
2017-02-23 14:35 ` [Openvpn-devel] [PATCH v3 " Emmanuel Deloget
2017-02-23 20:57 ` Christian Hesse
2017-02-24 12:13 ` Christian Hesse
2017-02-24 21:49 ` Christian Hesse
2017-02-23 14:35 ` [Openvpn-devel] [PATCH v3 04/15] OpenSSL: don't use direct access to the internal of RSA_METHOD Emmanuel Deloget
2017-03-02 20:01 ` Steffan Karger
2017-03-05 9:53 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2017-03-05 10:29 ` Steffan Karger
2017-03-05 12:08 ` Emmanuel Deloget
2017-03-05 12:26 ` Gert Doering
2017-02-23 14:35 ` [Openvpn-devel] [PATCH v3 07/15] OpenSSL: don't use direct access to the internal of RSA Emmanuel Deloget
2017-02-20 12:37 ` [Openvpn-devel] [RFC PATCH v1 00/15] Add support for OpenSSL 1.1.x Gert Doering
2017-02-20 13:38 ` Emmanuel Deloget
2017-02-20 14:32 ` [Openvpn-devel] [RFC PATCH v2 " Emmanuel Deloget
2017-02-20 14:32 ` [Openvpn-devel] [RFC PATCH v2 06/15] OpenSSL: don't use direct access to the internal of EVP_PKEY Emmanuel Deloget
2017-02-20 14:32 ` [Openvpn-devel] [RFC PATCH v2 15/15] OpenSSL: use EVP_CipherInit_ex() instead of EVP_CipherInit() Emmanuel Deloget
2017-03-02 20:44 ` Steffan Karger
2017-03-05 12:21 ` [Openvpn-devel] [PATCH applied] " Gert Doering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170223092314.GR93896@...1296... \
--to=openvpn-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.