From 77cddb3ef7ff0e0e0280fc18fc284feb4166342b Mon Sep 17 00:00:00 2001 From: Hannes Tschofenig Date: Thu, 3 Dec 2020 17:36:00 +0100 Subject: [PATCH] Adding early key computation config option --- include/mbedtls/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index e73047c90..872899c03 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1624,6 +1624,15 @@ */ #define MBEDTLS_IMMEDIATE_TRANSMISSION +/** + * \def MBEDTLS_EARLY_KEY_COMPUTATION + * + * Create ephemeral Diffie-Hellman key pair after + * the ClientHello has been successfully transmitted. + * + * Requires: + */ +#define MBEDTLS_EARLY_KEY_COMPUTATION /** * \def MBEDTLS_SSL_HW_RECORD_ACCEL