mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Remove additional calls to mbedtls_pk_verify_ext
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@ -306,7 +306,7 @@ static int ssl_tls13_parse_certificate_verify(mbedtls_ssl_context *ssl,
|
||||
p, signature_len)) == 0) {
|
||||
return 0;
|
||||
}
|
||||
MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_pk_verify_ext", ret);
|
||||
MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_pk_verify_new", ret);
|
||||
|
||||
error:
|
||||
/* RFC 8446 section 4.4.3
|
||||
|
Reference in New Issue
Block a user