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

Release a new version of chacha20poly1305 now that zeroize is not blocked to <1.5 #400

Closed
poliorcetics opened this issue Mar 11, 2022 · 5 comments

Comments

@poliorcetics
Copy link

Without this, it is not possible to use this crate in the same dependency tree as https://github.com/RustCrypto/RSA since it has num-bigint-dig v0.8.1 which needs zeroize >= 1.5

@poliorcetics poliorcetics changed the title Release a new version now that zeroize is not blocked to <1.5 Release a new version of chacha20poly1305 now that zeroize is not blocked to <1.5 Mar 11, 2022
@poliorcetics
Copy link
Author

This also needs to update the dependency on chacha20 to version 0.9.0 at least

@tarcieri
Copy link
Member

See the master tracking issue here: RustCrypto/utils#723

@poliorcetics
Copy link
Author

I think everything has been updated, a new version should be published to make it available to people using crates.io

@tarcieri
Copy link
Member

I can cut a prerelease if that's helpful. However, the next final release with a minor version bump would ideally include a new release of poly1305 based on universal-hash v0.5

@tarcieri
Copy link
Member

I cut a v0.10.0-pre release: #406

We'll hopefully have a final release out soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants