Added key export API

This commit is contained in:
Robert Cragie 2015-10-02 13:33:37 +01:00
parent e8377d66b7
commit 4feb7ae8c2
3 changed files with 85 additions and 0 deletions

View file

@ -1178,6 +1178,16 @@
*/
#define MBEDTLS_SSL_SESSION_TICKETS
/**
* \def MBEDTLS_SSL_EXPORT_KEYS
*
* Enable support for exporting key block and master key.
* This is required for certain users of TLS, e.g. EAP-TLS.
*
* Comment this macro to disable support for key export
*/
#define MBEDTLS_SSL_EXPORT_KEYS
/**
* \def MBEDTLS_SSL_SERVER_NAME_INDICATION
*