From 35a9ec1b0d528a845fa5ea06bdc3f9f3f5e61dcc Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 15 Nov 2018 10:46:48 +0100 Subject: [PATCH] [ci skip] Update UPGRADING --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING b/UPGRADING index 88d48b38c93..2d9299f883b 100644 --- a/UPGRADING +++ b/UPGRADING @@ -81,6 +81,12 @@ PHP 7.4 UPGRADE NOTES 6. New Functions ======================================== +- OpenSSL: + . Added openssl_x509_verify(mixed cert, mixed key) function that verifies the + signature of the certificate using a public key. A wrapper around the + OpenSSL's X509_verify() function. + See . + ======================================== 7. New Classes and Interfaces ========================================