summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rwxr-xr-xUPGRADING2
2 files changed, 6 insertions, 1 deletions
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)