Home
last modified time | relevance | path

Searched refs:openssl_pkcs7_encrypt (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt2 openssl_pkcs7_encrypt() tests
18 $assoc_headers = array("To" => "test@test", "Subject" => "testing openssl_pkcs7_encrypt()");
19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
25 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $headers, 0, $cipher));
28 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $assoc_headers, 0, $cipher));
30 var_dump(openssl_pkcs7_encrypt($wrong, $outfile, $single_cert, $headers, 0, $cipher));
31 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers, 0, $cipher));
32 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers, 0, $cipher));
33 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $wrong, $headers, 0, $cipher));
34 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers, 0, $cipher));
[all …]
H A Dbug74903.phpt2 Bug #74903 openssl_pkcs7_encrypt() uses different EOL than before
66 openssl_pkcs7_encrypt($tmpFileIn, $tmpFileOut, [$cert], array(), PKCS7_BINARY, OPENSSL_CIPHER_AES_1…
H A Dopenssl_pkcs7_decrypt_basic.phpt19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
24 openssl_pkcs7_encrypt($infile, $encrypted, $single_cert, $headers, 0, $cipher);
H A Dbug81713.phpt100 ["openssl_pkcs7_encrypt", $infile_null, $outfile, $crt_file, $headers],
101 ["openssl_pkcs7_encrypt", $infile, $outfile_null, $crt_file, $headers],
102 ["openssl_pkcs7_encrypt", $infile, $outfile, $crt_file_null, $headers],
103 ["openssl_pkcs7_encrypt", $infile, $outfile, $cainfo_null, $headers],
206 openssl_pkcs7_encrypt(): Argument #1 ($input_filename) must not contain any null bytes
207 openssl_pkcs7_encrypt(): Argument #2 ($output_filename) must not contain any null bytes
208 openssl_pkcs7_encrypt(): Argument #3 ($certificate) must not contain any null bytes
209 openssl_pkcs7_encrypt(): Argument #3 ($certificate) array item must not contain any null bytes
H A Dbug74720_0.phpt69 openssl_pkcs7_encrypt($tmpFileIn, $tmpFileOut, [$cert], array(), PKCS7_BINARY, OPENSSL_CIPHER_AES_1…
H A Dbug74798.phpt68 openssl_pkcs7_encrypt($tmpFileIn, $tmpFileOut, [$cert], array(), PKCS7_BINARY, OPENSSL_CIPHER_AES_1…
/PHP-8.1/ext/openssl/
H A Dopenssl_arginfo.h416 ZEND_FUNCTION(openssl_pkcs7_encrypt);
484 ZEND_FE(openssl_pkcs7_encrypt, arginfo_openssl_pkcs7_encrypt)
H A Dopenssl.stub.php135 function openssl_pkcs7_encrypt(string $input_filename, string $output_filename, $certificate, ?arra… function
H A Dopenssl.c5434 PHP_FUNCTION(openssl_pkcs7_encrypt) in PHP_FUNCTION() argument
/PHP-8.1/
H A DUPGRADING118 . openssl_pkcs7_encrypt() and openssl_cms_encrypt() will now default to

Completed in 34 milliseconds