-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I really need to resurrect the CL to make them entirely static (https://crbug.com/boringssl/20), but, in the meantime, to make replacing the EC_METHOD pointer in EC_POINT with EC_GROUP not *completely* insane, make them refcounted. OpenSSL did not do this because their EC_GROUPs are mutable (EC_GROUP_set_asn1_flag and EC_GROUP_set_point_conversion_form). Ours are immutable but for the two-function dance around custom curves (more of OpenSSL's habit of making their objects too complex), which is good enough to refcount. Change-Id: I3650993737a97da0ddcf0e5fb7a15876e724cadc Reviewed-on: https://boringssl-review.googlesource.com/22244 Reviewed-by: Adam Langley <[email protected]> Commit-Queue: David Benjamin <[email protected]> CQ-Verified: CQ bot account: [email protected] <[email protected]>
- Loading branch information
1 parent
d24fd47
commit 51073ce
Showing
7 changed files
with
11 additions
and
78 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
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
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