Home
last modified time | relevance | path

Searched refs:certificate (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.2/ext/openssl/
H A Dopenssl.stub.php381 function openssl_x509_export_to_file(OpenSSLCertificate|string $certificate, string $output_filenam… argument
384 function openssl_x509_export(OpenSSLCertificate|string $certificate, &$output, bool $no_text = true… argument
391 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet… argument
394 function openssl_x509_verify(OpenSSLCertificate|string $certificate, $public_key): int {}
400 function openssl_x509_parse(OpenSSLCertificate|string $certificate, bool $short_names = true): arra…
404 function openssl_x509_read(OpenSSLCertificate|string $certificate): OpenSSLCertificate|false {}
407 function openssl_x509_free(OpenSSLCertificate $certificate): void {}
502 /** @param OpenSSLCertificate|array|string $certificate */
511 * @param OpenSSLCertificate|string $certificate
521 /** @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)
49 ZEND_ARG_OBJ_INFO(0, certificate, OpenSSLCertificate, 0)
174 ZEND_ARG_INFO(0, certificate)
193 ZEND_ARG_INFO(0, certificate)
217 ZEND_ARG_INFO(0, certificate)
[all …]
/PHP-8.2/ext/ldap/tests/
H A Dldap_option_reqcert_basic.phpt2 … to check if PHP can connect to a LDAP server with an invalid certificate with certificate checkin…
H A Dldap_option_reqcert_error.phpt2 …o check if ldap can't connect to a LDAP server with a invalid certificate with certificate checkin…
H A DREADME.md84 1. A self signed certificate can be generated using:
/PHP-8.2/ext/openssl/tests/
H A Dbug81713.phpt172 openssl_x509_export(): Argument #1 ($certificate) must not contain any null bytes
177 openssl_x509_verify(): Argument #1 ($certificate) must not contain any null bytes
179 openssl_x509_parse(): Argument #1 ($certificate) must not contain any null bytes
182 openssl_x509_read(): Argument #1 ($certificate) must not contain any null bytes
185 openssl_cms_encrypt(): Argument #3 ($certificate) must not contain any null bytes
191 openssl_cms_decrypt(): Argument #3 ($certificate) must not contain any null bytes
197 openssl_cms_sign(): Argument #3 ($certificate) must not contain any null bytes
208 openssl_pkcs7_encrypt(): Argument #3 ($certificate) must not contain any null bytes
214 openssl_pkcs7_decrypt(): Argument #3 ($certificate) must not contain any null bytes
220 openssl_pkcs7_sign(): Argument #3 ($certificate) must not contain any null bytes
[all …]
H A Dbug38261.phpt41 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 Dopenssl_x509_read_basic.phpt45 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 Dcve2013_4073.phpt2 CVE 2013-4073: Null-byte certificate handling
H A Dbug65729.phpt64 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.te…
73 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.ba…
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 Dsan_peer_matching.phpt59 Warning: stream_socket_client(): Unable to locate peer certificate CN in %s on line %d
H A Dstream_verify_peer_name_003.phpt58 Warning: stream_socket_client(): Peer certificate CN=`stream_verify_peer_name_003' did not match ex…
H A Dbug54992.phpt60 Warning: stream_socket_client(): Peer certificate CN=`bug54992_actual_peer_name' did not match expe…
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 Dsan_ipv6_peer_matching.phpt64 Warning: stream_socket_client(): Unable to locate peer certificate CN in %s on line %d
H A Dopenssl_pkcs12_export_basic.phpt56 openssl_pkcs12_export(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, Open…
H A Dstream_security_level.phpt70 error:%s:SSL routines:%S:certificate verify failed in %s : eval()'d code on line %d
H A Dgh9310.phpt160 PHP Warning: stream_socket_accept(): Unable to get real path of certificate file `%scert.crt' in %s
168 PHP Warning: stream_socket_accept(): Unable to get real path of certificate file `%sgh9310.crt' in…
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt24 'The path name to the certificate file.',
25 'The path name to the certificate authority file.',
/PHP-8.2/ext/mysqli/
H A Dmysqli.stub.php996 ?string $certificate,
1654 ?string $certificate,
H A Dmysqli_arginfo.h385 ZEND_ARG_TYPE_INFO(0, certificate, IS_STRING, 1)
561 ZEND_ARG_TYPE_INFO(0, certificate, IS_STRING, 1)
/PHP-8.2/
H A Dphp.ini-development1957 ; certificate. This value must be a correctly hashed certificate directory.
H A Dphp.ini-production1959 ; certificate. This value must be a correctly hashed certificate directory.

Completed in 154 milliseconds

12