boringssl/crypto/ecdsa
Adam Langley 449f16b947 Change ECDSA_METHOD's size() to group_order_size()
The |size| method was documented to return the same as |ECDSA_size| -
the max size of an ECDSA signature. However, this involves some ASN.1
calculations which is best done once. What custom implementations want
to give is the size of the group order on which the ASN.1 computations
are based.

This change switches the |size| method to allow that.

Change-Id: I95b6e0c2b52bfcd0d74850c2c4e9bc01269255e2
Reviewed-on: https://boringssl-review.googlesource.com/1200
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2014-07-15 22:26:08 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
ecdsa_asn1.c Change ECDSA_METHOD's size() to group_order_size() 2014-07-15 22:26:08 +00:00
ecdsa_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
ecdsa_test.c Inital import. 2014-06-20 13:17:32 -07:00
ecdsa.c Fix OPENSSL_PUT_ERROR typos. 2014-07-11 18:16:35 +00:00