diff options
-rw-r--r-- | NEWS | 5 | ||||
-rwxr-xr-x | UPGRADING | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -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) |