boringssl/crypto/ecdsa
David Benjamin bd42603943 Add a convenience function for i2d compatibility wrappers.
An i2d compatibility function is rather long, so add CBB_finish_i2d for
part of it. It takes a CBB as input so only a 'marshal' function is
needed, rather than a 'to_bytes' one.

Also replace the *inp d2i update pattern with a slightly shorter one.

Change-Id: Ibb41059c9532f6a8ce33460890cc1afe26adc97c
Reviewed-on: https://boringssl-review.googlesource.com/6868
Reviewed-by: Adam Langley <agl@google.com>
2016-02-16 19:40:53 +00:00
..
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
ecdsa_asn1.c Add a convenience function for i2d compatibility wrappers. 2016-02-16 19:40:53 +00:00
ecdsa_test.cc Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits. 2016-02-03 23:26:42 +00:00
ecdsa.c Remove a trailing ^M (DOS newline). 2016-01-16 04:08:14 +00:00