1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

openssl NEWS,UPGRADING

This commit is contained in:
Michael Wallner
2013-10-08 16:20:07 +02:00
parent ea0578e223
commit cf6413ae7c
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -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
+12
View File
@@ -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