Skip to content

Commit

Permalink
Pass signature to openssl_verify in bug81713 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Jun 9, 2022
1 parent b765d4c commit cb9a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/openssl/tests/bug81713.phpt
Expand Up @@ -58,7 +58,7 @@ $tests = [
["openssl_public_encrypt", "test", &$out, $priv_key_file_null],
["openssl_public_decrypt", "test", &$out, $priv_key_file_null],
["openssl_sign", "test", &$out, $priv_key_file_null],
["openssl_verify", "test", &$out, $priv_key_file_null],
["openssl_verify", "test", "sig", $priv_key_file_null],
["openssl_seal", "test", &$sealed, &$ekeys, [$priv_key_file_null], "AES-128-CBC", &$iv],
["openssl_open", "test", &$open, "aaa", $priv_key_file_null, "AES-128-CBC", &$iv],
["openssl_csr_new", $dn, &$priv_key_file_null, $csr_args],
Expand Down

0 comments on commit cb9a48a

Please sign in to comment.