Commit:    cf6413ae7ca9773ea154df3b94ce9299435f0e33
Author:    Michael Wallner <m...@php.net>         Tue, 8 Oct 2013 16:20:07 +0200
Parents:   ea0578e223229a9e1fd84d6c29701aee21bc75ac
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=cf6413ae7ca9773ea154df3b94ce9299435f0e33

Log:
openssl NEWS,UPGRADING

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 8113514..c2cf3d7 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,11 @@ PHP                                                          
              NEWS
     cache_slots) in op_array->literals table. (Laruence, Dmitry)
   . Added script level constant replacement optimization pass. (Dmitry)
 
+- Openssl:
+  . Added crypto_method option for the ssl stream context. (Martin Jansen)
+  . Added certificate fingerprint support. (Tjerk Meesters)
+  . Fixed bug #65729 (CN_match gives false positive). (Tjerk Meesters)
+  
 - 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 fb8daab..238aa5e 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -42,6 +42,11 @@ PHP X.Y UPGRADE NOTES
 
 - Added gost-crypto (CryptoPro S-box) hash algo.
 
+- Added openssl certificate fingerprint support (inclusive stream context 
+  option).
+
+- Added openssl crypto method stream context option.
+
 ========================================
 2. Changes in SAPI modules
 ========================================
@@ -71,6 +76,8 @@ PHP X.Y UPGRADE NOTES
 5. New Functions
 ========================================
 
+- Openssl:
+  Added string openssl_x509_fingerprint($x509, $type, $binary).
 
 ========================================
 6. New Classes and Interfaces
@@ -106,6 +113,11 @@ PHP X.Y UPGRADE NOTES
 9. New Global Constants
 ========================================
 
+- Openssl:
+  . STREAM_CRYPTO_METHOD_SSLv2_CLIENT
+  . STREAM_CRYPTO_METHOD_SSLv3_CLIENT
+  . STREAM_CRYPTO_METHOD_SSLv23_CLIENT
+  . STREAM_CRYPTO_METHOD_TLS_CLIENT
 
 ========================================
 10. Changes to INI File Handling


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to