-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial
ECP keypair utility functions
- Loading branch information
Showing
10 changed files
with
661 additions
and
100 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Features | ||
* Add utility functions to manipulate mbedtls_ecp_keypair objects, filling | ||
gaps made by making its fields private: mbedtls_ecp_set_public_key(), | ||
mbedtls_ecp_write_public_key(), mbedtls_ecp_keypair_calc_public(), | ||
mbedtls_ecp_keypair_get_group_id(). Fixes #5017, #5441, #8367, #8652. |
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.