Searched defs:certificate (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/openssl/ |
H A D | openssl.stub.php | 29 function openssl_x509_export_to_file(OpenSSLCertificate|string $certificate, string $output_filenam… 32 function openssl_x509_export(OpenSSLCertificate|string $certificate, &$output, bool $no_text = true… 34 function openssl_x509_fingerprint(OpenSSLCertificate|string $certificate, string $digest_algo = "sh… 37 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, $private_key): bool… 40 function openssl_x509_verify(OpenSSLCertificate|string $certificate, $public_key): int {} 46 function openssl_x509_parse(OpenSSLCertificate|string $certificate, bool $short_names = true): arra… 48 function openssl_x509_checkpurpose(OpenSSLCertificate|string $certificate, int $purpose, array $ca_… 50 function openssl_x509_read(OpenSSLCertificate|string $certificate): OpenSSLCertificate|false {} 53 function openssl_x509_free(OpenSSLCertificate $certificate): void {} 62 function openssl_pkcs12_export(OpenSSLCertificate|string $certificate, &$output, $private_key, stri… [all …]
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 385 ?string $certificate, 1056 ?string $certificate,
|
Completed in 18 milliseconds