1. ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  2. 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
  3. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  4. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  5. 3539f2c Improve readability in ecjpake tests by Andrzej Kurek · 2 years, 10 months ago
  6. 12a1e85 Merge pull request #6138 from Zaya-dyno/validation_remove_change_key_agree by Gilles Peskine · 2 years, 11 months ago
  7. 87953f2 Merge pull request #6091 from Zaya-dyno/validation_remove_change_pk by Gilles Peskine · 2 years, 11 months ago
  8. 1475ac4 Merge pull request #6107 from Zaya-dyno/validation_remove_change_hash by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  9. d5c82fb Merge pull request #6085 from Zaya-dyno/validation_remove_change_cipher by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  10. c573882 Merge remote-tracking branch 'upstream/development' into issue-6015-montgomery-multiplication by Tom Cosgrove · 2 years, 11 months ago
  11. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  12. 36e1d9e Merge pull request #6203 from wernerlewis/ecp_group_test by Dave Rodgman · 2 years, 11 months ago
  13. b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
  14. ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  15. 05feee1 Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  16. ccae25b Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  17. 7403d93 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago
  18. 5780730 Fix typo in MBEDTLS_ECP_DP_BP512R1 by Werner Lewis · 2 years, 11 months ago
  19. f2b3818 Test when all three inputs to mbedtls_mpi_core_sub() are aliased by Tom Cosgrove · 2 years, 11 months ago
  20. 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  21. 2be1689 Add capacity testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  22. d378504 Add derivation step testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  23. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  24. c71ca0c Remove some unnecessary whitespace (two spaces after commas) by Tom Cosgrove · 2 years, 11 months ago
  25. dbc1561 Don't bother to test b + a after testing a + b if a == b by Tom Cosgrove · 2 years, 11 months ago
  26. 17f1fdc Update comments in mpi_core_add_if() test by Tom Cosgrove · 2 years, 11 months ago
  27. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  28. 359feb0 Better wording for the reason why we use an input MPI for a scalar value by Tom Cosgrove · 2 years, 11 months ago
  29. e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
  30. be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
  31. 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
  32. 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
  33. 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
  34. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  35. d8705bc Add tests for the newly created ad-hoc EC J-PAKE KDF by Andrzej Kurek · 3 years ago
  36. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  37. 2a73f21 Fixup expected status handling in ecjpake_setup() and add more coverage for psa_pake_set_password_key() by Neil Armstrong · 2 years, 11 months ago
  38. 78c4e8e Make ecjpake_do_round() return void and use TEST_ASSERT with a descriptive text instead of returning a value by Neil Armstrong · 3 years ago
  39. 51009d7 Add comment in ecjpake_do_round() explaining input errors can be detected any time in the input sequence by Neil Armstrong · 3 years ago
  40. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  41. 1135b20 Add mbedtls_mpi_core_add_if() tests for when inputs are aliased by Tom Cosgrove · 3 years ago
  42. 42dfac6 Rename variables and update comments in mpi_core_mla test by Tom Cosgrove · 3 years ago
  43. a043aeb Rename variables and update comments in mpi_core_sub test by Tom Cosgrove · 3 years ago
  44. eceb4cc Rename variables and update comments in mpi_core_add_if test by Tom Cosgrove · 3 years ago
  45. 1b2947a Remove mbedtls_ prefix from bignum test cases by Tom Cosgrove · 3 years ago
  46. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  47. 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
  48. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  49. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  50. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  51. 7714368 Remove unused variable by Tuvshinzaya Erdenekhuu · 3 years ago
  52. 08b2234 Add new tests by Tuvshinzaya Erdenekhuu · 3 years ago
  53. fe7524d Make minor style change by Tuvshinzaya Erdenekhuu · 3 years ago
  54. b0fb17a Use ASSERT_COMPARE() instead of memcmp() in new tests by Tom Cosgrove · 3 years ago
  55. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  56. 9339f05 Swap arguments of TEST_EQUAL() where it improves readability by Tom Cosgrove · 3 years ago
  57. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  58. 7e2e2a9 Add new checks in rsa_invalid_param test by Tuvshinzaya Erdenekhuu · 3 years ago
  59. 61f1372 Remove unused variables from shax.function by Tuvshinzaya Erdenekhuu · 3 years ago
  60. ca6fde2 Enable invalid param test in sha512 by Tuvshinzaya Erdenekhuu · 3 years ago
  61. 1db192b Enable invalid param test in sha256 by Tuvshinzaya Erdenekhuu · 3 years ago
  62. d5ebedf Removed unused variable in cipher test by Tuvshinzaya Erdenekhuu · 3 years ago
  63. 104eb7f Enabled invalid param test for gcm by Tuvshinzaya Erdenekhuu · 3 years ago
  64. 6c68927 Enabled invalid param test for cipher by Tuvshinzaya Erdenekhuu · 3 years ago
  65. c7d7220 Enabled invalid param test in camellia by Tuvshinzaya Erdenekhuu · 3 years ago
  66. c855bf5 Enabled invalid param test for aes by Tuvshinzaya Erdenekhuu · 3 years ago
  67. 0050b91 Added new tests in pk_invalid_param by Tuvshinzaya Erdenekhuu · 3 years ago
  68. ed99ed3 Add spaces to comply with coding style by Tuvshinzaya Erdenekhuu · 3 years ago
  69. c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
  70. 79bf51a Add new test for invalid param in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
  71. e5fdf20 Make ecjpake_rounds test depends on PSA_WANT_ALG_TLS12_PSK_TO_MS by Neil Armstrong · 3 years ago
  72. eae1dfc Change to more efficient error injection in ecjpake_do_round() by Neil Armstrong · 3 years, 2 months ago
  73. db5b960 Permit any psa_pake_input() step to fail when error injected in input by Neil Armstrong · 3 years, 2 months ago
  74. 75673ab Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  75. 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
  76. f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
  77. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  78. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  79. a24278a Add invalid hash ecjpake_setup() test case by Neil Armstrong · 3 years, 2 months ago
  80. 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  81. 50de0ae Add check calling psa_pake_setup() on an already initialized operation in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  82. 98506ab Add checks for INVALID_ARGUMENT for psa_pake_output/psa_pake_input in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  83. 645cccd Add checks for BAD_STATE before calling psa_pake_setup() in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  84. 707d957 Add checks for psa_pake_set_user/psa_pake_set_peer in test_suite_psa_crypto by Neil Armstrong · 3 years, 2 months ago
  85. ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
  86. d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
  87. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  88. c4afef7 Use spec values as-is for test data by Werner Lewis · 3 years ago
  89. b2c06f4 Remove stale comment, and fix whitespace issue by Tom Cosgrove · 3 years ago
  90. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  91. 9384284 Use mbedtls_mpi_core_montmul() in mpi_montmul() by Tom Cosgrove · 3 years ago
  92. f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  93. 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
  94. 659c84a Add unit tests for the new function mbedtls_mpi_core_mla() in bignum_new.c by Tom Cosgrove · 3 years ago
  95. 2a65b85 Add unit tests for the new function mbedtls_mpi_core_sub() in bignum_new.c by Tom Cosgrove · 3 years ago
  96. 0cc7865 Add unit tests for the new function mbedtls_mpi_core_add_if() in bignum_new.c by Tom Cosgrove · 3 years ago
  97. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  98. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  99. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  100. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago