1. 119eae2 Update names of test cases in generate_bignum_tests.py by Tom Cosgrove · 2 years, 11 months ago
  2. c573882 Merge remote-tracking branch 'upstream/development' into issue-6015-montgomery-multiplication by Tom Cosgrove · 2 years, 11 months ago
  3. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  4. 36e1d9e Merge pull request #6203 from wernerlewis/ecp_group_test by Dave Rodgman · 2 years, 11 months ago
  5. b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
  6. ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  7. 05feee1 Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  8. ccae25b Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  9. 7403d93 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago
  10. 5780730 Fix typo in MBEDTLS_ECP_DP_BP512R1 by Werner Lewis · 2 years, 11 months ago
  11. f2b3818 Test when all three inputs to mbedtls_mpi_core_sub() are aliased by Tom Cosgrove · 2 years, 11 months ago
  12. 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  13. 73f9233 Use full config for testing driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  14. 79e1467 Fix include path for programs by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  15. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  16. 1716f06 Merge pull request #6093 from wernerlewis/bignum_test_script by Gilles Peskine · 2 years, 11 months ago
  17. c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  18. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  19. c71ca0c Remove some unnecessary whitespace (two spaces after commas) by Tom Cosgrove · 2 years, 11 months ago
  20. dbc1561 Don't bother to test b + a after testing a + b if a == b by Tom Cosgrove · 2 years, 11 months ago
  21. 17f1fdc Update comments in mpi_core_add_if() test by Tom Cosgrove · 2 years, 11 months ago
  22. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  23. 359feb0 Better wording for the reason why we use an input MPI for a scalar value by Tom Cosgrove · 2 years, 11 months ago
  24. e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
  25. be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
  26. 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
  27. 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
  28. 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
  29. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  30. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  31. 62e24ba Merge pull request #6260 from yuhaoth/pr/add-multiple-pre-config-psks by Ronald Cron · 2 years, 11 months ago
  32. 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  33. ac446c8 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
  34. b6e8091 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
  35. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  36. 673b0f9 Randomize order of psks by Jerry Yu · 2 years, 11 months ago
  37. b2407f2 Merge pull request #6261 from mprse/hash_size_macro by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  38. dcec7ac test_psa_crypto_config_accel_hash_use_psa: enable tls.1.3 at the end and adapt comment by Przemek Stekiel · 2 years, 11 months ago
  39. a4af13a test_psa_crypto_config_accel_hash_use_psa: enable TLS 1.3 by Przemek Stekiel · 3 years ago
  40. 8cc46aa Merge pull request #6275 from daverodgman/fixcopyright by Dave Rodgman · 2 years, 11 months ago
  41. a02841b revert changes on PSK tests by Jerry Yu · 2 years, 11 months ago
  42. 53a18f2 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  43. 3dc4519 Replace L/R inputs with A/B by Werner Lewis · 2 years, 11 months ago
  44. 1fade8a Move symbol definition out of __init__ by Werner Lewis · 2 years, 11 months ago
  45. d681746 Split some ssl-opt.sh test cases into two by Andrzej Kurek · 2 years, 11 months ago
  46. 07e3570 Add an ssl-opt.sh run to all.sh for the accel_hash_use_psa config by Andrzej Kurek · 3 years ago
  47. 934e9cd Switch to the new version of hash algorithm checking in ssl-opt.sh by Andrzej Kurek · 3 years ago
  48. 9c061a2 Add a posibility to check for the availability of hash algs to ssl-opt by Andrzej Kurek · 3 years ago
  49. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  50. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  51. 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
  52. 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
  53. 079472b Add multiple pre-configured psk test for server by Jerry Yu · 2 years, 11 months ago
  54. 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
  55. 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
  56. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  57. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  58. 855e45c Use simpler int to hex string conversion by Werner Lewis · 3 years ago
  59. 5601308 Remove unused imports by Werner Lewis · 3 years ago
  60. a4668a6 Rework TestGenerator to add file targets by Werner Lewis · 3 years ago
  61. 1135b20 Add mbedtls_mpi_core_add_if() tests for when inputs are aliased by Tom Cosgrove · 3 years ago
  62. 42dfac6 Rename variables and update comments in mpi_core_mla test by Tom Cosgrove · 3 years ago
  63. a043aeb Rename variables and update comments in mpi_core_sub test by Tom Cosgrove · 3 years ago
  64. eceb4cc Rename variables and update comments in mpi_core_add_if test by Tom Cosgrove · 3 years ago
  65. 1b2947a Remove mbedtls_ prefix from bignum test cases by Tom Cosgrove · 3 years ago
  66. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  67. 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
  68. a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
  69. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  70. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  71. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  72. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  73. b0fb17a Use ASSERT_COMPARE() instead of memcmp() in new tests by Tom Cosgrove · 3 years ago
  74. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  75. 9339f05 Swap arguments of TEST_EQUAL() where it improves readability by Tom Cosgrove · 3 years ago
  76. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  77. a4b7720 Use `combinations_with_replacement` for inputs by Werner Lewis · 3 years ago
  78. e976492 Add session ticket tests for client by Jerry Yu · 3 years ago
  79. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  80. 6688669 replace psk&dhe with psk_or_ephemeral by Jerry Yu · 3 years ago
  81. e5fdf20 Make ecjpake_rounds test depends on PSA_WANT_ALG_TLS12_PSK_TO_MS by Neil Armstrong · 3 years ago
  82. eae1dfc Change to more efficient error injection in ecjpake_do_round() by Neil Armstrong · 3 years, 2 months ago
  83. db5b960 Permit any psa_pake_input() step to fail when error injected in input by Neil Armstrong · 3 years, 2 months ago
  84. 75673ab Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  85. 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
  86. f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
  87. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  88. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  89. a24278a Add invalid hash ecjpake_setup() test case by Neil Armstrong · 3 years, 2 months ago
  90. 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  91. 50de0ae Add check calling psa_pake_setup() on an already initialized operation in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  92. 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
  93. 645cccd Add checks for BAD_STATE before calling psa_pake_setup() in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  94. 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
  95. ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
  96. d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
  97. 7101b87 fix wrong description by Jerry Yu · 3 years ago
  98. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  99. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  100. 81f2444 Modify wording in docstrings by Werner Lewis · 3 years ago