Home
last modified time | relevance | path

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

/mbedtls-development/programs/fuzz/
A Dfuzz_x509crl.c13 ret = mbedtls_x509_crl_parse( &crl, Data, Size ); in LLVMFuzzerTestOneInput()
/mbedtls-development/include/mbedtls/
A Dx509_crl.h133 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
/mbedtls-development/library/
A Dx509_crl.c534 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() function
608 ret = mbedtls_x509_crl_parse( chain, buf, n ); in mbedtls_x509_crl_parse_file()
/mbedtls-development/tests/suites/
A Dtest_suite_x509parse.function490 void mbedtls_x509_crl_parse( char * crl_file, int result )
975 TEST_ASSERT( mbedtls_x509_crl_parse( &crl, buf->x, buf->len ) == ( result ) );
A Dtest_suite_x509parse.data263 mbedtls_x509_crl_parse:"data_files/crl-malformed-trailing-spaces.pem":MBEDTLS_ERR_PEM_NO_HEADER_FOO…
267 mbedtls_x509_crl_parse:"data_files/crl-idp.pem":MBEDTLS_ERR_X509_INVALID_EXTENSIONS + MBEDTLS_ERR_A…
271 mbedtls_x509_crl_parse:"data_files/crl-idpnc.pem":0
/mbedtls-development/
A DChangeLog2518 mbedtls_x509_crl_parse(). A string containing a CRL followed by trailing
2562 * Fix potential memory leak in mbedtls_x509_crl_parse(). The leak was caused

Completed in 51 milliseconds