gidget
gidget copied to clipboard
Update sodium-native requirement from ^3.3.0 to ^3.4.1
Updates the requirements on sodium-native to permit the latest version.
Changelog
Sourced from sodium-native's changelog.
v3.4.1
- Fixed intel prebuild to still support sse (performance enhancement)
v3.4.0
- Added experimental key tweaking api for signing.
v3.3.0
- Moved to a static build to reduce build complexity and allow more platforms for our prebuilds.
v3.2.1
- Normalised and typo fixed error messages (Thanks
@martinheidegger)v3.2.0
- Add missing
napiprototype for Node v10- Make "missing" checks behave like Javascript (
x == null)- Typo in error message (Thanks
@christianbundy)- Add missing
crypto_stream_xchacha20_*crypto_stream_salsa20_*APIsv3.1.1
- Bump
prebuildify. Electron no longer needs a custom napi buildv3.1.0
- Add explicit
sodium.sodium_free(buf)to free the memory backed by a secure buffer. This uses the detach semantics known from.transferin the browser and from Node worker threads. This is a no-op on older versions of Node and is currently pending backporting to Node 10.x- External memory book-keeping. For every secure buffer we now increment the external memory of node by 16 kb to better hint the garbage collector about the true consumption of secure buffers. This is not exactly representative if more than a page of system memory is allocated by the user nor if the system page size is not 4kb.
- Throw an exception of
sodium_mallocreturns a NULL pointer (eg unable to allocate secure memory).- Expose new APIs and associated constants:
crypto_stream_chacha20,crypto_stream_chacha20_ietf,crypto_aead_chacha20,crypto_aead_chacha20_ietf,- Expose
crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX,crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAXandcrypto_aead_chacha20poly1305_MESSAGEBYTES_MAXasBigIntsv3.0.1
- Fixed an issue that caused an assert error if an async callback threw an exception.
v3.0.0
- Updated to use n-api (
@chm-diederichs).- Removed object instance apis and replaced them with init, update, final methods.
- Bumped dev dependencies.
- Bumped libsodium to 1.0.18.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)