mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Adding early key computation config option
This commit is contained in:
parent
3cb3db7961
commit
77cddb3ef7
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue