Skip to content

Commit 35a9ec1

Browse files
committed
[ci skip] Update UPGRADING
1 parent 164edff commit 35a9ec1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ PHP 7.4 UPGRADE NOTES
8181
6. New Functions
8282
========================================
8383

84+
- OpenSSL:
85+
. Added openssl_x509_verify(mixed cert, mixed key) function that verifies the
86+
signature of the certificate using a public key. A wrapper around the
87+
OpenSSL's X509_verify() function.
88+
See <https://github.com/php/php-src/pull/3624>.
89+
8490
========================================
8591
7. New Classes and Interfaces
8692
========================================

0 commit comments

Comments
 (0)