]> granicus.if.org Git - php/commitdiff
move the peer verification NEWS entry to the alpha2 block, as it was pushed after...
authorFerenc Kovacs <tyrael@php.net>
Thu, 13 Feb 2014 23:22:31 +0000 (00:22 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 13 Feb 2014 23:22:31 +0000 (00:22 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 127655b060323fe54ae18e20cb86aec8a83504d9..6f12385a5c6f40ae6c594ffd3f48076c4ffe0f24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ PHP                                                                        NEWS
 - ldap
   . Added new function ldap_modify_batch(). (Ondrej Hosek)
 
+- Openssl
+  . Peer certificates now verified by default in client socket operations
+    (RFC: https://wiki.php.net/rfc/tls-peer-verification). (Daniel Lowrey)
+
 23 Jan 2014, PHP 5.6.0 Alpha 1
 - CLI server:
   . Added some MIME types to the CLI web server. (Chris Jones)
@@ -84,8 +88,6 @@ PHP                                                                        NEWS
   . Peer name verification matches SAN DNS names for certs using
     the Subject Alternative Name x509 extension. (Daniel Lowrey)
   . Fixed segfault when built against OpenSSL>=1.0.1 (Daniel Lowrey)
-  . Peer certificates now verified by default in client socket operations
-    (RFC: https://wiki.php.net/rfc/tls-peer-verification). (Daniel Lowrey)
   . Added SPKAC support. (Jason Gerfen)
 
 - PDO_pgsql: