1. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 8 months ago
  2. be69c7d Generate test cases for mpi_mod_raw_modulus_to_canonical_rep as well by Gilles Peskine · 2 years, 8 months ago
  3. 23636ac Generate test cases for mpi_mod_raw_canonical_to_modulus_rep by Gilles Peskine · 2 years, 8 months ago
  4. e655479 Generalize representation handling in mbedtls_mpi_mod_read by Gilles Peskine · 2 years, 8 months ago
  5. eb2e77f Document modulus representation selectors by Gilles Peskine · 2 years, 8 months ago
  6. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 8 months ago
  7. 7a708fd Helpers for generating representation-aware test cases by Gilles Peskine · 2 years, 8 months ago
  8. 5623ecc Mod operations: fill arguments to the width of the modulus by Gilles Peskine · 2 years, 8 months ago
  9. f8a4463 Add some missing type annotations by Gilles Peskine · 2 years, 8 months ago
  10. c377f31 Remove unused import by Gilles Peskine · 2 years, 8 months ago
  11. 071f473 Document the test strategy by Gilles Peskine · 2 years, 8 months ago
  12. d878d1c Add validation tests for mbedtls_mpi_{mod,mod_raw}_random by Gilles Peskine · 2 years, 8 months ago
  13. b1eea02 Implement and test mbedtls_mpi_mod_random by Gilles Peskine · 2 years, 8 months ago
  14. d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
  15. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 8 months ago
  16. 8c32b24 Rename MPI-legacy test function for clarity by Gilles Peskine · 2 years, 8 months ago
  17. 195f998 New helper function to allocate and read a modulus by Gilles Peskine · 2 years, 8 months ago
  18. 881447d Move bignum helpers to their own module by Gilles Peskine · 2 years, 8 months ago
  19. 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  20. 5bf8629 Merge pull request #6303 from gilles-peskine-arm/bignum-core-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  21. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  22. 6b21820 Merge pull request #6687 from gilles-peskine-arm/fuzz-cflags by Gilles Peskine · 2 years, 8 months ago
  23. c8d6163 Merge pull request #6793 from tom-cosgrove-arm/update-mbedtls_mpi_mod_sub-tests-to-match-mod_add-tests by Gilles Peskine · 2 years, 8 months ago
  24. 6bb49ba Document const parameter conventions by Werner Lewis · 2 years, 8 months ago
  25. 756a34a Use lower case for p and r by Werner Lewis · 2 years, 8 months ago
  26. acdefdd Unify RNG initialization that must be unified by Gilles Peskine · 2 years, 8 months ago
  27. 0f644f4 Add output initialization requirement by Werner Lewis · 2 years, 8 months ago
  28. 6b7ce96 Clarify some comments by Gilles Peskine · 2 years, 8 months ago
  29. 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 8 months ago
  30. 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 8 months ago
  31. a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 8 months ago
  32. 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 8 months ago
  33. 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 8 months ago
  34. 945a165 Clarify output requirements by Werner Lewis · 2 years, 8 months ago
  35. eac8be7 Remove unnecessary type comment by Werner Lewis · 2 years, 8 months ago
  36. e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 8 months ago
  37. 9fa4897 Merge pull request #6772 from wernerlewis/bignum_refactor_sub by Gilles Peskine · 2 years, 8 months ago
  38. 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
  39. 116a516 Merge pull request #6699 from gilles-peskine-arm/lcov-script by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  40. 7f4d15e Update mbedtls_mpi_mod_sub() tests to incorporate mod_add test feedback by Tom Cosgrove · 2 years, 8 months ago
  41. 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  42. 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
  43. ebef356 Revert "Add generated files" by Dave Rodgman · 2 years, 8 months ago
  44. 8c89224 Merge pull request #985 from Mbed-TLS/mbedtls-3.3.0rc2-pr by Dave Rodgman · 2 years, 8 months ago mbedtls-3.3.0 v3.3.0
  45. e90ed7d Bump versions for libmbedcrypto and libmbedtls by Dave Rodgman · 2 years, 8 months ago
  46. 552e107 ChangeLog fix by Dave Rodgman · 2 years, 8 months ago
  47. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  48. 8c3534e Merge pull request #6548 from davidhorstmann-arm/document-deprecation-process by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  49. 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  50. ca906e9 Remove B + A tests by Werner Lewis · 2 years, 8 months ago
  51. 79341a4 Reallocate X_raw to enforce no overflow by Werner Lewis · 2 years, 8 months ago
  52. eed01aa Clarify wording in documentation by Werner Lewis · 2 years, 8 months ago
  53. 25690a9 Rename oret to expected_ret by Werner Lewis · 2 years, 8 months ago
  54. ebf322d Merge pull request #6629 from concatime/cmake-config-dir by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  55. 70f8157 Merge pull request #980 from Mbed-TLS/mbedtls-3.3.0rc1-pr by Dave Rodgman · 2 years, 8 months ago
  56. d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
  57. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  58. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  59. f764154 Correct the fix for the PKCS 7 memory leak by Bence Szépkúti · 2 years, 8 months ago
  60. 1362c5a Test for both PKCS 7 bugs found by OSS-Fuzz by Demi Marie Obenour · 2 years, 8 months ago
  61. 91a2aab Refactor mpi_core_sub tests to use arch_split by Werner Lewis · 2 years, 8 months ago
  62. 8a05c06 Merge pull request #6751 from ZachFleck42/development by Dave Rodgman · 2 years, 8 months ago
  63. 2b52a2e Improve Changelog wording by Dave Rodgman · 2 years, 8 months ago
  64. c039f8a Merge pull request #979 from Mbed-TLS/mbedtls-3.3.0rc0-pr by Dave Rodgman · 2 years, 8 months ago
  65. 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 8 months ago
  66. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  67. f3abea6 bignum_mod_raw.py: Changed the symbol for modular negation to "-". by Minos Galanakis · 2 years, 8 months ago
  68. 9a60b23 bignum_mod_raw testsuite: Refactored `mpi_mod_raw_neg()`. by Minos Galanakis · 2 years, 8 months ago
  69. 5e8443e6 mbedtls_mpi_mod_raw_neg: Updated documentation. by Minos Galanakis · 2 years, 8 months ago
  70. 78665eb bignum_mod_raw.py: Added BignumModRawModNegate. by Minos Galanakis · 2 years, 8 months ago
  71. 6118a3e test_suite_bignumg_mod_raw: Added test for mpi_mod_raw_neg by Minos Galanakis · 2 years, 8 months ago
  72. 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 8 months ago
  73. 5e06857 Merge pull request #6301 from paul-elliott-arm/fix_changelog by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  74. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  75. cd98805 Merge pull request #6683 from mpg/optimize-with-asan by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  76. cd98b93 Merge pull request #6750 from tom-cosgrove-arm/issue-6023-mod_inv_prime by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  77. 852191e Improve Changelog by Dave Rodgman · 2 years, 8 months ago
  78. 31e99bb test: pake: fix: destroy key only in opaque case by Valerio Setti · 2 years, 8 months ago
  79. 016f682 tls: pake: small code refactoring for password setting functions by Valerio Setti · 2 years, 8 months ago
  80. f4d96b8 Merge branch 'Mbed-TLS:development' into development by Zachary Fleckenstein · 2 years, 8 months ago
  81. 9d8afd1 Have BignumModRawInvPrime() do Montgomery conversion in arg_a() by Tom Cosgrove · 2 years, 8 months ago
  82. 5f09930 Clarify use of temporary in mbedtls_mpi_mod_raw_inv_prime() by Tom Cosgrove · 2 years, 8 months ago
  83. 9d313df test: pake: minor enhancement for opaque keys by Valerio Setti · 2 years, 8 months ago
  84. cd060e2 Update BRANCHES.md by Dave Rodgman · 2 years, 8 months ago
  85. c18d932 Add generated files by Dave Rodgman · 2 years, 8 months ago
  86. 67bad73 Add a ChangeLog entry for the ECDSA deterministic change by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  87. df0c73c Readability improvement in pk_wrap.c by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  88. b2812cc Clarify documentation of ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  89. 182a23b Adjust all.sh now that restartable is in full by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  90. ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  91. 5786646 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  92. a6e3d3e Disable restartable in build_module_alt by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  93. a373984 Remove check for tests disabled with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  94. 55a188b Clarify the "restart vs use PSA" situation in TLS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  95. cc6e0a6 Fix missing initialisation of PSA Crypto by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  96. 79ae7eb Use deterministic ECDSA in PSA when we do in legacy by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  97. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  98. 0ab6c8a Remove obsolete target covtest by Gilles Peskine · 2 years, 8 months ago
  99. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  100. c6b604e Reindent line continuations for pylint by David Horstmann · 2 years, 8 months ago