Searched refs:mbedtls_x509_crl_parse (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/programs/fuzz/ |
D | fuzz_x509crl.c | 19 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
|
/mbedtls-latest/include/mbedtls/ |
D | x509_crl.h | 127 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen);
|
/mbedtls-latest/library/ |
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-latest/tests/suites/ |
D | test_suite_x509parse.function | 590 void mbedtls_x509_crl_parse(char *crl_file, int result) 1266 TEST_EQUAL(mbedtls_x509_crl_parse(&crl, buf->x, buf->len), (result));
|
D | test_suite_x509parse.data | 311 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/ |
D | ChangeLog | 4164 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
|