1. e54f565 Stop testing Aria by David Horstmann · 2 years, 7 months ago archive/new-code-style/test/good/old/rename-delete archive/new-code-style/test/old/rename-delete archive/new-code-style/test/rename-delete/old features/new-code-style/test/good/old/rename-delete features/new-code-style/test/old/rename-delete features/new-code-style/test/rename-delete/old
  2. 03c80b0 Rename "cipher_xyz" files to "cypher_xyz" by David Horstmann · 2 years, 7 months ago
  3. 262851d Merge pull request #6868 from davidhorstmann-arm/workaround-uncrustify-asm-defines by Gilles Peskine · 2 years, 7 months ago
  4. e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  5. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  6. b4b0bb7 Merge pull request #5907 from mpg/use-psa-rsa-pss by Janos Follath · 2 years, 7 months ago
  7. 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  8. ea8c88f test: fix some descriptions by Valerio Setti · 2 years, 7 months ago
  9. 6ea0a8d Disable 'wrong salt len' PK test with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  10. 62e1ebb changelog: fix text error by Valerio Setti · 2 years, 7 months ago
  11. c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
  12. b402e4b Merge pull request #6595 from mfischer/lms_heap by Gilles Peskine · 2 years, 7 months ago
  13. 8eee21e Merge pull request #6836 from gilles-peskine-arm/code-style-more-kr-20221222 by Gilles Peskine · 2 years, 7 months ago
  14. 326cf46 test: improved readability in sha self tests by Valerio Setti · 2 years, 7 months ago
  15. e269750 sha: fix description for starts functions by Valerio Setti · 2 years, 7 months ago
  16. 77b1452 test: fix error in test_suite_ssl by Valerio Setti · 2 years, 7 months ago
  17. 676766f Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mul by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  18. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  19. e19d7e5 Require a space after a cast by Gilles Peskine · 2 years, 8 months ago
  20. fe6c19b added changelog file for PR #6784 by Valerio Setti · 2 years, 8 months ago
  21. 6528763 config: remove SHA224_C from some config files by Valerio Setti · 2 years, 8 months ago
  22. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
  23. 543d00e sha: remove SHA1 from ssl_cookie by Valerio Setti · 2 years, 8 months ago
  24. d55cb5b sha: decline MD defines for various SHA by Valerio Setti · 2 years, 8 months ago
  25. d10e0a6 sha: fix minor issues/typos by Valerio Setti · 2 years, 8 months ago
  26. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  27. 5efe449 More robust dependency filtering by Gilles Peskine · 2 years, 8 months ago
  28. f287366 Simplify logic and document test_cases_for_values by Gilles Peskine · 2 years, 8 months ago
  29. 394da2d Pacify pylint by Gilles Peskine · 2 years, 8 months ago
  30. 6d40e54 Split the high nesting of BignumModRawConvertRep.generate_function_tests by Gilles Peskine · 2 years, 8 months ago
  31. 636809f Fix type declaration by Gilles Peskine · 2 years, 8 months ago
  32. 342b9a9 bignum_mod_raw.py: Added a filtering logic to `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 8 months ago
  33. afa7c04 bignum_common.py: Refactored `BignumModRawConvertRep.generate_function_tests()` by Minos Galanakis · 2 years, 8 months ago
  34. ae4d2cf bignum_common.py: Introduce the set_representation setter. by Minos Galanakis · 2 years, 8 months ago
  35. 5689410 bignum_mod_raw: Simplified `BignumModRawCanonicalToFromModulusRep` output expressions. by Minos Galanakis · 2 years, 8 months ago
  36. 3d2aab8 bignum_common: Adjusted `format_arg` to always size input according to modulo. by Minos Galanakis · 2 years, 8 months ago
  37. f65c71f Fix possible uninitialization error by Gabor Mezei · 2 years, 8 months ago
  38. a6e0291 Update documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  39. 3b1a706 Disable 'wrong salt len' test with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  40. 4dacf58 Take advantage of now-public macro in pk.c by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  41. 6958355 Use PSA Crypto more often in pk_verify_ext() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  42. eab43a6 Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ci by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  43. ad335b5 Fix representation conversion with 32-bit limbs by Gilles Peskine · 2 years, 8 months ago
  44. 4c950d5 Cosmetic fix by Gilles Peskine · 2 years, 8 months ago
  45. d1aa75d Update of the RNG seed in mpi_mod_random_values by Gilles Peskine · 2 years, 8 months ago
  46. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 8 months ago
  47. be69c7d Generate test cases for mpi_mod_raw_modulus_to_canonical_rep as well by Gilles Peskine · 2 years, 8 months ago
  48. 23636ac Generate test cases for mpi_mod_raw_canonical_to_modulus_rep by Gilles Peskine · 2 years, 8 months ago
  49. e655479 Generalize representation handling in mbedtls_mpi_mod_read by Gilles Peskine · 2 years, 8 months ago
  50. eb2e77f Document modulus representation selectors by Gilles Peskine · 2 years, 8 months ago
  51. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 8 months ago
  52. 7a708fd Helpers for generating representation-aware test cases by Gilles Peskine · 2 years, 8 months ago
  53. 5623ecc Mod operations: fill arguments to the width of the modulus by Gilles Peskine · 2 years, 8 months ago
  54. f8a4463 Add some missing type annotations by Gilles Peskine · 2 years, 8 months ago
  55. c377f31 Remove unused import by Gilles Peskine · 2 years, 8 months ago
  56. 78c4fb4 Fix possible uninitialization error by Gabor Mezei · 2 years, 8 months ago
  57. 496cd37 Use equality checking for NULL value by Gabor Mezei · 2 years, 8 months ago
  58. f972813 Fix the order of freeing memory by Gabor Mezei · 2 years, 8 months ago
  59. 61fd1fb Calling the residue_release() is not needed by Gabor Mezei · 2 years, 8 months ago
  60. 8a26164 Supress pylint's duplicated code warning by Gabor Mezei · 2 years, 8 months ago
  61. 809baef Use helper functions to simplify test code by Gabor Mezei · 2 years, 8 months ago
  62. 77b877d Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
  63. 2840884 Typo by Gabor Mezei · 2 years, 8 months ago
  64. 6a31b72 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  65. eca7466 Add tests for mod_mul by Gabor Mezei · 2 years, 8 months ago
  66. 9db81e9 Add mod_mul function by Gabor Mezei · 2 years, 8 months ago
  67. 3e0418f Merge pull request #6825 from minosgalanakis/bignum/adjust_pylint by Dave Rodgman · 2 years, 8 months ago
  68. 2038da9 Merge pull request #6826 from daverodgman/fix_gettimeofday by Dave Rodgman · 2 years, 8 months ago
  69. 327b69c Add Changelog entry by Dave Rodgman · 2 years, 8 months ago
  70. 7796cc4 Fix overflow in mbedtls_timing_hardclock by Dave Rodgman · 2 years, 8 months ago
  71. e080cc3 pylint: Set a minimum duplicate match to 10 lines. by Minos Galanakis · 2 years, 8 months ago
  72. efde9d5 remove duplicated consecutive preproc directives by Glenn Strauss · 2 years, 8 months ago
  73. 8b6d14b Extract common code for computing X^3 + AX + B by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  74. 4524161 move mbedtls_ecp_sw_derive_y after MPI_ECP_ macros by Glenn Strauss · 2 years, 8 months ago
  75. fcabc28 use MPI_ECP_* macros in mbedtls_ecp_sw_derive_y() by Glenn Strauss · 2 years, 8 months ago
  76. 82dad10 Merge pull request #6820 from gilles-peskine-arm/code-style-skip-generated-files by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  77. bb12621 Merge pull request #6808 from gilles-peskine-arm/basic-build-test-lcov-format-robustness-3.3 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  78. 3b56d29 List all the places with instructions to generate those files by Gilles Peskine · 2 years, 8 months ago
  79. 9a3771e Don't touch the style of generated files by Gilles Peskine · 2 years, 8 months ago
  80. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  81. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
  82. 546493b Merge pull request #6789 from mpg/doc-docker-from-ci by Gilles Peskine · 2 years, 8 months ago
  83. 77f9984 Merge pull request #6810 from davidhorstmann-arm/fix-check-names-enum-regex by Gilles Peskine · 2 years, 8 months ago
  84. f723754 Fix typos by Tom Cosgrove · 2 years, 8 months ago
  85. cbfd5e9 comment by Glenn Strauss · 2 years, 8 months ago
  86. 369bfb9 comments and whitespace by Glenn Strauss · 2 years, 8 months ago
  87. 210ea63 Fix documentation by Gabor Mezei · 2 years, 8 months ago
  88. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  89. f91090e Fix an incorrect regex in check_names.py by David Horstmann · 2 years, 8 months ago
  90. b31b2e6 Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
  91. 98d3a67 Simplify the coverage statistics summary by Gilles Peskine · 2 years, 8 months ago
  92. 342d00b Oops, use mbedtls_free() not plain free() by Tom Cosgrove · 2 years, 8 months ago
  93. fbc115f Merge pull request #6794 from ronald-cron-arm/tls13-fix-some-test-dependencies by Ronald Cron · 2 years, 8 months ago
  94. 071f473 Document the test strategy by Gilles Peskine · 2 years, 8 months ago
  95. d878d1c Add validation tests for mbedtls_mpi_{mod,mod_raw}_random by Gilles Peskine · 2 years, 8 months ago
  96. b1eea02 Implement and test mbedtls_mpi_mod_random by Gilles Peskine · 2 years, 8 months ago
  97. d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
  98. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 8 months ago
  99. 8c32b24 Rename MPI-legacy test function for clarity by Gilles Peskine · 2 years, 8 months ago
  100. 195f998 New helper function to allocate and read a modulus by Gilles Peskine · 2 years, 8 months ago