-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(mbedtls): sync with new C mbedtls API
update src - revert unnessary format changes - add `SslStates` - add special case handling in `Read` and `AsyncRead` - update code to sync with new C mbedtls API - some fields become private and renamed with prefix: `private_` - some functions need RNG now: - Pk::from_private_key - Pk::private_from_ec_components - add `mbedtls_psa_external_get_random` update tests - add `hyper_async` test for testing async and hyper14 - update old tests code to sync with new C mbedtls API - revert unnessary format changes
- Loading branch information
Showing
38 changed files
with
3,519 additions
and
2,600 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.