Sign in
boringssl
/
boringssl
/
4188c3f49552bfea3b740b3007fdcb096d21cae1
/
crypto
/
fipsmodule
/
ecdsa
/
ecdsa_test.cc
fbec517
Better test boundary cases of ec_cmp_x_coordinate.
by David Benjamin
· 6 years ago
42a8cbe
Remove ECDSA_sign_setup and friends.
by David Benjamin
· 7 years ago
8db94be
Add ECDSA tests for custom curves.
by David Benjamin
· 7 years ago
238c274
Capitalization nit.
by David Benjamin
· 7 years ago
808f832
Run the comment converter on libcrypto.
by David Benjamin
· 7 years ago
d91e1ef
Convert ECDSA tests to GTest.
by David Benjamin
· 8 years ago
aacb72c
Move ec/ and ecdsa/ into fipsmodule/
by Adam Langley
· 8 years ago
[Renamed from crypto/ecdsa/ecdsa_test.cc]
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 8 years ago
10f97f3
Revert "Move C++ helpers into |bssl| namespace."
by Adam Langley
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
9819367
Remove some easy obj.h dependencies.
by David Benjamin
· 9 years ago
168297e
Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits.
by Brian Smith
· 9 years ago
5aae776
Remove calls to ERR_load_crypto_strings.
by David Benjamin
· 9 years ago
a3d9de0
Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.
by Brian Smith
· 9 years ago
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 9 years ago
183eba4
Convert ecdsa_test to the new ECDSA_SIG API.
by David Benjamin
· 10 years ago
7244fa4
Expose ECDSA_SIG_max_len to size a DER ECDSA-Sig-Value.
by David Benjamin
· 10 years ago
daf2c5d
Convert ecdsa_test to C++.
by David Benjamin
· 10 years ago