/PHP-8.2/ext/openssl/ |
H A D | openssl.stub.php | 381 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 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) 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 D | ldap_option_reqcert_basic.phpt | 2 … to check if PHP can connect to a LDAP server with an invalid certificate with certificate checkin…
|
H A D | ldap_option_reqcert_error.phpt | 2 …o check if ldap can't connect to a LDAP server with a invalid certificate with certificate checkin…
|
H A D | README.md | 84 1. A self signed certificate can be generated using:
|
/PHP-8.2/ext/openssl/tests/ |
H A D | bug81713.phpt | 172 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 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_read_basic.phpt | 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 | gh16357.phpt | 2 GH-16357 (openssl may modify member types of certificate arrays)
|
H A D | cve2013_4073.phpt | 2 CVE 2013-4073: Null-byte certificate handling
|
H A D | bug65729.phpt | 64 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 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 | san_peer_matching.phpt | 59 Warning: stream_socket_client(): Unable to locate peer certificate CN in %s on line %d
|
H A D | stream_verify_peer_name_003.phpt | 58 Warning: stream_socket_client(): Peer certificate CN=`stream_verify_peer_name_003' did not match ex…
|
H A D | bug54992.phpt | 60 Warning: stream_socket_client(): Peer certificate CN=`bug54992_actual_peer_name' did not match expe…
|
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 | san_ipv6_peer_matching.phpt | 64 Warning: stream_socket_client(): Unable to locate peer certificate CN in %s on line %d
|
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 | stream_security_level.phpt | 70 error:%s:SSL routines:%S:certificate verify failed in %s : eval()'d code on line %d
|
H A D | gh9310.phpt | 160 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 D | mysqli_ssl_set.phpt | 24 'The path name to the certificate file.', 25 'The path name to the certificate authority file.',
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.stub.php | 996 ?string $certificate, 1654 ?string $certificate,
|
H A D | mysqli_arginfo.h | 385 ZEND_ARG_TYPE_INFO(0, certificate, IS_STRING, 1) 561 ZEND_ARG_TYPE_INFO(0, certificate, IS_STRING, 1)
|
/PHP-8.2/ |
H A D | php.ini-development | 1957 ; certificate. This value must be a correctly hashed certificate directory.
|