From ca2bf555cd64bc9624af1259ce3cd27f95a5763e Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Fri, 31 Jan 2020 08:18:46 +1000 Subject: Add support for DH 'modp' group parameters (RFC 3526) Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10897) --- include/internal/ffc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal/ffc.h') diff --git a/include/internal/ffc.h b/include/internal/ffc.h index 56703fb2e8..1ec980f9d0 100644 --- a/include/internal/ffc.h +++ b/include/internal/ffc.h @@ -31,6 +31,7 @@ typedef struct ffc_params_st { size_t seedlen; /* Required for FIPS186_4 validation of p and q */ int pcounter; + int nid; /* The identity of a named group */ } FFC_PARAMS; -- cgit v1.2.3