Home
last modified time | relevance | path

Searched defs:certificate (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php17 function openssl_x509_export_to_file(OpenSSLCertificate|string $certificate, string $output_filenam…
20 function openssl_x509_export(OpenSSLCertificate|string $certificate, &$output, bool $no_text = true…
22 function openssl_x509_fingerprint(OpenSSLCertificate|string $certificate, string $digest_algo = "sh…
25 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, $private_key): bool…
28 function openssl_x509_verify(OpenSSLCertificate|string $certificate, $public_key): int {}
30 function openssl_x509_parse(OpenSSLCertificate|string $certificate, bool $short_names = true): arra…
32 function openssl_x509_checkpurpose(OpenSSLCertificate|string $certificate, int $purpose, array $ca_…
34 function openssl_x509_read(OpenSSLCertificate|string $certificate): OpenSSLCertificate|false {}
37 function openssl_x509_free(OpenSSLCertificate $certificate): void {}
46 function openssl_pkcs12_export(OpenSSLCertificate|string $certificate, &$output, $private_key, stri…
[all …]
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php260 ?string $certificate,
754 ?string $certificate,

Completed in 19 milliseconds