Fix copy-pasta in documentation for outgoing CliKeyExchange
This commit is contained in:
parent
44a29f4a6f
commit
084694dd57
1 changed files with 1 additions and 1 deletions
|
@ -3443,7 +3443,7 @@ static int ssl_client_key_exchange_prepare( mbedtls_ssl_context *ssl )
|
||||||
if( mbedtls_ssl_suite_get_key_exchange( ciphersuite_info )
|
if( mbedtls_ssl_suite_get_key_exchange( ciphersuite_info )
|
||||||
== MBEDTLS_KEY_EXCHANGE_RSA )
|
== MBEDTLS_KEY_EXCHANGE_RSA )
|
||||||
{
|
{
|
||||||
/* For RSA-PSK, the premaster secret is composed of
|
/* For RSA, the premaster secret is composed of
|
||||||
* - 2 bytes indicating the TLS version
|
* - 2 bytes indicating the TLS version
|
||||||
* - 46 randomly chosen bytes
|
* - 46 randomly chosen bytes
|
||||||
* which the following call generates. */
|
* which the following call generates. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue