From bf8717594cb260d471ce5292d8097e1dbb8fe379 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Thu, 22 Jun 2017 20:39:00 +0100 Subject: [PATCH] Update NEWS with info about openssl pkcs7 read and verify changes --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 2496664ddf91c..0620f801406ce 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,8 @@ PHP NEWS content). (Anatol) . Use TLS_ANY for default ssl:// and tls:// negotiation. (kelunik) . Fix leak in openssl_spki_new(). (jelle at vdwaa dot nl) + . Added openssl_pkcs7_read() and pk7 parameter to openssl_pkcs7_verify(). + (jelle at vdwaa dot nl) - PDO_OCI: . Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax).