Searched refs:OpenSSLCertificate (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 5 final class OpenSSLCertificate class 27 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $public_key */ 34 function openssl_x509_read(OpenSSLCertificate|string $certificate): OpenSSLCertificate|false {} 37 function openssl_x509_free(OpenSSLCertificate $certificate): void {} 44 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 68 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $key */ 72 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $key 110 /** @param OpenSSLCertificate|array|string $certificate */ 117 * @param OpenSSLCertificate|string $certificate 127 /** @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.0/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 | 61 object(OpenSSLCertificate)#%d (0) { 63 object(OpenSSLCertificate)#%d (0) { 65 object(OpenSSLCertificate)#%d (0) { 67 object(OpenSSLCertificate)#%d (0) { 79 openssl_csr_sign(): Argument #2 ($ca_certificate) must be of type OpenSSLCertificate|string|null, a… 81 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 | 43 openssl_x509_parse(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array g… 45 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 | 108 object(OpenSSLCertificate)#%d (0) {
|
/PHP-8.0/ |
H A D | UPGRADING | 413 OpenSSLCertificate object rather than a resource. Return value checks using 416 instead the OpenSSLCertificate instance is automatically destroyed if it is no
|
Completed in 50 milliseconds