summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-11-27 19:05:49 +0000
committerJakub Zelenka <bukka@php.net>2016-11-27 19:05:49 +0000
commit02cecc0fb5a88f78fac57077c52b93e8aa2ff218 (patch)
tree030c11fad1b346402de5c4e35d2cb240a9fd9fc3
parent0ebdf3625e629b2a4f9255190dfb04a67e511617 (diff)
downloadphp-git-02cecc0fb5a88f78fac57077c52b93e8aa2ff218.tar.gz
Update UPGRADING with info about AEAD changes in openssl_(en|de)crypt
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 56c5bdc236..5d9864e5b0 100644
--- 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