--TEST--
-#36732, add support for req_extensions in openss_csr_new and sign
+Bug #36732 (add support for req_extensions in openss_csr_new and sign)
--SKIPIF--
<?php
if (!extension_loaded("openssl")) die("skip");
--TEST--
-#41353 openssl_pkcs12_read() does not verify the type of the first arg
+Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg)
--SKIPIF--
<?php
if (!extension_loaded("openssl")) die("skip");
echo "Done\n";
?>
--EXPECTF--
-Done
\ No newline at end of file
+Done