Skip to content

Conversation

@dependabot-preview
Copy link

Bumps paragonie/sodium_compat from 1.7.0 to 1.11.3.

Release notes

Sourced from paragonie/sodium_compat's releases.

Version 1.11.3

  • Complete fix for #99

Version 1.11.2

Workaround for Windows-specific issues with defined() and define().

Version 1.11.1

  • Fixed an issue with sodium_base642bin() and sodium_bin2base64() erroneously returning "" when an input was falsy, rather than strictly checking for empty string inputs.

Version 1.11.0

  • #91, #93, #96 - We now use PHPStan in addition to Psalm in Travis CI
  • #92, #95 - Added missing features from polyfill
    • sodium_add()
    • sodium_base642bin()
    • sodium_bin2base64()
    • sodium_crypto_kdf_derive_from_key()
    • sodium_crypto_kdf_keygen()
    • sodium_crypto_kx_client_session_keys()
    • sodium_crypto_kx_keypair()
    • sodium_crypto_kx_publickey()
    • sodium_crypto_kx_secretkey()
    • sodium_crypto_kx_seed_keypair()
    • sodium_crypto_kx_server_session_keys()
    • sodium_crypto_pwhash_str_needs_rehash()
    • sodium_crypto_secretstream_xchacha20poly1305_keygen()
    • sodium_crypto_secretstream_xchacha20poly1305_init_push()
    • sodium_crypto_secretstream_xchacha20poly1305_push()
    • sodium_crypto_secretstream_xchacha20poly1305_init_pull()
    • sodium_crypto_secretstream_xchacha20poly1305_pull()
    • sodium_crypto_secretstream_xchacha20poly1305_rekey()
    • sodium_crypto_sign_keypair_from_secretkey_and_publickey()
    • sodium_pad()
    • sodium_unpad()

Version 1.10.1

This merely exposes an internal API used by the the XChaCha20 RFC test vectors.

Version 1.10.0

New method:

  • ParagonIE_Sodium_Compat::runtime_speed_test() for estimating if our 32-bit implementation is slow enough to risk timeouts on e.g. Ed25519 verification.
    • Returns TRUE is everything is safe.
    • Returns FALSE if performance is a concern.

Version 1.9.4

  • Applied the same optimizations from ParagonIE_Sodium_Core32_Int64 to ParagonIE_Sodium_Core32_Int32. This won't have as much of an impact on performance as v1.9.2 did, but it helps.

Version 1.9.3

Almost identical to v1.9.2 except I added a type-hint so Psalm won't report a false positive to projects that use our library.

... (truncated)
Commits
  • 275cca1 Pasto
  • 1e318a3 Force autoloader before php72compat.php
  • 900c8b3 Don't attempt to define() unless the target exists.
  • 80050fc Don't include constants file if constants are defined
  • bc07850 Include other constants
  • a385d00 Pedantic fix...
  • 48b9237 PHP 5.3+ -- Use the const keyword to side-step class constant issues.
  • 63c4a80 Add comment clarifying purpose behind assert()
  • 38b611a Fix grammar
  • cc03a1e See #99 - Kick the tires of the SPL autoloader at least once
  • Additional commits viewable in compare view

Dependabot compatibility score

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) from 1.7.0 to 1.11.3.
- [Release notes](https://github.com/paragonie/sodium_compat/releases)
- [Commits](paragonie/sodium_compat@v1.7.0...v1.11.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 18, 2019
@dependabot-preview
Copy link
Author

Superseded by #31.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/paragonie/sodium_compat-1.11.3 branch October 21, 2019 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant