]> granicus.if.org Git - php/commitdiff
add NEWS and UPGRADING about gost-crypto
authorMichael Wallner <mike@php.net>
Thu, 3 Oct 2013 14:23:59 +0000 (16:23 +0200)
committerMichael Wallner <mike@php.net>
Thu, 3 Oct 2013 14:23:59 +0000 (16:23 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index e1a191f3ddbbd092720026af864ec30100c49fa4..8113514420b8dab9be09220c0d3bbc7673029ed9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ PHP                                                                        NEWS
     improvements based on this.
     (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
 
+- Hash:
+  . Added gost-crypto (CryptoPro S-box) GOST hash algo. (Manuel Mausz)
+
 - mysqlnd:
   . Disabled flag for SP OUT variables for 5.5+ servers as they are not natively
     supported by the overlying APIs. (Andrey)
index f4138875004f164804e2149629bb84ba92cf0876..fb8daab2d609c4b4f548f1cbd3747d4d32cd43da 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -40,6 +40,8 @@ PHP X.Y UPGRADE NOTES
 - The php://input stream is now re-usable and can be used concurrently with 
   enable_post_data_reading=0.
 
+- Added gost-crypto (CryptoPro S-box) hash algo.
+
 ========================================
 2. Changes in SAPI modules
 ========================================