Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php132 …_certificates_filename = null, array $ca_info = [], ?string $untrusted_certificates_filename = nul… argument
138 …_key, ?array $headers, int $flags = PKCS7_DETACHED, ?string $untrusted_certificates_filename = nul… argument
149 … ?string $certificates = null, array $ca_info = [], ?string $untrusted_certificates_filename = nul… argument
155 …$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.1/ext/openssl/tests/
H A Dbug81713.phpt199 openssl_cms_sign(): Argument #8 ($untrusted_certificates_filename) must not contain any null bytes
203 openssl_cms_verify(): Argument #5 ($untrusted_certificates_filename) must not contain any null bytes
222 openssl_pkcs7_sign(): Argument #7 ($untrusted_certificates_filename) must not contain any null bytes
226 openssl_pkcs7_verify(): Argument #5 ($untrusted_certificates_filename) must not contain any null by…

Completed in 8 milliseconds