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

crypto: use RustCrypto utils over deprecated rust-crypto #12

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

posborne
Copy link
Contributor

@posborne posborne commented Jun 7, 2017

This change started due to my unfortunate exposure to a bug impacting
the ability for my project to target aarch64:
DaGenix/rust-crypto#383.

In that issue (and in others) it is clear that rust-crypto is now
deprecated in favor of the RustCrypto crates (here we need sha2/hmac).
This change drops in this replacement for rust-crypto.

CC @nastevens

This change started due to my unfortunate exposure to a bug impacting
the ability for my project to target aarch64:
DaGenix/rust-crypto#383.

In that issue (and in others) it is clear that rust-crypto is now
deprecated in favor of the RustCrypto crates (here we need sha2/hmac).
This change drops in this replacement for rust-crypto.

Signed-off-by: Paul Osborne <[email protected]>
@nastevens
Copy link
Contributor

Pretty straight forward - LGTM

@posborne
Copy link
Contributor Author

posborne commented Jun 8, 2017

@durch I believe @nastevens has another larger change currently gated on this one that will be opened once this is merged if you can take a look. That second change will remove the curl dependency which was giving us fits for some of our work on some embedded platforms.

@durch
Copy link
Owner

durch commented Jun 8, 2017

@posborne thanks for this :), merged, and will be published to crates.io in a few minutes

@durch durch merged commit 03ec72b into durch:master Jun 8, 2017
@durch
Copy link
Owner

durch commented Jun 8, 2017

@posborne, @nastevens published

@posborne posborne deleted the feature/switch-to-RustCrypto-utils branch June 9, 2017 18:41
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.

3 participants