- e3fb4cc mbedtls_ecp_write_key_ext(): new function by Gilles Peskine · 1 year, 6 months ago
- 1c7ff7e mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
- a395bdd mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
- 7ea7202 New function mbedtls_ecp_keypair_calc_public by Gilles Peskine · 2 years, 2 months ago
- 2824032 New function mbedtls_ecp_set_public_key by Gilles Peskine · 2 years, 2 months ago
- 953f2a4 Merge pull request #7892 from AgathiyanB/fix-coverage-MBEDTLS_ECP_NIST_OPTIM-disabled by Dave Rodgman · 2 years ago
- 3e1e2e1 Add dependency MBEDTLS_ECP_NIST_OPTIM for ECP test by Agathiyan Bragadeesh · 2 years, 1 month ago
- c810707 Add check for the ecp module variants by Gabor Mezei · 2 years, 2 months ago
- 93baf39 test_suite_ecp.data: Added test cases for modulo-1 in coordinate representation. by Minos Galanakis · 2 years, 1 month ago
- e0c329b test_suite_ecp.data: Limb aligned inputs by Minos Galanakis · 2 years, 1 month ago
- a984d77 ecp_curves: Added dataset for SECP224K1 Coordinate Modulus. by Minos Galanakis · 2 years, 1 month ago
- fee70a5 test_suite_ecp: Extended `ecp_mul_inv` tests for optimised reduction. by Minos Galanakis · 2 years, 2 months ago
- b3366c5 Update comments about how to generate mod_read_write data by Xiaokang Qian · 2 years, 2 months ago
- dfaf90f Add test data for function ecp_mod_random by Xiaokang Qian · 2 years, 2 months ago
- 5e4e287 Add test data for ecp mod read write by Xiaokang Qian · 2 years, 3 months ago
- 967b477 Add test data "modulus-1" and "modulus-2" for every curve by Xiaokang Qian · 2 years, 3 months ago
- f33b4a5 Update comments how to generate the randoms to make it reproducible by Xiaokang Qian · 2 years, 3 months ago
- be860a1 Generate test data with special seed 2,3,4 by Xiaokang Qian · 2 years, 3 months ago
- bead774 Fix the limb mismatch issue on 32-bit platform by Xiaokang Qian · 2 years, 3 months ago
- c304e53 Remove useless parameters for ecp_mod_add_sub by Xiaokang Qian · 2 years, 3 months ago
- 4dd1c0a Add test data for ecp_add_sub by Xiaokang Qian · 2 years, 3 months ago
- 9fe2587 Add add_sub test data for named moduli curves by Xiaokang Qian · 2 years, 3 months ago
- c1f5e54 Remove useless parameter iret for ecp mul_inv cases by Xiaokang Qian · 2 years, 3 months ago
- d3e86a1 Add back 255 bit test data for SECP224K1 test cases by Xiaokang Qian · 2 years, 3 months ago
- 5b6bedf Add comments to the data file for the cureve secp224k1 by Xiaokang Qian · 2 years, 3 months ago
- 424da8a Revert to 224bit random data no need leading bit "1" by Xiaokang Qian · 2 years, 3 months ago
- b7f9950 Increase bit size to 225 for SECP224K1 test cases by Xiaokang Qian · 2 years, 3 months ago
- 86cb08b Add comments about how the mod_inv data is generated by Xiaokang Qian · 2 years, 3 months ago
- d244c83 Update ecp mul_inv test cases by Xiaokang Qian · 2 years, 3 months ago
- 3d0c2be Add ecp test cases for mont mul and inv after named moduli setup by Xiaokang Qian · 2 years, 3 months ago
- df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
- a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
- 36f7c0e test_suite_ecp: Added .data for `ecp_setup_test()` by Minos Galanakis · 2 years, 6 months ago
- aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 7 months ago
- 65fc9f7 Add tests for ecp quasi-reduction by Gabor Mezei · 2 years, 7 months ago
- 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 2ff7711 mbedtls_ecp_point_read_binary from compressed fmt by Glenn Strauss · 2 years, 11 months ago
- 7403d93 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago
- 5780730 Fix typo in MBEDTLS_ECP_DP_BP512R1 by Werner Lewis · 2 years, 11 months ago
- c4afef7 Use spec values as-is for test data by Werner Lewis · 3 years ago
- e54046c Add test for ECP group metadata by Werner Lewis · 3 years ago
- 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
- 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
- a677b5f Fix minor issues by Przemek Stekiel · 3 years, 5 months ago
- 4b30feb Add test for ECP export by Przemek Stekiel · 3 years, 5 months ago
- c590611 Add requested montgomery curve tests by Archana · 4 years, 1 month ago
- 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
- d910305 Fix ecp_check_pub() test cases by Janos Follath · 4 years, 1 month ago
- 59e7aac Add ecp_check_pub tests for Curve 448 by Janos Follath · 4 years, 1 month ago
- 45af039 Add DoS test case for ecp_check_pub by Janos Follath · 4 years, 1 month ago
- 2f1d7f9 Remove redundant ecp_check_pub() tests by Janos Follath · 4 years, 1 month ago
- f941fb9 Add test for check_pubkey for x25519 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- f29857c Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
- 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
- 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
- 7888073 mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
- 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 5 months ago
- 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 5 months ago
- 6ff8a01 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 5 months ago
- 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 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