/php-src/ext/openssl/tests/ |
H A D | openssl_pkcs7_encrypt_basic.phpt | 26 $cipher = OPENSSL_CIPHER_AES_128_CBC; 28 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $headers, 0, $cipher)); 29 …p(openssl_pkcs7_encrypt($infile, $outfile, openssl_x509_read($single_cert), $headers, 0, $cipher)); 31 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $assoc_headers, 0, $cipher)); 32 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $empty_headers, 0, $cipher)); 33 var_dump(openssl_pkcs7_encrypt($wrong, $outfile, $single_cert, $headers, 0, $cipher)); 34 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers, 0, $cipher)); 35 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers, 0, $cipher)); 36 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $wrong, $headers, 0, $cipher)); 37 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers, 0, $cipher)); [all …]
|
H A D | openssl_cms_encrypt_basic.phpt | 24 $cipher = OPENSSL_CIPHER_AES_128_CBC; 26 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $headers, cipher_algo: $cipher)); 27 …l_cms_encrypt($infile, $outfile, openssl_x509_read($single_cert), $headers, cipher_algo: $cipher)); 30 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $assoc_headers, cipher_algo: $cipher)… 31 var_dump(openssl_cms_encrypt($infile, $outfile, $single_cert, $empty_headers, cipher_algo: $cipher)… 32 var_dump(openssl_cms_encrypt($wrong, $outfile, $single_cert, $headers, cipher_algo: $cipher)); 33 var_dump(openssl_cms_encrypt($empty, $outfile, $single_cert, $headers, cipher_algo: $cipher)); 34 var_dump(openssl_cms_encrypt($infile, $empty, $single_cert, $headers, cipher_algo: $cipher)); 35 var_dump(openssl_cms_encrypt($infile, $outfile, $wrong, $headers, cipher_algo: $cipher)); 36 var_dump(openssl_cms_encrypt($infile, $outfile, $empty, $headers, cipher_algo: $cipher)); [all …]
|
H A D | bug70438.phpt | 14 $cipher = 'AES-128-CBC'; 19 openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key), $cipher); 25 openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key), $cipher, $iv); 26 openssl_open($sealed, $decrypted, $ekeys[0], $priv_key, $cipher, $iv); 30 openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm 32 Warning: openssl_seal(): Unknown cipher algorithm in %s on line %d
|
H A D | openssl_decrypt_error.phpt | 30 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d 34 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d 37 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d 40 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
|
H A D | openssl_encrypt_error.phpt | 22 Warning: openssl_encrypt(): Unknown cipher algorithm in %s on line %d 25 Warning: openssl_encrypt(): Key length cannot be set for the cipher algorithm in %s on line %d
|
H A D | openssl_cms_encrypt_pem.phpt | 16 $cipher = OPENSSL_CIPHER_AES_128_CBC; 18 …t($infile, $cryptfile, $single_cert, $headers, OPENSSL_CMS_BINARY, OPENSSL_ENCODING_PEM, $cipher));
|
H A D | openssl_cms_encrypt_der.phpt | 16 $cipher = OPENSSL_CIPHER_AES_128_CBC; 18 …t($infile, $cryptfile, $single_cert, $headers, OPENSSL_CMS_BINARY, OPENSSL_ENCODING_DER, $cipher));
|
H A D | openssl_cipher_iv_length_error.phpt | 19 Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in %s on line %d
|
H A D | openssl_cipher_key_length_error.phpt | 19 Warning: openssl_cipher_key_length(): Unknown cipher algorithm in %s on line %d
|
H A D | bug61124.phpt | 10 Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 by…
|
H A D | openssl_encrypt_ocb.phpt | 2 openssl_encrypt() with OCB cipher algorithm tests 56 Warning: openssl_encrypt(): Setting tag length for AEAD cipher failed in %s on line %d
|
H A D | openssl_decrypt_basic.phpt | 34 // if we want to prefer variable length cipher setting 42 // It's okay to pass $tag for a non-authenticated cipher.
|
H A D | openssl_pkcs7_decrypt_basic.phpt | 22 $cipher = OPENSSL_CIPHER_AES_128_CBC; 24 openssl_pkcs7_encrypt($infile, $encrypted, $single_cert, $headers, 0, $cipher);
|
H A D | openssl_cms_decrypt_basic.phpt | 18 $cipher = OPENSSL_CIPHER_AES_128_CBC; 20 openssl_cms_encrypt($infile, $encrypted, $single_cert, $headers, cipher_algo: $cipher);
|
H A D | bug60632.phpt | 28 openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm
|
H A D | openssl_decrypt_gcm.phpt | 2 openssl_decrypt() with GCM cipher algorithm tests
|
H A D | openssl_decrypt_ccm.phpt | 2 openssl_decrypt() with CCM cipher algorithm tests
|
H A D | openssl_encrypt_chacha20_poly1305.phpt | 2 openssl_encrypt() with ChaCha20 and Poly1305 cipher algorithm tests
|
H A D | openssl_decrypt_ocb.phpt | 2 openssl_decrypt() with OCB cipher algorithm tests
|
H A D | openssl_encrypt_ccm.phpt | 2 openssl_encrypt() with CCM cipher algorithm tests
|
H A D | openssl_encrypt_gcm.phpt | 2 openssl_encrypt() with GCM cipher algorithm tests
|
/php-src/ext/openssl/ |
H A D | config0.m4 | 7 [whether to use system default cipher list instead of hardcoded value], 9 [OPENSSL: Use system default cipher list instead of hardcoded value])], 43 [Define to 1 to use system default cipher list instead of the hardcoded
|
/php-src/ext/ldap/tests/ |
H A D | ldap_set_option_ciphersuite_basic.phpt | 2 ldap_set_option() - Basic test for TLS cipher suite ldap option
|
/php-src/ext/mysqli/tests/ |
H A D | bug51647.phpt | 71 printf("[007] Empty cipher. No encryption!"); 101 printf("[013] Empty cipher. No encryption!");
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 77 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
|