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 164edff commit 35a9ec1Copy full SHA for 35a9ec1
UPGRADING
@@ -81,6 +81,12 @@ PHP 7.4 UPGRADE NOTES
81
6. New Functions
82
========================================
83
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
+
90
91
7. New Classes and Interfaces
92
0 commit comments