Home
last modified time | relevance | path

Searched refs:untrusted_certificates_filename (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php108 …_certificates_filename = null, array $ca_info = [], ?string $untrusted_certificates_filename = nul… argument
114 …_key, ?array $headers, int $flags = PKCS7_DETACHED, ?string $untrusted_certificates_filename = nul… argument
125 … ?string $certificates = null, array $ca_info = [], ?string $untrusted_certificates_filename = nul… argument
131 …$flags = 0, int $encoding = OPENSSL_ENCODING_SMIME, ?string $untrusted_certificates_filename = nul… argument
H A Dopenssl_arginfo.h166 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, untrusted_certificates_filename, IS_STRING, 1, "null")
187 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, untrusted_certificates_filename, IS_STRING, 1, "null")
207 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, untrusted_certificates_filename, IS_STRING, 1, "null")
232 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, untrusted_certificates_filename, IS_STRING, 1, "null")
/PHP-8.0/ext/openssl/tests/
H A Dbug81713.phpt197 openssl_cms_sign(): Argument #8 ($untrusted_certificates_filename) must not contain any null bytes
201 openssl_cms_verify(): Argument #5 ($untrusted_certificates_filename) must not contain any null bytes
220 openssl_pkcs7_sign(): Argument #7 ($untrusted_certificates_filename) must not contain any null bytes
224 openssl_pkcs7_verify(): Argument #5 ($untrusted_certificates_filename) must not contain any null by…

Completed in 23 milliseconds