-
Notifications
You must be signed in to change notification settings - Fork 50
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
Pull in commit history of our ring compatible library #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adding ring's test harness along with the digest test file
Decrypt working
File has been renamed.
Basic Rust bindings for Digest
Add `Drop` for `EVP_MD_CTX`
* Refactor RSA * add docs comments * Refactor RSA verify operation
* attempt at making aead threadlocal * apply diff given for context recreation on demand * add traits assertion tests * add test to test thread safeness * Multithreaded test of Sync * Link-time optimization for bench * remove move from aead thread test * make thread_local a temporary default feature Co-authored-by: Justin Smith <justsmth@amazon.com>
add sync and tests for hmac key
* Migrate to ParseCallbacks for Rust bindgen modifications * sync aws-lc dependency
* Add Ring's io module * Feature flag for Ring's IO module * Migrate to ParseCallbacks for Rust bindgen modifications (#72) * Migrate to ParseCallbacks for Rust bindgen modifications * sync aws-lc dependency Co-authored-by: Sean McGrail <549813+skmcgrail@users.noreply.github.com>
* Make HMAC Keys stack allocatable, but temporarily refactor HKDF keys * remove additional structure file * refactor small parts of HMAC * make hkdf stack allocatable * make info passed into HKDF allocated on the stack Co-authored-by: Justin Smith <justsmth@amazon.com>
* Fix StdError compat; add hkdf test * Fix typo
* Fix StdError compat; add hkdf test * Address clippy lints * Open zeroize dependency to 1.x * Add missing pub constant: ED25519_PUBLIC_KEY_LEN
justsmth
approved these changes
Nov 2, 2022
skmcgrail
referenced
this pull request
in skmcgrail/aws-lc-rs
May 17, 2023
CBC & CTR implementations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
N/A
Description of changes:
N/A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.