Searched refs:openssl_x509_parse (Results 1 – 20 of 20) sorted by relevance
15 var_dump(openssl_x509_parse("foo"));18 var_dump(openssl_x509_parse($t));24 openssl_x509_parse([]);29 var_dump(openssl_x509_parse($cert));32 openssl_x509_parse(new stdClass);41 openssl_x509_parse(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array g…43 openssl_x509_parse(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, stdClas…
2 Bug #67403: Add signatureType to openssl_x509_parse7 $r = openssl_x509_parse(file_get_contents(__DIR__.'/bug64802.pem'));12 $r = openssl_x509_parse(file_get_contents(__DIR__.'/bug37820cert.pem'));
8 $info = openssl_x509_parse("file://$crt");13 Warning: openssl_x509_parse(): Illegal length in timestamp in %s on line 3
2 Bug #64802: openssl_x509_parse fails to parse subject properly in some cases12 $r = openssl_x509_parse($cert,$use_short_names=false);
2 Bug #47828 (segfaults when a UTF-8 conversion fails openssl_x509_parse())34 $arr = openssl_x509_parse($cert);
43 var_dump(openssl_x509_parse($cert)['subject']['CN']);49 var_dump(openssl_x509_parse($cert)['subject']['CN']);55 var_dump(openssl_x509_parse($cert)['subject']['CN']);
2 Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds)46 $parsed_cert = openssl_x509_parse($pem_cert);
52 var_dump(openssl_x509_parse($cert)['subject']['CN']);58 var_dump(openssl_x509_parse($cert)['subject']['CN']);64 var_dump(openssl_x509_parse($cert)['subject']['CN']);
2 Bug #28382 (openssl_x509_parse extensions support)8 $ext = openssl_x509_parse($cert);
10 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
8 $info = openssl_x509_parse("file://$crt");
2 openssl_x509_parse() tests9 $parsedCert = openssl_x509_parse($cert);10 var_dump($parsedCert === openssl_x509_parse(openssl_x509_read($cert)));12 var_dump(openssl_x509_parse($cert, false));
22 var_dump(openssl_x509_parse($cert)['serialNumber']);
8 $info = openssl_x509_parse($cert);
40 var_dump(openssl_x509_parse($cert)['subject']['CN']);
79 ["openssl_x509_parse", $crt_file_null],179 openssl_x509_parse(): Argument #1 ($certificate) must not contain any null bytes
17 if (!function_exists('openssl_x509_parse'))
394 ZEND_FUNCTION(openssl_x509_parse);459 ZEND_FE(openssl_x509_parse, arginfo_openssl_x509_parse)
46 function openssl_x509_parse(OpenSSLCertificate|string $certificate, bool $short_names = true): arra… function
2152 PHP_FUNCTION(openssl_x509_parse) in PHP_FUNCTION() argument
Completed in 43 milliseconds