We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51af22 commit 1100a07Copy full SHA for 1100a07
NEWS
@@ -23,6 +23,10 @@ PHP NEWS
23
. Fixed bug #81349 (mb_detect_encoding misdetcts ASCII in some cases).
24
(Nikita)
25
26
+- Phar:
27
+ . Use SHA256 by default for signature. (remi)
28
+ . Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature. (remi)
29
+
30
- SNMP:
31
. Implement SHA256 and SHA512 for security protocol. (remi)
32
UPGRADING
@@ -569,6 +569,10 @@ PHP 8.1 UPGRADE NOTES
569
- OpenSSL:
570
. The OpenSSL extension now requires at least OpenSSL version 1.0.2.
571
572
573
+ . Use SHA256 by default for signature.
574
+ . Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature.
575
576
577
. add SHA256 and SHA512 for security protocol.
578
0 commit comments