]> granicus.if.org Git - php/commitdiff
Update UPGRADING with info about AEAD changes in openssl_(en|de)crypt
authorJakub Zelenka <bukka@php.net>
Sun, 27 Nov 2016 19:05:49 +0000 (19:05 +0000)
committerJakub Zelenka <bukka@php.net>
Sun, 27 Nov 2016 19:05:49 +0000 (19:05 +0000)
UPGRADING

index 56c5bdc236f7a62e9575f941f64f0b7fb07c76b1..5d9864e5b00b164005c4dca555dae17d5c15c54c 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -206,6 +206,8 @@ PHP 7.1 UPGRADE NOTES
   disables escaping of U+2028 and U+2029 characters when
   JSON_UNESCAPED_UNICODE is supplied.
 - long2ip() accepts integer as parameter now
+- openssl_encrypt and openssl_decrypt have extra parameters for handling
+  authenticated encryption (tag, aad, tag_length) and decryption (tag, aad).
 - pg_last_notice() accepts optional long parameter to specify operation.
   PGSQL_NOTICE_LAST - Get last notice (Default)
   PGSQL_NOTICE_ALL - Get all stored notices