- 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
- 7967ec5 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
- 6373fab mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
- 4f77674 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 4 months ago
- 6acfc9c mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 4 months ago
- 1888285 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 4 months ago
- 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
- ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
- aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
- 14f0e52 Fix Curve25519 ecp_read_key vectors to match description by Steven Cooreman · 5 years ago
- de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
- 923d579 Add test cases to check rng failure by Jonas · 5 years ago
- efa2ac8 Uniquify test case descriptions by Gilles Peskine · 6 years ago
- 05a708f Add negative tests for Curve25519 by Janos Follath · 6 years ago
- 182b0b9 Add test for ECP multiplication by Janos Follath · 6 years ago
- 54ba3eb ECP: Clarify test descriptions by Janos Follath · 6 years ago
- bf42408 Improve ECP test names by Janos Follath · 6 years ago
- 4ffdbe0 Add more tests for ecp_read_key by Janos Follath · 6 years ago
- 28eb06d ECP: Catch unsupported import/export by Janos Follath · 6 years ago
- ffbd7e8 Improve mbedtls_ecp_point_read_binary tests by Janos Follath · 6 years ago
- 7caf8e4 Add Montgomery points to ecp_point_write_binary by Janos Follath · 6 years ago
- 171a7ef Add mbedtls_ecp_read_key by Janos Follath · 6 years ago
- 59b813c Add Montgomery points to ecp_point_read_binary by Janos Follath · 6 years ago
- 57b684f Add separate test for xxx_free() functions in ECP module by Hanno Becker · 7 years ago
- 12dff03 Test parameter validation for ECP module by Hanno Becker · 7 years ago
- 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
- da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
- b889d3e Clarify & uniformise test comments by Manuel Pégourié-Gonnard · 8 years ago
- 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
- 1631d63 Make muladd_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
- 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
- d3a0ca8 Add tests about number of restarts by Manuel Pégourié-Gonnard · 8 years ago
- 510d5ca Add early return test + fake implementation by Manuel Pégourié-Gonnard · 8 years ago
- 28fff14 Add invalid key tests for curve SECP224K1 by Janos Follath · 9 years ago
- 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
- 23ee4d6 Rm ecp_small tests (use only named groups) by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 6c7af4c Fix a few internal name choices by Manuel Pégourié-Gonnard · 10 years ago
- 30668d6 Add ecp_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
- f87cad9 Fix some curve-specific depends in tests by Manuel Pégourié-Gonnard · 11 years ago
- c042cf0 Fix broken tests due to changed error code by Manuel Pégourié-Gonnard · 11 years ago
- c7a88a9 Fix more depend issues on specific curves by Manuel Pégourié-Gonnard · 11 years ago
- ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 12 years ago
- 18e3ec9 Add support for secp224k1 by Manuel Pégourié-Gonnard · 12 years ago
- f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 12 years ago
- 474c2ce Fixed dependencies for some tests by Paul Bakker · 12 years ago
- fe0af40 Adapt ecp_gen_keypair() to Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
- a0179b8 Change ecp_mul to handle Curve25519 too by Manuel Pégourié-Gonnard · 12 years ago
- 312d2e8 Adapt key checking functions for Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
- 0267e3d Add ecp_curve_info_from_name() by Manuel Pégourié-Gonnard · 12 years ago
- 104ee1d Add ecp_genkey(), prettier wrapper by Manuel Pégourié-Gonnard · 12 years ago
- ff27b7c Tighten ecp_mul() validity checks by Manuel Pégourié-Gonnard · 12 years ago
- e783f06 Start working on mod_p224 by Manuel Pégourié-Gonnard · 12 years ago
- cc67aee Make ecp_mod_p521 a bit faster by Manuel Pégourié-Gonnard · 12 years ago
- d1e7a45 Rework ecp_mod_p192() by Manuel Pégourié-Gonnard · 12 years ago
- 43545c8 Add test vectors for brainpool curves by Manuel Pégourié-Gonnard · 12 years ago
- 420edca Clean up config-suite-b.h thanks to new certs by Manuel Pégourié-Gonnard · 12 years ago
- 456d3b9 Make ECP error codes more specific by Manuel Pégourié-Gonnard · 12 years ago
- e09d2f8 Change ecp_mul() prototype to allow randomization by Manuel Pégourié-Gonnard · 12 years ago
- dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
- 8ea6c61 Rename of prvkey -> privkey fix in test suite files by Paul Bakker · 12 years ago
- c8dc295 Add ecp_check_prvkey, with test by Manuel Pégourié-Gonnard · 12 years ago
- fd3eac5 Cleaned up ECP error codes by Paul Bakker · 12 years ago
- 5dc6b5f Made supported curves configurable by Paul Bakker · 12 years ago
- 7c145c6 Fix ecp_tls_read_group's signature by Manuel Pégourié-Gonnard · 12 years ago
- 8c16f96 Add a few tests for ecp_tls_read_point by Manuel Pégourié-Gonnard · 12 years ago
- 46106a9 Add tests for (and fix bug in) ecp_tls_write_group by Manuel Pégourié-Gonnard · 12 years ago
- 6282aca Add basic tests for ecp_tls_*_point by Manuel Pégourié-Gonnard · 12 years ago
- d84895d Supress 'format' argument to ecp_read_binary. by Manuel Pégourié-Gonnard · 12 years ago
- 1a96728 Add function parsing a TLS ECParameters record by Manuel Pégourié-Gonnard · 12 years ago
- 007b717 ECDH : add test vectors from RFC 5903. by Manuel Pégourié-Gonnard · 13 years ago
- 45a035a Add ecp_gen_keypair() by Manuel Pégourié-Gonnard · 13 years ago
- 5e402d8 Added ecp_read_binary(). by Manuel Pégourié-Gonnard · 13 years ago
- 37d218a Added support for writing points compressed by Manuel Pégourié-Gonnard · 13 years ago
- e19feb5 Added ecp_write_binary(). by Manuel Pégourié-Gonnard · 13 years ago
- 1c33057 Added ecp_check_pubkey(). by Manuel Pégourié-Gonnard · 13 years ago
- c554e9a Added test vectors from RFC 5903 by Manuel Pégourié-Gonnard · 13 years ago
- b63f9e9 Made ecp_mul() faster and truly SPA resistant by Manuel Pégourié-Gonnard · 13 years ago
- b4a310b Added a selftest about SPA resistance by Manuel Pégourié-Gonnard · 13 years ago
- 9674fd0 Added ecp_sub() as a variant of ecp_add() by Manuel Pégourié-Gonnard · 13 years ago
- 4bdd47d Multiplication by negative is now forbidden by Manuel Pégourié-Gonnard · 13 years ago
- 8433824 Added fast mod_p192 by Manuel Pégourié-Gonnard · 13 years ago
- e739f01 Added test vectors from RFC 5114 to test suite by Manuel Pégourié-Gonnard · 13 years ago
- 4b8c3f2 Moved tests from selftest to tests/test_suite_ecp by Manuel Pégourié-Gonnard · 13 years ago