Lines Matching refs:openssl_x509_read
2 openssl_x509_read() tests
13 $d = openssl_x509_read($a);
17 var_dump(openssl_x509_read($a)); // read cert as a string
18 var_dump(openssl_x509_read($b)); // read cert as a filename string
19 var_dump(openssl_x509_read($c)); // read an invalid cert, fails
20 var_dump(openssl_x509_read($d)); // read cert from a resource
23 openssl_x509_read($e); // read an array
29 openssl_x509_read($f); // read an array with the filename
41 Warning: openssl_x509_read(): X.509 Certificate cannot be retrieved in %s on line %d
45 openssl_x509_read(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array gi…
46 openssl_x509_read(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array gi…