From ac0c0c4565b3c326e8b3e1bcd2bbffa3a3001a2b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 29 Aug 2018 14:27:17 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2c6f7f17..1e1921f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,18 @@ +* Version 1.0.17 + - Bug fix: `sodium_pad()` didn't properly support block sizes >= 256 bytes. + - JS/WebAssembly: some old iOS versions can't instantiate the WebAssembly +module; fall back to Javascript on these. + - JS/WebAssembly: compatibility with newer Emscripten versions. + - Bug fix: `crypto_pwhash_scryptsalsa208sha256_str_verify()` and +`crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()` didn't return +`EINVAL` on input strings with a short length, unlike their high-level +counterpart. + - Added a workaround for Visual Studio 2010 bug causing CPU features +not to be detected. + - The library now enables compilation with retpoline by default. + - Portability improvements. + * Version 1.0.16 - Signatures computations and verifications are now way faster on 64-bit platforms with compilers supporting 128-bit arithmetic (gcc,