We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80ae97 commit 503146aCopy full SHA for 503146a
ext/openssl/tests/openssl_open_basic.phpt
@@ -8,7 +8,7 @@ $data = "openssl_open() test";
8
$pub_key = "file://" . __DIR__ . "/public.key";
9
$priv_key = "file://" . __DIR__ . "/private_rsa_1024.key";
10
$wrong = "wrong";
11
-$method = "RC4";
+$method = "AES-128-ECB";
12
13
openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key, $pub_key), $method);
14
openssl_open($sealed, $output, $ekeys[0], $priv_key, $method);
0 commit comments