1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 33878ed Modify generate errors script by Thomas Daubney · 2 years, 7 months ago
  3. 78d566b Fix pylint warnings about comparison to True by David Horstmann · 2 years, 7 months ago
  4. 8d1d6ed Fix incorrect typing of function in code_style.py by David Horstmann · 2 years, 7 months ago
  5. c571c5b Check Uncrustify returncode in code_style.py by David Horstmann · 2 years, 7 months ago
  6. 676766f Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mul by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  7. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  8. 5efe449 More robust dependency filtering by Gilles Peskine · 2 years, 7 months ago
  9. f287366 Simplify logic and document test_cases_for_values by Gilles Peskine · 2 years, 7 months ago
  10. 394da2d Pacify pylint by Gilles Peskine · 2 years, 7 months ago
  11. 6d40e54 Split the high nesting of BignumModRawConvertRep.generate_function_tests by Gilles Peskine · 2 years, 7 months ago
  12. 636809f Fix type declaration by Gilles Peskine · 2 years, 7 months ago
  13. 342b9a9 bignum_mod_raw.py: Added a filtering logic to `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 7 months ago
  14. afa7c04 bignum_common.py: Refactored `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 7 months ago
  15. ae4d2cf bignum_common.py: Introduce the set_representation setter. by Minos Galanakis · 2 years, 7 months ago
  16. 5689410 bignum_mod_raw: Simplified `BignumModRawCanonicalToFromModulusRep` output expressions. by Minos Galanakis · 2 years, 7 months ago
  17. 3d2aab8 bignum_common: Adjusted `format_arg` to always size input according to modulo. by Minos Galanakis · 2 years, 7 months ago
  18. ad335b5 Fix representation conversion with 32-bit limbs by Gilles Peskine · 2 years, 7 months ago
  19. be69c7d Generate test cases for mpi_mod_raw_modulus_to_canonical_rep as well by Gilles Peskine · 2 years, 7 months ago
  20. 23636ac Generate test cases for mpi_mod_raw_canonical_to_modulus_rep by Gilles Peskine · 2 years, 7 months ago
  21. 7a708fd Helpers for generating representation-aware test cases by Gilles Peskine · 2 years, 7 months ago
  22. 5623ecc Mod operations: fill arguments to the width of the modulus by Gilles Peskine · 2 years, 7 months ago
  23. f8a4463 Add some missing type annotations by Gilles Peskine · 2 years, 7 months ago
  24. 8a26164 Supress pylint's duplicated code warning by Gabor Mezei · 2 years, 8 months ago
  25. 77b877d Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
  26. eca7466 Add tests for mod_mul by Gabor Mezei · 2 years, 8 months ago
  27. 9a3771e Don't touch the style of generated files by Gilles Peskine · 2 years, 7 months ago
  28. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  29. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
  30. f723754 Fix typos by Tom Cosgrove · 2 years, 8 months ago
  31. b31b2e6 Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
  32. 1133d23 Attempt to pacify pylint in bignum tests by Tom Cosgrove · 2 years, 8 months ago
  33. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  34. dc19759 Add tests for mbedtls_mpi_mod_inv() by Tom Cosgrove · 2 years, 8 months ago
  35. dbac609 mbedtls_mpi_mod_raw_inv_prime() tests should be arch_split by Tom Cosgrove · 2 years, 8 months ago
  36. 30f3b4d Add mbedtls_mpi_core_check_zero_ct() and tests by Tom Cosgrove · 2 years, 8 months ago
  37. 80a334a Add generated tests for mod_raw_mul by Gabor Mezei · 2 years, 8 months ago
  38. 9fa4897 Merge pull request #6772 from wernerlewis/bignum_refactor_sub 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. 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  41. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  42. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  43. 91a2aab Refactor mpi_core_sub tests to use arch_split by Werner Lewis · 2 years, 8 months ago
  44. f3abea6 bignum_mod_raw.py: Changed the symbol for modular negation to "-". by Minos Galanakis · 2 years, 8 months ago
  45. 78665eb bignum_mod_raw.py: Added BignumModRawModNegate. by Minos Galanakis · 2 years, 8 months ago
  46. cd98b93 Merge pull request #6750 from tom-cosgrove-arm/issue-6023-mod_inv_prime by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  47. 9d8afd1 Have BignumModRawInvPrime() do Montgomery conversion in arg_a() by Tom Cosgrove · 2 years, 8 months ago
  48. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  49. c6b604e Reindent line continuations for pylint by David Horstmann · 2 years, 8 months ago
  50. ae93a3f Fixup: Config file name in code style script by David Horstmann · 2 years, 8 months ago
  51. 0ebc12e Add spaces around '+' by David Horstmann · 2 years, 8 months ago
  52. 190041d Explain that the script is only for the future by David Horstmann · 2 years, 8 months ago
  53. 2cf779c Use constant for supported Uncrustify version by David Horstmann · 2 years, 8 months ago
  54. 9711f4e Fix typo in code style script by David Horstmann · 2 years, 8 months ago
  55. ca13c4f Use helper function for error printing by David Horstmann · 2 years, 8 months ago
  56. b7dab41 Miscellaneous improvements to code style script by David Horstmann · 2 years, 8 months ago
  57. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 8 months ago
  58. 1d26d97 Merge pull request #6731 from tom-cosgrove-arm/issue-6293-mod_exp by Janos Follath · 2 years, 8 months ago
  59. fa928f1 Add script to run Uncrustify by David Horstmann · 2 years, 9 months ago
  60. 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
  61. 21d459d Add type annotations by Tom Cosgrove · 2 years, 8 months ago
  62. c240600 Separate out to_montgomery and from_montgomery for bignum tests by Tom Cosgrove · 2 years, 8 months ago
  63. 93a31c9 Re-enable pylint unused warnings by Werner Lewis · 2 years, 8 months ago
  64. e1b6b7c Implement mbedtls_mpi_mod_add() by Werner Lewis · 2 years, 8 months ago
  65. ecda186 Require input to mbedtls_mpi_core_exp_mod() to already be in Montgomery form by Tom Cosgrove · 2 years, 8 months ago
  66. ad27b80 Declare ECP_RESTARTABLE and USE_PSA compatible by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  67. f51f972 Apply review comments by Tom Cosgrove · 2 years, 8 months ago
  68. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  69. 202b1a0 You need --coverage when linking as well by Gilles Peskine · 2 years, 8 months ago
  70. 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
  71. c3902ac Merge pull request #6698 from wernerlewis/bignum_mod_py by Dave Rodgman · 2 years, 8 months ago
  72. 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 8 months ago
  73. 749a0d7 Add option to reset the traces, to use after rework by Gilles Peskine · 2 years, 8 months ago
  74. e628f29 Put temporary files in a temporary directory by Gilles Peskine · 2 years, 8 months ago
  75. eff8803 Add a bit of documentation by Gilles Peskine · 2 years, 8 months ago
  76. 3d4ea54 Move lcov commands to a separate script by Gilles Peskine · 2 years, 8 months ago
  77. cff7578 Add imports to bignum_mod by Werner Lewis · 2 years, 8 months ago
  78. edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 8 months ago
  79. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  80. 590ae53 Merge pull request #6656 from tom-cosgrove-arm/bignum_pr_6225-updated by Janos Follath · 2 years, 8 months ago
  81. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
  82. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  83. 50fc127 Change order of test arguments for bignum_mod_raw to simplify Python script by Tom Cosgrove · 2 years, 8 months ago
  84. 1923009 Add test generation for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 8 months ago
  85. 6b3c0c5 Update the test case generator by Gabor Mezei · 2 years, 8 months ago
  86. c426d9b Add generated test for low level subtraction with modulus by Gabor Mezei · 2 years, 9 months ago
  87. 43d3de4 Make pylint happy by Janos Follath · 2 years, 8 months ago
  88. 05867cb mpi_core_exp_mod: add generated tests by Janos Follath · 2 years, 8 months ago
  89. 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 8 months ago
  90. d66d5b2 Add unit tests for mbedtls_mpi_core_sub_int(), MPI A - scalar b by Tom Cosgrove · 2 years, 8 months ago
  91. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  92. f352c67 Bignum tests: use default dataset in mod_raw by Janos Follath · 2 years, 8 months ago
  93. f457976 Bignum tests: set unique combinations off by default by Janos Follath · 2 years, 8 months ago
  94. 76c21bd Bignum tests: flatten class hierarchy in _core by Janos Follath · 2 years, 8 months ago
  95. be5e7ae Bignum tests: remove deprecated dataset by Janos Follath · 2 years, 8 months ago
  96. dac44e6 Bignum tests: add default datasets by Janos Follath · 2 years, 8 months ago
  97. b2a850c Bignum Tests: add test data by Janos Follath · 2 years, 8 months ago
  98. a36e430 Bignum tests: add support for fixed width input by Janos Follath · 2 years, 8 months ago
  99. 8ae7a65 Bignum tests: improve mod descriptions by Janos Follath · 2 years, 8 months ago
  100. 284672c Bignum tests: complete support for unary operators by Janos Follath · 2 years, 8 months ago