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> |
||
---|---|---|
.. | ||
aes | ||
bn | ||
cipher | ||
des | ||
digest | ||
ec | ||
ecdsa | ||
hmac | ||
md4 | ||
md5 | ||
modes | ||
policydocs | ||
rand | ||
rsa | ||
sha | ||
bcm.c | ||
CMakeLists.txt | ||
delocate.h | ||
FIPS.md | ||
intcheck1.png | ||
intcheck2.png | ||
intcheck3.png | ||
is_fips.c |