Searched refs:OpenSSLCertificate (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/openssl/ |
H A D | openssl.stub.php | 361 final class OpenSSLCertificate class 389 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 404 function openssl_x509_read(OpenSSLCertificate|string $certificate): OpenSSLCertificate|false {} 407 function openssl_x509_free(OpenSSLCertificate $certificate): void {} 451 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $key 456 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $key 465 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $public_key 502 /** @param OpenSSLCertificate|array|string $certificate */ 511 * @param OpenSSLCertificate|string $certificate 521 /** @param OpenSSLCertificate|array|string $certificate */ [all …]
|
H A D | openssl_arginfo.h | 5 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 11 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 17 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 23 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 28 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 33 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 38 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 45 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) 49 ZEND_ARG_OBJ_INFO(0, certificate, OpenSSLCertificate, 0) 53 ZEND_ARG_OBJ_TYPE_MASK(0, certificate, OpenSSLCertificate, MAY_BE_STRING, NULL) [all …]
|
/PHP-8.2/ext/openssl/tests/ |
H A D | openssl_x509_read_basic.phpt | 36 object(OpenSSLCertificate)#%d (0) { 38 object(OpenSSLCertificate)#%d (0) { 43 object(OpenSSLCertificate)#%d (0) { 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…
|
H A D | openssl_csr_sign_basic.phpt | 65 object(OpenSSLCertificate)#%d (0) { 67 object(OpenSSLCertificate)#%d (0) { 69 object(OpenSSLCertificate)#%d (0) { 71 object(OpenSSLCertificate)#%d (0) { 83 openssl_csr_sign(): Argument #2 ($ca_certificate) must be of type OpenSSLCertificate|string|null, a… 85 object(OpenSSLCertificate)#%d (0) {
|
H A D | openssl_x509_free_basic.phpt | 12 object(OpenSSLCertificate)#1 (0) { 16 object(OpenSSLCertificate)#1 (0) {
|
H A D | bug38261.phpt | 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…
|
H A D | openssl_x509_export_to_file_basic.phpt | 42 openssl_x509_export_to_file(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string…
|
H A D | openssl_x509_export_basic.phpt | 43 openssl_x509_export(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array …
|
H A D | openssl_pkcs12_export_to_file_basic.phpt | 61 openssl_pkcs12_export_to_file(): Argument #1 ($certificate) must be of type OpenSSLCertificate|stri…
|
H A D | openssl_pkcs12_export_basic.phpt | 56 openssl_pkcs12_export(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, Open…
|
H A D | CertificateGenerator.inc | 7 /** @var OpenSSLCertificate */
|
H A D | ecc.phpt | 128 object(OpenSSLCertificate)#%d (0) {
|
Completed in 20 milliseconds