Skip to content

Commit 9df46c0

Browse files
committed
ext/sodium: Add support for libsodium 1.0.21 APIs
Add support for new functions present in recent libsodium versions: - Functions for IP address encryption: - sodium_crypto_ipcrypt_* - sodium_bin2ip/sodium_ip2bin helpers - Extendable output functions: - SHAKE128/SHAKE256 - TurboSHAKE128/TurboSHAKE256
1 parent 8c4c430 commit 9df46c0

File tree

4 files changed

+1266
-1
lines changed

4 files changed

+1266
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ PHP NEWS
8989
. Fixed GH-20532 (socket_addrinfo_lookup gives the error code with a new optional
9090
parameter). (David Carlier)
9191

92+
- Sodium:
93+
. Added support for libsodium 1.0.21 IPcrypt and XOF APIs. (jedisct1)
94+
9295
- SPL:
9396
. DirectoryIterator key can now work better with filesystem supporting larger
9497
directory indexing. (David Carlier)

0 commit comments

Comments
 (0)