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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user