Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crl_parse (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/programs/fuzz/
Dfuzz_x509crl.c19 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
/mbedtls-latest/include/mbedtls/
Dx509_crl.h127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
/mbedtls-latest/library/
Dx509_crl.c505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse() function
577 ret = mbedtls_x509_crl_parse(chain, buf, n); in mbedtls_x509_crl_parse_file()
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function590 void mbedtls_x509_crl_parse(char *crl_file, int result)
1266 TEST_EQUAL(mbedtls_x509_crl_parse(&crl, buf->x, buf->len), (result));
Dtest_suite_x509parse.data311 mbedtls_x509_crl_parse:"../framework/data_files/parse_input/crl-malformed-trailing-spaces.pem":MBED…
315 mbedtls_x509_crl_parse:"../framework/data_files/parse_input/crl-idp.pem":MBEDTLS_ERR_X509_INVALID_E…
319 mbedtls_x509_crl_parse:"../framework/data_files/parse_input/crl-idpnc.pem":0
/mbedtls-latest/
DChangeLog4164 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
4208 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused