mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Add separate SSL_COOKIE_C define
This commit is contained in:
committed by
Paul Bakker
parent
7d38d215b1
commit
a64acd4f84
@ -1930,6 +1930,18 @@
|
||||
*/
|
||||
#define POLARSSL_SSL_CACHE_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_SSL_COOKIE_C
|
||||
*
|
||||
* Enable basic implementation of DTLS cookies for hello verification.
|
||||
*
|
||||
* Module: library/ssl_cookie.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: POLARSSL_SSL_DTLS_HELLO_VERIFY
|
||||
*/
|
||||
#define POLARSSL_SSL_COOKIE_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_SSL_CLI_C
|
||||
*
|
||||
|
Reference in New Issue
Block a user