gidget icon indicating copy to clipboard operation
gidget copied to clipboard

Update sodium-native requirement from ^3.3.0 to ^3.4.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

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

v3.2.0

  • Add missing napi prototype 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_* APIs

v3.1.1

  • Bump prebuildify. Electron no longer needs a custom napi build

v3.1.0

  • Add explicit sodium.sodium_free(buf) to free the memory backed by a secure buffer. This uses the detach semantics known from .transfer in 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_malloc returns 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_MAX and crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX as BigInts

v3.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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 10 '22 06:08 dependabot[bot]