Home
last modified time | relevance | path

Searched refs:MBEDTLS_X509_BADCRL_BAD_PK (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dx509.h104 #define MBEDTLS_X509_BADCRL_BAD_PK 0x040000 /**< The CRL is signed with an unacceptable … macro
/net-tools-latest/mbedtls-2.4.0/library/
Dx509_crt.c1512 …{ MBEDTLS_X509_BADCRL_BAD_PK, "The CRL is signed with an unacceptable PK alg (eg RSA vs EC…
1669 flags |= MBEDTLS_X509_BADCRL_BAD_PK; in x509_crt_verifycrl()