51073ce055
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 <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> |
||
---|---|---|
.. | ||
asm | ||
ec_key.c | ||
ec_montgomery.c | ||
ec_test.cc | ||
ec.c | ||
internal.h | ||
oct.c | ||
p224-64.c | ||
p256-64.c | ||
p256-x86_64_test.cc | ||
p256-x86_64_tests.txt | ||
p256-x86_64-table.h | ||
p256-x86_64.c | ||
p256-x86_64.h | ||
simple.c | ||
util-64.c | ||
wnaf.c |