facebook / opaque-ke

An implementation of the OPAQUE password-authenticated key exchange protocol
Apache License 2.0
300 stars 46 forks source link

Update voprf requirement from =0.4.0-pre.3 to =0.4.0 #294

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on voprf to permit the latest version.

Release notes

Sourced from voprf's releases.

v0.4.0-pre.4

What's Changed

New Contributors

Full Changelog: https://github.com/novifinancial/voprf/compare/v0.4.0-pre.3...v0.4.0-pre.4

Changelog

Sourced from voprf's changelog.

0.4.0-pre.4 (July 9, 2022)

  • Updated to be in sync with draft-irtf-cfrg-voprf-11
  • Adds the evaluate() function to the servers to calculate the output of the OPRF directly
  • Renames the former evaluate() function to blind_evaluate to match the spec
  • Fixes the order of parameters for PoprfClient::blind to align it with the other clients

0.4.0-pre.3 (July 1, 2022)

  • Updated to be in sync with draft-irtf-cfrg-voprf-10, with the only difference from -09 being a constant string change

0.4.0-pre.2 (April 21, 2022)

  • Exposes the derive_key function under the "danger" feature

0.4.0-pre.1 (April 1, 2022)

  • Updated to be in sync with draft-irtf-cfrg-voprf-09, with the addition of the POPRF mode
  • Added support for running the API without performing allocations
  • Revamped the way the Group trait was used, so as to be more easily extendable to other groups
  • Added common traits for each public-facing struct, including serde support

0.3.0 (October 25, 2021)

  • Updated to be in sync with draft-irtf-cfrg-voprf-08

0.2.0 (October 18, 2021)

  • Removed the CipherSuite interface
  • Added the "danger" feature for exposing internal functions
  • General improvements to the group interface

0.1.0 (September 29, 2021)

  • Initial release
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)
daxpedda commented 1 year ago

This is handled by https://github.com/novifinancial/opaque-ke/pull/288.

dependabot[bot] commented 1 year ago

Looks like voprf is up-to-date now, so this is no longer needed.