mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-10-18 17:43:06 +08:00
Remove comment referencing ECDH
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -2910,8 +2910,6 @@ static int ssl_write_server_key_exchange(mbedtls_ssl_context *ssl)
|
|||||||
MBEDTLS_SSL_DEBUG_MSG(2, ("=> write server key exchange"));
|
MBEDTLS_SSL_DEBUG_MSG(2, ("=> write server key exchange"));
|
||||||
|
|
||||||
#if defined(MBEDTLS_KEY_EXCHANGE_PSK_ENABLED)
|
#if defined(MBEDTLS_KEY_EXCHANGE_PSK_ENABLED)
|
||||||
/* Extract static ECDH parameters and abort if ServerKeyExchange
|
|
||||||
* is not needed. */
|
|
||||||
if (mbedtls_ssl_ciphersuite_no_pfs(ciphersuite_info)) {
|
if (mbedtls_ssl_ciphersuite_no_pfs(ciphersuite_info)) {
|
||||||
/* Key exchanges not involving ephemeral keys don't use
|
/* Key exchanges not involving ephemeral keys don't use
|
||||||
* ServerKeyExchange, so end here. */
|
* ServerKeyExchange, so end here. */
|
||||||
|
Reference in New Issue
Block a user