mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-01 13:13:28 +00:00
Fix description of functions
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
c31a798f45
commit
7dda271c1d
@ -223,7 +223,6 @@ static int ssl_write_alpn_ext(mbedtls_ssl_context *ssl,
|
|||||||
* generalization of the TLS 1.2 supported elliptic curves extension. They both
|
* generalization of the TLS 1.2 supported elliptic curves extension. They both
|
||||||
* share the same extension identifier.
|
* share the same extension identifier.
|
||||||
*
|
*
|
||||||
* DHE groups are not supported yet.
|
|
||||||
*/
|
*/
|
||||||
MBEDTLS_CHECK_RETURN_CRITICAL
|
MBEDTLS_CHECK_RETURN_CRITICAL
|
||||||
static int ssl_write_supported_groups_ext(mbedtls_ssl_context *ssl,
|
static int ssl_write_supported_groups_ext(mbedtls_ssl_context *ssl,
|
||||||
|
@ -179,7 +179,6 @@ static int ssl_parse_renegotiation_info(mbedtls_ssl_context *ssl,
|
|||||||
* generalization of the TLS 1.2 supported elliptic curves extension. They both
|
* generalization of the TLS 1.2 supported elliptic curves extension. They both
|
||||||
* share the same extension identifier.
|
* share the same extension identifier.
|
||||||
*
|
*
|
||||||
* DHE groups are not supported yet.
|
|
||||||
*/
|
*/
|
||||||
MBEDTLS_CHECK_RETURN_CRITICAL
|
MBEDTLS_CHECK_RETURN_CRITICAL
|
||||||
static int ssl_parse_supported_groups_ext(mbedtls_ssl_context *ssl,
|
static int ssl_parse_supported_groups_ext(mbedtls_ssl_context *ssl,
|
||||||
|
@ -693,7 +693,7 @@ requires_openssl_tls1_3_with_ffdh() {
|
|||||||
requires_openssl_3_x
|
requires_openssl_3_x
|
||||||
}
|
}
|
||||||
|
|
||||||
# skip next test if it cannot handle ephemeral key exchange
|
# skip next test if openssl cannot handle ephemeral key exchange
|
||||||
requires_openssl_tls1_3_with_compatible_ephemeral() {
|
requires_openssl_tls1_3_with_compatible_ephemeral() {
|
||||||
requires_openssl_next
|
requires_openssl_next
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user