Searched refs:mbedtls_x509_crl_parse (Results 1 – 6 of 6) sorted by relevance
/mbedtls/programs/fuzz/ |
A D | fuzz_x509crl.c | 18 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
|
/mbedtls/include/mbedtls/ |
A D | x509_crl.h | 127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
|
/mbedtls/library/ |
A D | x509_crl.c | 505 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/tests/suites/ |
A D | test_suite_x509parse.function | 577 void mbedtls_x509_crl_parse(char *crl_file, int result) 1253 TEST_EQUAL(mbedtls_x509_crl_parse(&crl, buf->x, buf->len), (result));
|
A D | test_suite_x509parse.data | 311 mbedtls_x509_crl_parse:"data_files/parse_input/crl-malformed-trailing-spaces.pem":MBEDTLS_ERR_PEM_N… 315 mbedtls_x509_crl_parse:"data_files/parse_input/crl-idp.pem":MBEDTLS_ERR_X509_INVALID_EXTENSIONS + M… 319 mbedtls_x509_crl_parse:"data_files/parse_input/crl-idpnc.pem":0
|
/mbedtls/ |
A D | ChangeLog | 3969 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing 4013 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused
|
Completed in 55 milliseconds