From cbe73b3cfe5945926c8d91dcc0884ce7524764eb Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 9 Jun 2017 17:35:37 +0200 Subject: Fixed bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content --- ext/openssl/tests/bug74720_1.phpt | 88 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 ext/openssl/tests/bug74720_1.phpt (limited to 'ext/openssl/tests/bug74720_1.phpt') diff --git a/ext/openssl/tests/bug74720_1.phpt b/ext/openssl/tests/bug74720_1.phpt new file mode 100644 index 0000000000..9a8099a33c --- /dev/null +++ b/ext/openssl/tests/bug74720_1.phpt @@ -0,0 +1,88 @@ +--TEST-- +Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 1 +--SKIPIF-- + +--FILE-- + +==DONE== +--EXPECTF-- +bool(true) +==DONE== + -- cgit v1.2.1