mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-22 12:00:35 -04:00
Remove additional calls to mbedtls_pk_verify_ext
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
306ffd3a36
commit
0de87611bb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user