-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: add rust support #963
Conversation
…ial-providers-library into ajewell/rust
…ial-providers-library into ajewell/rust
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good overall.
Left a few comments to update Cargo.toml in all projects. A few other nits.
My main comment is to update the test vectors for AES192 to remove Algorithm Suites as well.
Update: I know why the AES192 algorithm suites problem didn't come up in Test Vectors, because we aren't actually running interop tests in Rust. This should include Rust and the library_interop_tests.yml
should be similar to the one in the ESDK.
Note: The ESDK one doesn't support Python yet but you don't need to worry about that.
TestVectorsAwsCryptographicMaterialProviders/runtimes/rust/Cargo.toml
Outdated
Show resolved
Hide resolved
...ders/dafny/TestVectorsAwsCryptographicMaterialProviders/src/VectorsComposition/AllRawAES.dfy
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment to update Cargo.toml
for ComAmazonawsDynamodb
. Approved as well.
Issue #, if available:
Description of changes:
Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.