Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.1 - draft-11 compatible, builds on latest Rust #135

Merged
merged 26 commits into from
Sep 24, 2024

Commits on Dec 10, 2022

  1. Fix Clippy (facebook#85)

    daxpedda committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    6913b5d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Update curve25519-dalek to 4.0.0-pre.5 (facebook#86)

    * Update `curve25519-dalek`
    
    * Improve documentation
    daxpedda committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    1691125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f60a10 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Upgrade p256 to v0.12 (facebook#90)

    * Upgrade `p256` to v0.12
    
    * Upgrade MSRV to 1.60
    
    (cherry picked from commit daa8dc0)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a987a23 View commit details
    Browse the repository at this point in the history
  2. Replace json with serde_json (facebook#92)

    (cherry picked from commit c8de516)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    3405773 View commit details
    Browse the repository at this point in the history
  3. Fix Clippy (facebook#96)

    (cherry picked from commit 74eaebe)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    26dcfdf View commit details
    Browse the repository at this point in the history
  4. Depend on ProjectivePoint: ToEncodedPoint (facebook#95)

    (cherry picked from commit 0409db6)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    06bd7d5 View commit details
    Browse the repository at this point in the history
  5. Update curve25519-dalek (facebook#94)

    (cherry picked from commit 2787151)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    40bcbb2 View commit details
    Browse the repository at this point in the history
  6. Use explicit crate features (facebook#100)

    (cherry picked from commit 5bce3e3)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6c97fb7 View commit details
    Browse the repository at this point in the history
  7. Bump curve25519-dalek to v4.0.0-rc.1 (facebook#102)

    (cherry picked from commit 8363d26)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    68829f6 View commit details
    Browse the repository at this point in the history
  8. Test P-384 (facebook#84)

    (cherry picked from commit 83eb78b)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e988f56 View commit details
    Browse the repository at this point in the history
  9. Update RustCrypto dependencies to v0.13 (facebook#106)

    (cherry picked from commit 8b895cc)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6a64fa9 View commit details
    Browse the repository at this point in the history
  10. Update curve25519-dalek requirement from =4.0.0-rc.1 to =4.0.0-rc.2 (f…

    …acebook#108)
    
    Updates the requirements on [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version.
    - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
    - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/main/CHANGELOG.md)
    - [Commits](dalek-cryptography/curve25519-dalek@4.0.0-rc.1...4.0.0-rc.2)
    
    ---
    updated-dependencies:
    - dependency-name: curve25519-dalek
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 4bd2cf4)
    dependabot[bot] authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9bf0a44 View commit details
    Browse the repository at this point in the history
  11. Updating dual-license language (facebook#110)

    (cherry picked from commit f79ebf9)
    kevinlewi authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7a2020e View commit details
    Browse the repository at this point in the history
  12. Bump curve25519-dalek to v4.0.0-rc.3 (facebook#113)

    (cherry picked from commit 209b957)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2ad47f8 View commit details
    Browse the repository at this point in the history
  13. Bump curve25519-dalek to v4 (facebook#116)

    (cherry picked from commit 0fdfdfd)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f399c96 View commit details
    Browse the repository at this point in the history
  14. Fixing clippy IntoIterator warnings (facebook#123)

    (cherry picked from commit c0162ec)
    kevinlewi authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    24eddd5 View commit details
    Browse the repository at this point in the history
  15. Bump actions/checkout from 3 to 4 (facebook#120)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 8da5684)
    dependabot[bot] authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7e443c8 View commit details
    Browse the repository at this point in the history
  16. Updating setup-rust-action (facebook#125)

    (cherry picked from commit 59e3fed)
    kevinlewi authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    88d9366 View commit details
    Browse the repository at this point in the history
  17. Test P-521 (facebook#127)

    (cherry picked from commit 68cc7d3)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    834fe58 View commit details
    Browse the repository at this point in the history
  18. Fix ambiguous lifetime elision (facebook#131)

    (cherry picked from commit 40769f7)
    daxpedda authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b960f9a View commit details
    Browse the repository at this point in the history
  19. Bump actions/cache from 3 to 4 (facebook#132)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit c93884a)
    dependabot[bot] authored and cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0624c32 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    45eb587 View commit details
    Browse the repository at this point in the history
  21. Fix Clippy warnings

    cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a2db7f4 View commit details
    Browse the repository at this point in the history
  22. More fixups, tests passing

    cyyynthia committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    34ac51a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    9f5e791 View commit details
    Browse the repository at this point in the history