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

elliptic-curve v0.11.10 #923

Closed
wants to merge 2 commits into from
Closed

elliptic-curve v0.11.10 #923

wants to merge 2 commits into from

Commits on Jan 27, 2022

  1. Revert "Implement ZeroizeOnDrop on appropriate items (#884)"

    This reverts commit e5b9920.
    tarcieri committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cae1cdf View commit details
    Browse the repository at this point in the history
  2. elliptic-curve v0.11.10

    We've received a number of complaints about `zeroize` compatibility
    (see RustCrypto/utils#723), which was exacerbated by #884 which bumped
    the `zeroize` version within a minor version series.
    
    I had hoped the cargo resolver would've been able to select an older
    compatible version of zeroize in these cases, but I've gotten a lot of
    reports that isn't happening.
    
    This release reverts #884 in hopes of supporting a wider range of
    `zeroize` versions for now. It's technically breaking in the event
    anyone is actually depending on `ZeroizeOnDrop` marker traits on these
    types, but it seems we've already broken things for current users and
    that's the much higher impact issue.
    tarcieri committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cad4e11 View commit details
    Browse the repository at this point in the history