Searched refs:cert_parse (Results 1 – 2 of 2) sorted by relevance
65 ``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 extension74 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
190 static int cert_parse(void *img, unsigned int img_len) in cert_parse() function441 int rc = cert_parse(img, img_len); in check_integrity()