1. 2701dea Use mbedtls_ct_mpi_uint_mask() rather than rolling our own by Tom Cosgrove · 2 years, 11 months ago
  2. 818d992 Note that T must not overlap other parameters of mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  3. 359feb0 Better wording for the reason why we use an input MPI for a scalar value by Tom Cosgrove · 2 years, 11 months ago
  4. e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
  5. be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
  6. 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
  7. 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
  8. 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
  9. 67c9247 Move the T++ in mbedtls_mpi_core_montmul() to within the loop body by Tom Cosgrove · 3 years ago
  10. 1135b20 Add mbedtls_mpi_core_add_if() tests for when inputs are aliased by Tom Cosgrove · 3 years ago
  11. 42dfac6 Rename variables and update comments in mpi_core_mla test by Tom Cosgrove · 3 years ago
  12. a043aeb Rename variables and update comments in mpi_core_sub test by Tom Cosgrove · 3 years ago
  13. eceb4cc Rename variables and update comments in mpi_core_add_if test by Tom Cosgrove · 3 years ago
  14. 1b2947a Remove mbedtls_ prefix from bignum test cases by Tom Cosgrove · 3 years ago
  15. b0fb17a Use ASSERT_COMPARE() instead of memcmp() in new tests by Tom Cosgrove · 3 years ago
  16. 9339f05 Swap arguments of TEST_EQUAL() where it improves readability by Tom Cosgrove · 3 years ago
  17. f0b2231 Update comments at the end of montmul following Gilles' feedback by Tom Cosgrove · 3 years ago
  18. 5eefc3d Move macros to come before function declarations by Tom Cosgrove · 3 years ago
  19. 630110a Fix documentation where ciL should be biL by Tom Cosgrove · 3 years ago
  20. ed43c6c In add_if(), B MAY be aliased to A. Also update another comment for consistency. by Tom Cosgrove · 3 years ago
  21. 9354990 Don't use multiplication by condition in even a semi-constant time function by Tom Cosgrove · 3 years ago
  22. f0c8a8c One statement per line by Tom Cosgrove · 3 years ago
  23. 5dd97e6 Update comments following code review by Tom Cosgrove · 3 years ago
  24. b496486 Reorder functions in bignum_core.[ch] by Tom Cosgrove · 3 years ago
  25. d932de8 Remove incorrect constant-time claim from doc for mbedtls_mpi_core_add_if() by Tom Cosgrove · 3 years ago
  26. ecbb124 Fix incorrect parameter name in mbedtls_mpi_core_add_if() doc comment by Tom Cosgrove · 3 years ago
  27. b2c06f4 Remove stale comment, and fix whitespace issue by Tom Cosgrove · 3 years ago
  28. 7259463 Apply the function parameter naming convention by Tom Cosgrove · 3 years ago
  29. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  30. 958fd3d Remove bignum_new.c, moving contents to bignum_core.c by Tom Cosgrove · 3 years ago
  31. 2523791 Better constant-time properties for mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  32. f88b47e Remove 'const' qualifier from temporary for mpi_montmul() by Tom Cosgrove · 3 years ago
  33. 4641ec6 Fix style following review comments by Tom Cosgrove · 3 years ago
  34. 40d2294 Tidy up doc comments on existing function mpi_montmul() by Tom Cosgrove · 3 years ago
  35. 9384284 Use mbedtls_mpi_core_montmul() in mpi_montmul() by Tom Cosgrove · 3 years ago
  36. f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  37. 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
  38. 659c84a Add unit tests for the new function mbedtls_mpi_core_mla() in bignum_new.c by Tom Cosgrove · 3 years ago
  39. 2a65b85 Add unit tests for the new function mbedtls_mpi_core_sub() in bignum_new.c by Tom Cosgrove · 3 years ago
  40. 0cc7865 Add unit tests for the new function mbedtls_mpi_core_add_if() in bignum_new.c by Tom Cosgrove · 3 years ago
  41. 268f96b Fix Windows builds, which were getting "possible loss of data" by Tom Cosgrove · 3 years ago
  42. 7e655f7 Use new mbedtls_mpi_core_sub() instead of old static mpi_sub_hlp() by Tom Cosgrove · 3 years, 1 month ago
  43. 90c426b Tidy up, removing MPI_CORE(), and using the new mbedtls_mpi_core_mla() by Tom Cosgrove · 3 years ago
  44. 71f4b0d Add bignum_new.c starting with MPI_CORE(montmul) for Montgomery multiplication by Hanno Becker · 3 years ago
  45. 82d3f1e Remove bignum_internal.h, moving contents to bignum_core.h by Tom Cosgrove · 3 years ago
  46. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  47. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  48. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  49. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  50. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  51. 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  52. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  53. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  54. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  55. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  56. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  57. af3f39c Fix typos by Janos Follath · 3 years ago
  58. 07c0f12 test_suite_pem.data: change MBEDTLS_CMAC_C->MBEDTLS_CIPHER_MODE_CBC dependency by Przemek Stekiel · 3 years ago
  59. beb4fc0 Merge pull request #6185 from leorosen/tls12_server_null_on_missing_key by Dave Rodgman · 3 years ago
  60. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
  61. a95f204 Improve documentation by Janos Follath · 3 years ago
  62. ca5688e Improve coding style by Janos Follath · 3 years ago
  63. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  64. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  65. 01a7d31 Make ecjpake test suite depend on MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA by Neil Armstrong · 3 years ago
  66. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  67. 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
  68. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  69. 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
  70. bc3906c pem_pbkdf1(): optimize psa version by Przemek Stekiel · 3 years ago
  71. 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
  72. bf01c64 oid.c: unify dependencies (VIA_MD_OR_PSA->VIA_LOWLEVEL_OR_PSA) by Przemek Stekiel · 3 years ago
  73. 4146525 Fix compilation guard (comment) by Przemek Stekiel · 3 years ago
  74. 0cd6f08 pem.c: fix style issues (redundant spaces) by Przemek Stekiel · 3 years ago
  75. d23a4ef pem.c: remove redundant compilation guard by Przemek Stekiel · 3 years ago
  76. c410ccc Include psa/crypto.h in legacy_or_psa.h by Przemek Stekiel · 3 years ago
  77. 4092ff9 pem.c: add internal macro to increase code readability by Przemek Stekiel · 3 years ago
  78. bc0509a test_suite_pem, test_suite_pkparse: Adjust dependecies by Przemek Stekiel · 3 years ago
  79. 12e69cb oid.h: remove MBEDTLS_MD_C guard by Przemek Stekiel · 3 years ago
  80. 829e97d Fix include order by Przemek Stekiel · 3 years ago
  81. 76b753b Change the dependencies in pem.c to xxx_BASED_ON_USE_PSA and related files by Przemek Stekiel · 3 years ago
  82. 81799fd pem.c, test_suite_pem: fix dependency MBEDTLS_HAS_ALG_MD5_VIA_MD_OR_PSA->MBEDTLS_HAS_ALG_MD5_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  83. 2c70a0d test_suite_oid: Replace MBEDTLS_MD5_C and MBEDTLS_SHAxxx_C with the corresponding MBEDTLS_HAS_ALG_xxx_VIA_LOWLEVEL_OR_PSA by Przemek Stekiel · 3 years ago
  84. 050819c test_suite_x509write: Move MBEDTLS_HAS_ALG_SHA_1_VIA_MD_OR_PSA dependency for x509_crt_check to .function file by Przemek Stekiel · 3 years ago
  85. 41b742f test_suite_pem: Adapt dependencies for MD by Przemek Stekiel · 3 years ago
  86. be92bee pem.c: Fix conditional compilation flags by Przemek Stekiel · 3 years ago
  87. f8087e5 x509_crt_check: remove MBEDTLS_SHA1_C dependency from .function file (already handed in .data file) by Przemek Stekiel · 3 years ago
  88. a68d08f pem.c: adjust for bulid without md by Przemek Stekiel · 3 years ago
  89. 55c1743 oid.h: remove redundant MBEDTLS_MD_C dependency by Przemek Stekiel · 3 years ago
  90. b792cfd component_test_psa_crypto_config_accel_hash_use_psa: stop removing all X.509 modules from the build by Przemek Stekiel · 3 years ago
  91. 278b667 check_config.h: Adjust x509 dependencies (MBEDTLS_MD_C or MBEDTLS_USE_PSA_CRYPTO) by Przemek Stekiel · 3 years ago
  92. de81028 Adjust dependencies in library/oid.c by Przemek Stekiel · 3 years ago
  93. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  94. d34f8c3 x509 tests: adjust dependencies by Przemek Stekiel · 3 years ago
  95. f3f6b0a Merge pull request #6123 from yuhaoth/pr/finialize-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  96. 70dfd4c ssl_tls12_server: fix potential NULL-dereferencing if local certificate was not set. by Leonid Rozenboim · 3 years ago
  97. 583816c Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  98. 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
  99. e28d974 fix coding style issues by Jerry Yu · 3 years ago
  100. 5b7c7ca fix wrong condition issues by Jerry Yu · 3 years ago