Improve key export API and documentation
- "master secret" is the usual name - move key block arg closer to the related lengths - document lengths Also fix some trailing whitespace while at it
This commit is contained in:
parent
b7da194939
commit
024b6df3b1
3 changed files with 18 additions and 21 deletions
|
@ -1181,7 +1181,7 @@
|
|||
/**
|
||||
* \def MBEDTLS_SSL_EXPORT_KEYS
|
||||
*
|
||||
* Enable support for exporting key block and master key.
|
||||
* Enable support for exporting key block and master secret.
|
||||
* This is required for certain users of TLS, e.g. EAP-TLS.
|
||||
*
|
||||
* Comment this macro to disable support for key export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue