-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid redundant EC_KEY tests on key generation (#45)
+ Use EC_KEY_set_public_key with an EC_POINT created by SCOSSL, rather than using EC_KEY_set_public_key_affine_coordinates, which also performs validation that SymCrypt has already taken care of
- Loading branch information
1 parent
055d83b
commit b1e5905
Showing
1 changed file
with
34 additions
and
6 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