1. 6da3a3b Fix doc regarding aliasing of modulus input to mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
  2. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  3. 119eae2 Update names of test cases in generate_bignum_tests.py by Tom Cosgrove · 2 years, 11 months ago
  4. c573882 Merge remote-tracking branch 'upstream/development' into issue-6015-montgomery-multiplication by Tom Cosgrove · 2 years, 11 months ago
  5. e5833c1 Merge pull request #6300 from davidhorstmann-arm/syntax-highlighting-function-files by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  6. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  7. 36e1d9e Merge pull request #6203 from wernerlewis/ecp_group_test by Dave Rodgman · 2 years, 11 months ago
  8. 4782823 Ensure we explicitly document the modulus for fixed-width arithmetic by Tom Cosgrove · 2 years, 11 months ago
  9. b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
  10. b5d8848 Use GitHub C syntax highlighting on test files by David Horstmann · 2 years, 11 months ago
  11. ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  12. 05feee1 Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  13. ccae25b Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  14. 7403d93 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago
  15. 5780730 Fix typo in MBEDTLS_ECP_DP_BP512R1 by Werner Lewis · 2 years, 11 months ago
  16. f2b3818 Test when all three inputs to mbedtls_mpi_core_sub() are aliased by Tom Cosgrove · 2 years, 11 months ago
  17. b4e28aa Fix two typos by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  18. 1367f40 Fix memory corruption in an SSL test function by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  19. 3c16abe Fix dependencies of KEY_EXCHANGE_ECJPAKE by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  20. 73f9233 Use full config for testing driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  21. 79e1467 Fix include path for programs by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  22. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  23. 1716f06 Merge pull request #6093 from wernerlewis/bignum_test_script by Gilles Peskine · 2 years, 11 months ago
  24. c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  25. 1be4582 Remove useless guard around include by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  26. 138387f Fix some typos, improve wording & formatting by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  27. d18c24b EC J-PAKE is now implemented in PSA by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  28. c998e43 Add ChangeLog entry about driver-only hashes. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  29. 72687b7 Clarify dependencies in mbedtls_config.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  30. f17f85e Simplify definition of TLS 1.3 MD max size. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  31. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  32. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  33. 6ee726e Replace md translation function by Jerry Yu · 2 years, 11 months ago
  34. 1c341c8 Merge pull request #6284 from daverodgman/contributing by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  35. a5df584 fix build fail for test_psa_crypto_config_accel_hash_use_psa by Jerry Yu · 2 years, 11 months ago
  36. 3bd7bc3 Use X rather than A for accumulator-style input (and output!) params, and rename others accordingly by Tom Cosgrove · 2 years, 11 months ago
  37. 5c0e810 Prefer 'fixed-size' to 'known-size' in doc comments by Tom Cosgrove · 2 years, 11 months ago
  38. c71ca0c Remove some unnecessary whitespace (two spaces after commas) by Tom Cosgrove · 2 years, 11 months ago
  39. dbc1561 Don't bother to test b + a after testing a + b if a == b by Tom Cosgrove · 2 years, 11 months ago
  40. 17f1fdc Update comments in mpi_core_add_if() test by Tom Cosgrove · 2 years, 11 months ago
  41. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  42. 2701dea Use mbedtls_ct_mpi_uint_mask() rather than rolling our own by Tom Cosgrove · 2 years, 11 months ago
  43. 818d992 Note that T must not overlap other parameters of mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  44. 359feb0 Better wording for the reason why we use an input MPI for a scalar value by Tom Cosgrove · 2 years, 11 months ago
  45. e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
  46. be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
  47. 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
  48. 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
  49. 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
  50. f184625 Clarify legal requirements for contributions by Dave Rodgman · 2 years, 11 months ago
  51. c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  52. 1dc3725 Style: wrap a long line by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  53. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  54. 0a55cc6 Remove unnecessary var and improve comment by Jerry Yu · 2 years, 11 months ago
  55. 07c830c Fix setting for default test suite directory by Werner Lewis · 2 years, 11 months ago
  56. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  57. 62e24ba Merge pull request #6260 from yuhaoth/pr/add-multiple-pre-config-psks by Ronald Cron · 2 years, 11 months ago
  58. 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  59. ac446c8 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
  60. b6e8091 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
  61. 00d0242 Remove argparser default for directory by Werner Lewis · 2 years, 11 months ago
  62. 858cffd Add toggle for test case count in descriptions by Werner Lewis · 2 years, 11 months ago
  63. 34d6d3e Update comments/docstrings in TestGenerator by Werner Lewis · 2 years, 11 months ago
  64. f7dad3c fix various issues by Jerry Yu · 2 years, 11 months ago
  65. 67ffab5 ssl.h: use PSA hash buffer size when PSA is used by Przemyslaw Stekiel · 2 years, 11 months ago
  66. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  67. ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
  68. da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
  69. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  70. 673b0f9 Randomize order of psks by Jerry Yu · 2 years, 11 months ago
  71. 034492b ssl.h: Fix hash guards by Przemyslaw Stekiel · 2 years, 11 months ago
  72. 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
  73. b2407f2 Merge pull request #6261 from mprse/hash_size_macro by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  74. acff823 Add negative tolerance window by Jerry Yu · 2 years, 11 months ago
  75. 95db17e fix various issues by Jerry Yu · 2 years, 11 months ago
  76. ce0aa58 check_config.h: make TLS1.3 requirements verification more readable by Przemek Stekiel · 2 years, 11 months ago
  77. 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
  78. 8a2f2b0 check_config.h: fix TLS 1.3 requirements (add HKDF_EXTRACT/EXPAND) and comments by Przemek Stekiel · 2 years, 11 months ago
  79. 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
  80. 9408b70 check_config.h: revert HKDF requirements by Przemek Stekiel · 2 years, 11 months ago
  81. 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
  82. 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 3 years ago
  83. a06787a build_info.h: include config_psa.h also when MBEDTLS_PSA_CRYPTO_C by Przemek Stekiel · 3 years ago
  84. a4af13a test_psa_crypto_config_accel_hash_use_psa: enable TLS 1.3 by Przemek Stekiel · 3 years ago
  85. cf9d972 Fix config for MBEDTLS_SSL_PROTO_TLS1_3 by Przemek Stekiel · 3 years ago
  86. a9a8816 ssl.h: adapt guards for MBEDTLS_SSL_TLS1_3_TICKET_RESUMPTION_KEY_LEN by Przemek Stekiel · 3 years ago
  87. 47e3cb1 ssl_tls13_generic.c: adapt guards for MBEDTLS_SHAxxx_C by Przemek Stekiel · 3 years ago
  88. fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
  89. 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
  90. 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
  91. 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
  92. cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
  93. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  94. 8cc46aa Merge pull request #6275 from daverodgman/fixcopyright by Dave Rodgman · 2 years, 11 months ago
  95. f498910 Merge pull request #6256 from AndrzejKurek/tls-tests-no-md-ssl-opt by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  96. 4746b10 fix various issues by Jerry Yu · 2 years, 11 months ago
  97. 8d4bbba fix ticket age check issues by Jerry Yu · 2 years, 11 months ago
  98. 46bffe0 Refine rsumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  99. 466dda8 Rename resumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  100. 6cf85a4 update document abourt maximum ticket_age_tolerance by Jerry Yu · 2 years, 11 months ago