Version 1.0.21
This point release includes all the changes from 1.0.20-stable, which
include a security fix for the crypto_core_ed25519_is_valid_point()
function, as well as two new sets of functions:
crypto_ipcrypt_* functions implement mechanisms for securely
encrypting and anonymizing IP addresses as specified in https://ipcrypt-std.github.iosodium_bin2ip and sodium_ip2bin helper functions have been added
to complement the crypto_ipcrypt_* functions and easily convert addresses
between bytes and strings.crypto_xof_shake* and crypto_xof_turboshake* functions
are standard extendable output functions. From input of any length, they can
derive output of any length with the same properties as hash functions. These
primitives are required by many post-quantum mechanisms, but can also be used
for a wide range of applications, including key derivation, session encryption
and more.Version 1.0.20-stable
crypto_core_ed25519_is_valid_point() now properly
rejects small-order points that are not in the main subgroup((nonnull)) attributes have been relaxed on some crypto_stream*
functions to allow NULL output buffers when the output length is zerocrypto_aead_aes256gcm_is_available is exported to JavaScriptPlease log in to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'ignored'.
remi edited this update.
remi edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.