Home
last modified time | relevance | path

Searched refs:OpenSSLCertificate (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php5 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 Dopenssl_arginfo.h5 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 Dopenssl_x509_read_basic.phpt36 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 Dopenssl_csr_sign_basic.phpt61 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 Dopenssl_x509_free_basic.phpt12 object(OpenSSLCertificate)#1 (0) {
16 object(OpenSSLCertificate)#1 (0) {
H A Dbug38261.phpt43 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 Dopenssl_x509_export_to_file_basic.phpt42 openssl_x509_export_to_file(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string…
H A Dopenssl_x509_export_basic.phpt43 openssl_x509_export(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array …
H A Dopenssl_pkcs12_export_to_file_basic.phpt61 openssl_pkcs12_export_to_file(): Argument #1 ($certificate) must be of type OpenSSLCertificate|stri…
H A Dopenssl_pkcs12_export_basic.phpt56 openssl_pkcs12_export(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, Open…
H A DCertificateGenerator.inc7 /** @var OpenSSLCertificate */
H A Decc.phpt108 object(OpenSSLCertificate)#%d (0) {
/PHP-8.0/
H A DUPGRADING413 OpenSSLCertificate object rather than a resource. Return value checks using
416 instead the OpenSSLCertificate instance is automatically destroyed if it is no

Completed in 28 milliseconds