From: Jakub Zelenka Date: Thu, 22 Jun 2017 19:39:00 +0000 (+0100) Subject: Update NEWS with info about openssl pkcs7 read and verify changes X-Git-Tag: php-7.2.0alpha3~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf8717594cb260d471ce5292d8097e1dbb8fe379;p=php Update NEWS with info about openssl pkcs7 read and verify changes --- diff --git a/NEWS b/NEWS index 2496664ddf..0620f80140 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).