Releases: facebook/opaque-ke
Releases · facebook/opaque-ke
v4.0.1
What's Changed
- Fixing docs build + publishing 4.0.1 by @kevinlewi in #409
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Update Readme link by @nikgraf in #368
- Bump MSRV to v1.83 by @daxpedda in #370
- Rework
SecretKeyAPI to facilitate async by @daxpedda in #371 - Add copyright header to
remote_keytest by @daxpedda in #377 - Always create dummy record by @daxpedda in #376
- Enable
curve25519-dalek/serdeby @daxpedda in #375 - Remote OPRF Seed Support by @daxpedda in #373
- SIGMA-I Key Exchange by @daxpedda in #378
- Add missing copyright header by @daxpedda in #382
- Only Store Dummy Public Key by @daxpedda in #374
- Publicly Expose
trait KeyExchangeby @daxpedda in #379 - Update MSRV to v1.85 and edition to 2024 by @daxpedda in #383
- Move Serde De/Serialization to
GroupImplementation by @daxpedda in #380 - Remove Zeroize Tests by @daxpedda in #381
- Update to Clippy v1.89 by @daxpedda in #385
- Updating test vectors to RFC 9807 by @kevinlewi in #386
- Update rustyline requirement from 15 to 17 by @dependabot[bot] in #391
- Re-exporting argon2 and generic_array by @kevinlewi in #387
- Add migration guide to changelog by @daxpedda in #393
- Update criterion requirement from 0.5 to 0.7 by @dependabot[bot] in #394
- Fixing clippy/lint errors by @kevinlewi in #396
- Making full test vector generation deterministic by @kevinlewi in #398
- Fixing generic-array dependency by @kevinlewi in #402
- Resolving zeroize_derive old version issue by @kevinlewi in #406
- Publishing v4.0.0 by @kevinlewi in #407
Full Changelog: v3.0.0...v4.0.0
v4.0.0-pre.0
What's Changed
- Update Readme link by @nikgraf in #368
- Bump MSRV to v1.83 by @daxpedda in #370
- Rework
SecretKeyAPI to facilitate async by @daxpedda in #371 - Add copyright header to
remote_keytest by @daxpedda in #377 - Always create dummy record by @daxpedda in #376
- Enable
curve25519-dalek/serdeby @daxpedda in #375 - Remote OPRF Seed Support by @daxpedda in #373
- SIGMA-I Key Exchange by @daxpedda in #378
- Add missing copyright header by @daxpedda in #382
- Only Store Dummy Public Key by @daxpedda in #374
- Publicly Expose
trait KeyExchangeby @daxpedda in #379 - Update MSRV to v1.85 and edition to 2024 by @daxpedda in #383
- Move Serde De/Serialization to
GroupImplementation by @daxpedda in #380 - Remove Zeroize Tests by @daxpedda in #381
- Update to Clippy v1.89 by @daxpedda in #385
- Updating test vectors to RFC 9807 by @kevinlewi in #386
- Update rustyline requirement from 15 to 17 by @dependabot[bot] in #391
- Re-exporting argon2 and generic_array by @kevinlewi in #387
- Add migration guide to changelog by @daxpedda in #393
Full Changelog: v3.0.0...v4.0.0-pre.0
v3.0.0
What's Changed
- Fix Clippy by @daxpedda in #289
- Add Dependabot by @daxpedda in #287
- Bump actions/checkout from 2 to 3 by @dependabot in #291
- Bump actions/cache from 2 to 3 by @dependabot in #292
- Update dependencies by @daxpedda in #288
- Fix CI by @daxpedda in #298
- Rename
X25519toCurve25519by @daxpedda in #302 - Update
curve25519-dalekto 4.0.0-pre.5 by @daxpedda in #301 - Bump
voprfto v0.5.0-pre.2 by @daxpedda in #304 - Only use explicit crate features by @daxpedda in #306
- Publishing v3.0.0-pre.1 by @kevinlewi in #309
- Update
rustylineto v0.11 by @daxpedda in #313 - Update to VOPRF draft version 19 by @daxpedda in #307
- Update
argon2to v0.5 by @daxpedda in #314 - Test P-384 by @daxpedda in #290
- Update scrypt requirement from 0.10 to 0.11 by @dependabot in #315
- Publishing v3.0.0-pre.2 by @kevinlewi in #318
- Bump
voprfto v0.5.0-pre.4 by @daxpedda in #322 - Correctly clamp Curve25519 secret keys by @daxpedda in #323
- Curve25519 test vectors by @daxpedda in #319
- Updating dual-license language by @kevinlewi in #324
- Update criterion requirement from 0.4 to 0.5 by @dependabot in #325
- Update keypair generation to use derive_auth_keypair by @kevinlewi in #326
- Fixing simple_login test to enable argon2 feature by @kevinlewi in #328
- Publishing v3.0.0-pre.3 by @kevinlewi in #327
- Update rustyline requirement from 11 to 12 by @dependabot in #332
- update parameter from sk to private_key by @nikgraf in #329
- Bump
curve25519-dalekto v4.0.0-rc.3 by @daxpedda in #330 - add more resources (WebAssembly and React Native) by @nikgraf in #335
- Publishing v3.0.0-pre.4 by @kevinlewi in #337
- update docs: clarify export_key and session_key length by @nikgraf in #338
- Updating workflow dependencies by @kevinlewi in #342
- Clarifying the persisting of server setup by @kevinlewi in #344
- Add
clippy::doc_markdownby @daxpedda in #346 - Fixing clippy errors by @kevinlewi in #347
- Test P-521 by @daxpedda in #349
- Adding copyright header to generated test file by @kevinlewi in #351
- Update rustyline requirement from 12 to 13 by @dependabot in #352
- Bump actions/cache from 3 to 4 by @dependabot in #354
- Updating voprf dependency by @kevinlewi in #360
- docs: add details for client login final step by @lucab in #358
- Publishing v3.0.0-pre.5 by @kevinlewi in #364
- chore!: align to draft 16, update dependencies by @cyyynthia in #365
- Publishing v3.0.0 by @kevinlewi in #367
New Contributors
- @dependabot made their first contribution in #291
- @nikgraf made their first contribution in #329
- @lucab made their first contribution in #358
- @cyyynthia made their first contribution in #365
Full Changelog: v2.0.0...v3.0.0
v2.1.0-pre.1
What's Changed
- Updating v2 with latest voprf (v0.4.1) release by @kevinlewi in #366
Full Changelog: v2.0.0...v2.1.0-pre.1
v3.0.0-pre.5
What's Changed
- update docs: clarify export_key and session_key length by @nikgraf in #338
- Updating workflow dependencies by @kevinlewi in #342
- Clarifying the persisting of server setup by @kevinlewi in #344
- Add
clippy::doc_markdownby @daxpedda in #346 - Fixing clippy errors by @kevinlewi in #347
- Test P-521 by @daxpedda in #349
- Adding copyright header to generated test file by @kevinlewi in #351
- Update rustyline requirement from 12 to 13 by @dependabot in #352
- Bump actions/cache from 3 to 4 by @dependabot in #354
- Updating voprf dependency by @kevinlewi in #360
- docs: add details for client login final step by @lucab in #358
- Publishing v3.0.0-pre.5 by @kevinlewi in #364
New Contributors
Full Changelog: v3.0.0-pre.4...v3.0.0-pre.5
v1.3.0
What's Changed
- [v1] Re-export curve25519-dalek by @kevinlewi in #348
- Publish v1.3.0 by @kevinlewi in #350
Full Changelog: v1.2.0...v1.3.0
v3.0.0-pre.4
What's Changed
- Update rustyline requirement from 11 to 12 by @dependabot in #332
- update parameter from sk to private_key by @nikgraf in #329
- Bump
curve25519-dalekto v4.0.0-rc.3 by @daxpedda in #330 - add more resources (WebAssembly and React Native) by @nikgraf in #335
- Publishing v3.0.0-pre.4 by @kevinlewi in #337
New Contributors
Full Changelog: v3.0.0-pre.3...v3.0.0-pre.4
v3.0.0-pre.3
What's Changed
- Bump
voprfto v0.5.0-pre.4 by @daxpedda in #322 - Correctly clamp Curve25519 secret keys by @daxpedda in #323
- Curve25519 test vectors by @daxpedda in #319
- Updating dual-license language by @kevinlewi in #324
- Update criterion requirement from 0.4 to 0.5 by @dependabot in #325
- Update keypair generation to use derive_auth_keypair by @kevinlewi in #326
- Fixing simple_login test to enable argon2 feature by @kevinlewi in #328
- Publishing v3.0.0-pre.3 by @kevinlewi in #327
Full Changelog: v3.0.0-pre.2...v3.0.0-pre.3
v0.7.0
What's Changed
- Upgrade zeroize to 1.5 by @nitnelave in #286
- Fix zeroize dependency in a more future-proof fashion by @nitnelave in #321
Full Changelog: v0.6.1...v0.7.0