---
src/openvpn/ssl_openssl.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c
index 11f4a567..e1a71267 100644
--- a/src/openvpn/ssl_openssl.c
+++ b/src/openvpn/ssl_openssl.c
@@ -1077,6 +1077,12 @@ tls_ctx_use_external_private
V2: Print also curve details, add missing ifdef
---
src/openvpn/ssl_openssl.c | 31 +++
1 file changed, 31 insertions(+)
diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c
index 11f4a567..a8e428ea 100644
--- a/src/openvpn/ssl_openssl.c
+++ b/src/openvpn
Hi,
Conceptually fine, but the patch needs a bit more work:
On 23-07-17 15:25, Arne Schwabe wrote:
> V2: Print also curve details, add missing ifdef
> ---
> src/openvpn/ssl_openssl.c | 31 +++
> 1 file changed, 31 insertions(+)
>
> diff --git a/src/openvpn/ssl_openss
V2: Print also curve details, add missing ifdef
V3: Goto err instead of using M_FATAL, format fixes, use
EC_GROUP_get_curve_name + OBJ_nid2sn instead of ECPKParameters_print, add
compat headers for 1.0.2
---
configure.ac | 2 ++
src/openvpn/openssl_compat.h | 34
Hi,
Thanks. This now compiles and works as expected with both OpenSSL 1.0
and 1.1. Some final nits though:
On 23-07-17 17:42, Arne Schwabe wrote:
> V2: Print also curve details, add missing ifdef
> V3: Goto err instead of using M_FATAL, format fixes, use
> EC_GROUP_get_curve_name + OBJ_nid2sn
V2: Print also curve details, add missing ifdef
V3: Goto err instead of using M_FATAL, format fixes, use
EC_GROUP_get_curve_name + OBJ_nid2sn instead of ECPKParameters_print, add
compat headers for 1.0.2
V4: Formatting changes and change M_ERR to M_WARN
---
configure.ac | 2 ++
Hi,
On 23-07-17 18:45, Arne Schwabe wrote:
> V2: Print also curve details, add missing ifdef
> V3: Goto err instead of using M_FATAL, format fixes, use
> EC_GROUP_get_curve_name + OBJ_nid2sn instead of ECPKParameters_print, add
> compat headers for 1.0.2
> V4: Formatting changes and change M_ERR