Home
last modified time | relevance | path

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

/mbedtls-3.4.0/programs/fuzz/
Dfuzz_x509crl.c13 ret = mbedtls_x509_crl_parse( &crl, Data, Size ); in LLVMFuzzerTestOneInput()
/mbedtls-3.4.0/include/mbedtls/
Dx509_crl.h133 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
/mbedtls-3.4.0/library/
Dx509_crl.c528 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() function
602 ret = mbedtls_x509_crl_parse( chain, buf, n ); in mbedtls_x509_crl_parse_file()
/mbedtls-3.4.0/tests/suites/
Dtest_suite_x509parse.function503 void mbedtls_x509_crl_parse( char * crl_file, int result )
1107 TEST_ASSERT( mbedtls_x509_crl_parse( &crl, buf->x, buf->len ) == ( result ) );
Dtest_suite_x509parse.data271 mbedtls_x509_crl_parse:"data_files/crl-malformed-trailing-spaces.pem":MBEDTLS_ERR_PEM_NO_HEADER_FOO…
275 mbedtls_x509_crl_parse:"data_files/crl-idp.pem":MBEDTLS_ERR_X509_INVALID_EXTENSIONS + MBEDTLS_ERR_A…
279 mbedtls_x509_crl_parse:"data_files/crl-idpnc.pem":0
/mbedtls-3.4.0/
DChangeLog3176 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
3220 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused