]> granicus.if.org Git - php/commitdiff
Update NEWS with info about openssl pkcs7 read and verify changes
authorJakub Zelenka <bukka@php.net>
Thu, 22 Jun 2017 19:39:00 +0000 (20:39 +0100)
committerJakub Zelenka <bukka@php.net>
Thu, 22 Jun 2017 19:39:09 +0000 (20:39 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 2496664ddf91cbea8a0bab283a42e593234be9b7..0620f801406ce5b14daefd859bcd862e2b22da0e 100644 (file)
--- 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).