This commit is contained in:
Remi Collet 2021-08-11 14:21:18 +02:00
parent c51af22fef
commit 1100a079ed
No known key found for this signature in database
GPG Key ID: DC9FF8D3EE5AF27F
2 changed files with 8 additions and 0 deletions

4
NEWS
View File

@ -23,6 +23,10 @@ PHP NEWS
. Fixed bug #81349 (mb_detect_encoding misdetcts ASCII in some cases).
(Nikita)
- Phar:
. Use SHA256 by default for signature. (remi)
. Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature. (remi)
- SNMP:
. Implement SHA256 and SHA512 for security protocol. (remi)

View File

@ -569,6 +569,10 @@ PHP 8.1 UPGRADE NOTES
- OpenSSL:
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.
- Phar:
. Use SHA256 by default for signature.
. Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature.
- SNMP:
. add SHA256 and SHA512 for security protocol.