All Versions
10
Latest Version
Avg Release Cycle
128 days
Latest Release
1938 days ago
Changelog History
Changelog History
-
v1.0.18 Changes
May 30, 2019- ๐ Enterprise versions of Visual Studio are now supported.
- ๐ Visual Studio 2019 is now supported.
- 32-bit binaries for Visual Studio 2010 are now provided.
- ๐ง A test designed to trigger an OOM condition didn't work on Linux systems with memory overcommit turned on. It has been removed in order to fix Ansible builds.
- ๐จ Emscripten:
print
andprintErr
functions are overridden to send
errors to the console, if there is one. - Emscripten:
UTF8ToString()
is now exported sincePointer_stringify()
๐ has been deprecated. - ๐ Libsodium version detection has been fixed in the CMake recipe.
- Generic hashing got a 10% speedup on AVX2.
- ๐ New target: WebAssembly/WASI (compile with
dist-builds/wasm32-wasi.sh
). - ๐ New functions to map a hash to an edwards25519 point or get a random point:
core_ed25519_from_hash()
andcore_ed25519_random()
. crypto_core_ed25519_scalar_mul()
has been implemented forscalar*scalar (mod L)
multiplication.- ๐ Support for the Ristretto group has been implemented for interoperability with wasm-crypto.
- ๐ Improvements have been made to the test suite.
- Portability improvements have been made.
getentropy()
is now used on systems providing this system call.randombytes_salsa20
has been renamed torandombytes_internal
.- ๐ Support for NativeClient has been removed.
- Most
((nonnull))
attributes have been relaxed to allow 0-length inputs
to beNULL
. - The
-ftree-vectorize
and-ftree-slp-vectorize
compiler switches are
โก๏ธ now used, if available, for optimized builds.
-
v1.0.18-RELEASE Changes
May 30, 2019- ๐ Enterprise versions of Visual Studio are now supported.
- ๐ Visual Studio 2019 is now supported.
- 32-bit binaries for Visual Studio 2010 are now provided.
- ๐ง A test designed to trigger an OOM condition didn't work on Linux systems with memory overcommit turned on. It has been removed in order to fix Ansible builds.
- ๐จ Emscripten:
print
andprintErr
functions are overridden to send
errors to the console, if there is one. - Emscripten:
UTF8ToString()
is now exported sincePointer_stringify()
๐ has been deprecated. - ๐ Libsodium version detection has been fixed in the CMake recipe.
- Generic hashing got a 10% speedup on AVX2.
- ๐ New target: WebAssembly/WASI (compile with
dist-builds/wasm32-wasi.sh
). - ๐ New functions to map a hash to an edwards25519 point or get a random point:
core_ed25519_from_hash()
andcore_ed25519_random()
. crypto_core_ed25519_scalar_mul()
has been implemented forscalar*scalar (mod L)
multiplication.- ๐ Support for the Ristretto group has been implemented for interoperability with wasm-crypto.
- ๐ Improvements have been made to the test suite.
- Portability improvements have been made.
getentropy()
is now used on systems providing this system call.randombytes_salsa20
has been renamed torandombytes_internal
.- ๐ Support for NativeClient has been removed.
- Most
((nonnull))
attributes have been relaxed to allow 0-length inputs
to beNULL
. - The
-ftree-vectorize
and-ftree-slp-vectorize
compiler switches are
โก๏ธ now used, if available, for optimized builds.
-
v1.0.17 Changes
January 07, 2019- ๐ 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.
- Portability improvements.
- โ Test vectors from Project Wycheproof have been added.
- ๐ New low-level APIs for arithmetic mod the order of the prime order group:
crypto_core_ed25519_scalar_random()
,crypto_core_ed25519_scalar_reduce()
,
crypto_core_ed25519_scalar_invert()
,crypto_core_ed25519_scalar_negate()
,
crypto_core_ed25519_scalar_complement()
,crypto_core_ed25519_scalar_add()
andcrypto_core_ed25519_scalar_sub()
. - New low-level APIs for scalar multiplication without clamping:
crypto_scalarmult_ed25519_base_noclamp()
andcrypto_scalarmult_ed25519_noclamp()
. These new APIs are especially useful for blinding. sodium_sub()
has been implemented.- ๐ Support for WatchOS has been added.
getrandom(2)
is now used on FreeBSD 12+.- The
nonnull
attribute has been added to all relevant prototypes. - More reliable AVX512 detection.
- ๐ Javascript/Webassembly builds now use dynamic memory growth.
- ๐ Bug fix:
-
v1.0.16 Changes
December 13, 2017- ๐ Signatures computations and verifications are now way faster on 64-bit platforms with compilers supporting 128-bit arithmetic (gcc, clang, icc). This includes the WebAssembly target.
- New low-level APIs for computations over edwards25519:
crypto_scalarmult_ed25519()
,crypto_scalarmult_ed25519_base()
,crypto_core_ed25519_is_valid_point()
,crypto_core_ed25519_add()
,
crypto_core_ed25519_sub()
andcrypto_core_ed25519_from_uniform()
(elligator representative to point). crypto_sign_open()
,crypto_sign_verify_detached() and
crypto_sign_edwards25519sha512batch_open` now reject public keys in non-canonical form in addition to low-order points.- 0๏ธโฃ The library can be built with
ED25519_NONDETERMINISTIC
defined in order to use synthetic nonces for EdDSA. This is disabled by default. - Webassembly:
crypto_pwhash_*()
functions are now included in non-sumo builds. sodium_stackzero()
was added to wipe content off the stack.- 0๏ธโฃ Android: support new SDKs where unified headers have become the default.
- ๐ The Salsa20-based PRNG example is now thread-safe on platforms with support for thread-local storage, optionally mixes bits from RDRAND.
- CMAKE: static library detection on Unix systems has been improved (thanks to @BurningEnlightenment, @nibua-r, @mellery451)
- ๐ง Argon2 and scrypt are slightly faster on Linux.
-
v1.0.15 Changes
October 01, 2017- The default password hashing algorithm is now Argon2id. The
pwhash_str_verify()
function can still verify Argon2i hashes without any changes, andpwhash()
can still compute Argon2i hashes as well. - ๐ The aes128ctr primitive was removed. It was slow, non-standard, not authenticated, and didn't seem to be used by any opensource project.
- ๐ Argon2id required at least 3 passes like Argon2i, despite a minimum of
1
as defined by theOPSLIMIT_MIN
constant. This has been fixed. - The secretstream construction was slightly changed to be consistent with forthcoming variants.
- ๐ The Javascript and Webassembly versions have been merged, and the module now returns a
.ready
promise that will resolve after the Webassembly code is loaded and compiled. - Note that due to these incompatible changes, the library version major was bumped up.
- The default password hashing algorithm is now Argon2id. The
-
v1.0.14 Changes
September 21, 2017- iOS binaries should now be compatible with WatchOS and TVOS.
- ๐ WebAssembly is now officially supported. Special thanks to @facekapow and @pepyakin who helped to make it happen.
- Internal consistency checks failing and primitives used with dangerous/out-of-bounds/invalid parameters used to call abort(3). Now, a custom handler that doesn't return can be set with the
set_sodium_misuse()
function. It still aborts by default or if the handler ever returns. This is not a replacement for non-fatal, expected runtime errors. This handler will be only called in unexpected situations due to potential bugs in the library or in language bindings. *_MESSAGEBYTES_MAX
macros (and the corresponding_messagebytes_max()
symbols) have been added to represent the maximum message size that can be safely handled by a primitive. Language bindings are encouraged to check user inputs against these maximum lengths.- โ The test suite has been extended to cover more edge cases.
crypto_sign_ed25519_pk_to_curve25519()
now rejects points that are not on the curve, or not in the main subgroup.- โก๏ธ Further changes have been made to ensure that smart compilers will not optimize out code that we don't want to be optimized.
- Visual Studio solutions are now included in distribution tarballs.
- โ The
sodium_runtime_has_*
symbols for CPU features detection are now defined as weak symbols, i.e. they can be replaced with an application-defined implementation. This can be useful to disable AVX* when temperature/power consumption is a concern. crypto_kx_*()
now aborts if called with no non-NULL pointers to store keys to.- ๐ SSE2 implementations of
crypto_verify_*()
have been added. - Passwords can be hashed using a specific algorithm with the new
crypto_pwhash_str_alg()
function. - Due to popular demand, base64 encoding (
sodium_bin2base64()
) and decoding (sodium_base642bin()
) have been implemented. - A new
crypto_secretstream_*()
API was added to safely encrypt files and multi-part messages. - The
sodium_pad()
andsodium_unpad()
helper functions have been added in order to add & remove padding. - โก๏ธ An AVX512 optimized implementation of Argon2 has been added (written by Ondrej Mosnรกฤek, thanks!)
- The
crypto_pwhash_str_needs_rehash()
function was added to check if a password hash string matches the given parameters, or if it needs an update. - The library can now be compiled with recent versions of emscripten/binaryen that don't allow multiple variables declarations using a single
var
statement.
-
v1.0.13 Changes
July 15, 2017- ๐ Javascript: the sumo builds now include all symbols. They were previously limited to symbols defined in minimal builds.
- The public
crypto_pwhash_argon2i_MEMLIMIT_MAX
constant was incorrectly defined on 32-bit platforms. This has been fixed. - ๐ Version 1.0.12 didn't compile on OpenBSD/i386 using the base gcc compiler. This has been fixed.
- โก๏ธ The Android compilation scripts have been updated for NDK r14b.
- โก๏ธ armv7s-optimized code was re-added to iOS builds.
- โก๏ธ An AVX2 optimized implementation of the Argon2 round function was added.
- The Argon2id variant of Argon2 has been implemented. The high-level
crypto_pwhash_str_verify()
function automatically detects the algorithm and can verify both Argon2i and Argon2id hashed passwords.
0๏ธโฃ The default algorithm for newly hashed passwords remains Argon2i in this version to avoid breaking compatibility with verifiers running libsodium <= 1.0.12. - A
crypto_box_curve25519xchacha20poly1305_seal*()
function set was implemented. - ๐ scrypt was removed from minimal builds.
- libsodium is now available on NuGet.
-
v1.0.12 Changes
March 13, 2017- Ed25519ph was implemented, adding a multi-part signature API (
crypto_sign_init()
,crypto_sign_update()
,crypto_sign_final_*()
). - ๐ New constants and related accessors have been added for Scrypt and Argon2.
- XChaCha20 has been implemented. Like XSalsa20, this construction extends the ChaCha20 cipher to accept a 192-bit nonce. This makes it safe to use ChaCha20 with random nonces.
crypto_secretbox
,crypto_box
andcrypto_aead
now offer variants leveraging XChaCha20.- SHA-2 is about 20% faster, which also gives a speed boost to signature and signature verification.
- ๐ AVX2 implementations of Salsa20 and ChaCha20 have been added. They are twice as fast as the SSE2 implementations. The speed gain is even more significant on Windows, that previously didn't use vectorized implementations.
- ๐ New high-level API:
crypto_kdf
, to easily derive one or more subkeys from a master key. - Siphash with a 128-bit output has been implemented, and is available as
crypto_shorthash_siphashx_*
. - ๐ New
*_keygen()
helpers functions have been added to create secret keys for all constructions. This improves code clarity and can prevent keys from being partially initialized. - A new
randombytes_buf_deterministic()
function was added to deterministically fill a memory region with pseudorandom data. This function can especially be useful to write reproducible tests. - A
crypto_kx_*()
API was added to compute shared session keys. - AVX2 detection is more reliable.
- The pthreads library is not required any more when using MingW.
contrib/Findsodium.cmake
was added as an example to include libsodium in a project using cmake.- โช Compatibility with gcc 2.x has been restored.
- Minimal builds can be checked using
sodium_library_minimal()
. - The
--enable-opt
compilation switch has become compatible with more platforms. - ๐ Android builds are now using clang on platforms where it is available.
- Ed25519ph was implemented, adding a multi-part signature API (
-
v1.0.11 Changes
July 31, 2016sodium_init()
is now thread-safe, and can be safely called multiple times.- ๐ Android binaries now properly support 64-bit Android, targeting platform 24, but without breaking compatibility with platforms 16 and 21.
- ๐ Better support for old gcc versions.
- On FreeBSD, core dumps are disabled on regions allocated with sodium allocation functions.
- ๐ AVX2 detection was fixed, resulting in faster BLAKE2b hashing on platforms where it was not properly detected.
- ๐ The Sandy2x Curve25519 implementation was not as fast as expected on some platforms. This has been fixed.
- โก๏ธ The NativeClient target was improved. Most notably, it now supports optimized implementations, and uses
pepper_49
by default. - 0๏ธโฃ The library can be compiled with recent Emscripten versions. Changes have been made to produce smaller code, and the default heap size was reduced in the standard version.
- The code can now be compiled on SLES11 service pack 4.
- Decryption functions can now accept a NULL pointer for the output. This checks the MAC without writing the decrypted message.
crypto_generichash_final()
now returns-1
if called twice.- ๐ Support for Visual Studio 2008 was improved.
-
v1.0.10 Changes
April 04, 2016- ๐ This release only fixes a compilation issue reported with some older gcc versions. There are no functional changes over the previous release.