Home
last modified time | relevance | path

Searched refs:cert_parse (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-10.rst65 ``cert_parse()`` is assumed to have guaranteed that they will always succeed.
67 functions, whereas ``cert_parse()`` passes the end of the ``TBSCertificate``.
68 Furthermore, ``cert_parse()`` does not check that the contents of the extension
74 parse at different offsets than were used (and validated) by ``cert_parse()``,
75 which means that the in-bounds guarantee provided by ``cert_parse()`` no longer
/trusted-firmware-a-latest/drivers/auth/mbedtls/
Dmbedtls_x509_parser.c190 static int cert_parse(void *img, unsigned int img_len) in cert_parse() function
441 int rc = cert_parse(img, img_len); in check_integrity()