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

Migrate to rsa 0.6 and chacha20poly1305 0.10 #303

Merged
merged 2 commits into from
Sep 3, 2022
Merged

Conversation

str4d
Copy link
Owner

@str4d str4d commented Mar 21, 2022

This brings us onto Rust Crypto crates with MSRV 1.56 or lower.

Closes #304.

@str4d str4d added this to the rage 0.8.0 milestone Mar 21, 2022
@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #303 (885b90f) into main (a86fb04) will decrease coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #303      +/-   ##
==========================================
- Coverage   37.74%   37.63%   -0.12%     
==========================================
  Files          34       34              
  Lines        2999     3000       +1     
==========================================
- Hits         1132     1129       -3     
- Misses       1867     1871       +4     
Impacted Files Coverage Δ
age-core/src/primitives.rs 92.85% <ø> (ø)
age/src/primitives/stream.rs 61.60% <ø> (-0.79%) ⬇️
age/src/ssh/identity.rs 51.88% <ø> (ø)
age/src/ssh/recipient.rs 67.85% <ø> (ø)
age/src/primitives.rs 50.00% <0.00%> (-8.34%) ⬇️
age/src/identity.rs 65.62% <0.00%> (-1.57%) ⬇️
age/src/primitives/armor.rs 41.47% <0.00%> (-0.20%) ⬇️
age/src/format.rs 50.54% <0.00%> (ø)
age-core/src/format.rs 61.94% <0.00%> (+0.74%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@str4d str4d changed the title Migrate to pre-releases of chacha20poly1305 and rsa Migrate to rsa 0.6 and chacha20poly1305 0.10 Sep 3, 2022
@str4d str4d merged commit f834da2 into main Sep 3, 2022
@str4d str4d deleted the rust-crypto-1.56 branch September 3, 2022 15:43
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

Successfully merging this pull request may close these issues.

Migrate to non-pre-release versions of chacha20poly1305 and rsa
1 participant