]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING for openssl_pkey_derive
authorJakub Zelenka <bukka@php.net>
Wed, 9 May 2018 18:56:34 +0000 (19:56 +0100)
committerJakub Zelenka <bukka@php.net>
Wed, 9 May 2018 18:56:34 +0000 (19:56 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index dc64c788334db365be4b3d06f376a63fe299ebca..f6fbad2b87c6a23ffbad79969628ab2aecb51339 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -112,7 +112,7 @@ PHP                                                                        NEWS
   . Removed support for Birdstep. (Kalle)
 
 - OpenSSL:
-  . Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa)
+  . Added openssl_pkey_derive function. (Jim Zubov)
 
 - PCRE:
   . Implemented https://wiki.php.net/rfc/pcre2-migration (Anatol, Dmitry)
index 94125306d620e44db427375457946f5d81f890d9..8c3d357a293561625333a84871c1b66a570f67ec 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -149,6 +149,10 @@ Intl:
   . Added Normalizer::getRawDecomposition() and normalizer_get_raw_decomposition(),
     to retrieve the Decomposition_Mapping property of a character.
 
+OpenSSL:
+  . Added openssl_pkey_derive that derives a shared secret for DH, ECDH and
+    possibly other future algorithms supported by EVP_PKEY_derive.
+
 Standard:
   . Added is_countable() function, to check whether a value may be passed to
     count().