From: Jakub Zelenka Date: Wed, 9 May 2018 18:56:34 +0000 (+0100) Subject: Update NEWS and UPGRADING for openssl_pkey_derive X-Git-Tag: php-7.3.0alpha2~10^2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f474272e571b0a66f2c5c89b72c66aae6ad689a;p=php Update NEWS and UPGRADING for openssl_pkey_derive --- diff --git a/NEWS b/NEWS index dc64c78833..f6fbad2b87 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index 94125306d6..8c3d357a29 100644 --- 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().