Test if it is safe to use the PHP function openssl_x509_parse().
This checks if OpenSSL extensions is vulnerable to remote code execution via the exploit documented as CVE-2013-6420.
public static function isOpensslParseSafe() : bool { return CaBundle::isOpensslParseSafe(); }