mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-06 06:49:22 +08:00
Fix typo in x509_crt_check() comment
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
6ce6dd9bd7
commit
e6ed23cb90
@ -377,7 +377,7 @@ void x509_crt_check( char *subject_key_file, char *subject_pwd,
|
|||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||||
// When using PSA crypto, RNG isn't controllable, result length isn'
|
// When using PSA crypto, RNG isn't controllable, result length isn't
|
||||||
// deterministic over multiple runs, removing a single byte isn't enough to
|
// deterministic over multiple runs, removing a single byte isn't enough to
|
||||||
// go into the MBEDTLS_ERR_ASN1_BUF_TOO_SMALL error case
|
// go into the MBEDTLS_ERR_ASN1_BUF_TOO_SMALL error case
|
||||||
if( issuer_key_type != MBEDTLS_PK_RSA )
|
if( issuer_key_type != MBEDTLS_PK_RSA )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user