From 10e31157bd2d409218ed09f4b52af2de773a8a0f Mon Sep 17 00:00:00 2001 From: reyk <> Date: Wed, 27 Aug 2014 10:46:53 +0000 Subject: Add the API function ressl_config_set_ecdhcurve(config, name) to set a non-standard ECDH curve by name or to disable it by passing NULL. OK jsing@ --- src/lib/libressl/ressl_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libressl/ressl_internal.h') diff --git a/src/lib/libressl/ressl_internal.h b/src/lib/libressl/ressl_internal.h index 3f667526ad..02dded3e7e 100644 --- a/src/lib/libressl/ressl_internal.h +++ b/src/lib/libressl/ressl_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ressl_internal.h,v 1.9 2014/08/06 01:54:01 jsing Exp $ */ +/* $OpenBSD: ressl_internal.h,v 1.10 2014/08/27 10:46:53 reyk Exp $ */ /* * Copyright (c) 2014 Jeremie Courreges-Anglas * Copyright (c) 2014 Joel Sing @@ -32,6 +32,7 @@ struct ressl_config { char *cert_mem; size_t cert_len; const char *ciphers; + int ecdhcurve; const char *key_file; char *key_mem; size_t key_len; -- cgit v1.2.3-55-g6feb