From fc36908c88d096ee167c6afa7813c8f865a0a7e9 Mon Sep 17 00:00:00 2001 From: Daniel Lowrey Date: Mon, 27 Jan 2014 14:58:04 -0700 Subject: [PATCH] Update NEWS/UPGRADING --- NEWS | 5 ++++- UPGRADING | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c7608c9103..3b41c6a055 100644 --- a/NEWS +++ b/NEWS @@ -66,7 +66,10 @@ PHP NEWS . Added certificate fingerprint support. (Tjerk Meesters) . Added explicit TLSv1.1 and TLSv1.2 stream transports. (Daniel Lowrey) . Fixed bug #65729 (CN_match gives false positive). (Tjerk Meesters) - + . 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) + - PDO_pgsql: . Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support). (Matteo) . Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3 diff --git a/UPGRADING b/UPGRADING index 8f83b51101..e59a632918 100755 --- a/UPGRADING +++ b/UPGRADING @@ -51,6 +51,8 @@ PHP X.Y UPGRADE NOTES - Added openssl crypto method stream context option. +- Added openssl peer verification support for SAN x509 extension + - Added use function and use const. (https://wiki.php.net/rfc/use_function) -- 2.40.0