1. ad7725d Fix type annotation by Gilles Peskine · 2 years ago
  2. c9187c5 New test suite for the low-level hash interface by Gilles Peskine · 2 years, 2 months ago
  3. fdb7223 Move PSA information and dependency automation into their own module by Gilles Peskine · 2 years, 2 months ago
  4. 505dffd Merge pull request #7937 from yanrayw/code_size_compare_improvement by Bence Szépkúti · 2 years ago
  5. bc775c4 code_size_compare: handle deleted files and new files properly by Yanray Wang · 2 years ago
  6. 8a25e6f code_size_compare: add old text and data section in CSV output by Yanray Wang · 2 years ago
  7. 0de1183 code_size_compare: add `+` in front of positive values by Yanray Wang · 2 years ago
  8. 9a6ee71 code_size_compare: right-align numbers in the comparison result by Yanray Wang · 2 years ago
  9. 1998aac logging_util: support to tweak loglevel directed to stderr/stdout by Yanray Wang · 2 years ago
  10. 2f12a29 Merge pull request #7896 from AgathiyanB/gitignore-generated-files-toggle by Paul Elliott · 2 years ago
  11. 8550e0f Remove "export_key" from transparent driver json by Manuel Pégourié-Gonnard · 2 years ago
  12. 2588f8d Merge pull request #8018 from AgathiyanB/add-overflow-test-inputs-bignum by Tom Cosgrove · 2 years ago
  13. b8bd604 Remove trailing whitespace by Agathiyan Bragadeesh · 2 years ago
  14. 3bcff54 Put both gitignore modifications in one script by Agathiyan Bragadeesh · 2 years ago
  15. 3c963ee Remove trailing whitespace by Agathiyan Bragadeesh · 2 years ago
  16. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  17. ab329c0 Rename ADD_SUB_DEFAULT to ADD_SUB_DATA by Agathiyan Bragadeesh · 2 years ago
  18. 59003c7 Use ADD_SUB_DEFAULT as test input for bignum tests by Agathiyan Bragadeesh · 2 years ago
  19. 7847eae Add default test cases for add/subtract in bignum by Agathiyan Bragadeesh · 2 years ago
  20. 5b7c38f Sort full config exceptions in config.py by Janos Follath · 2 years ago
  21. 3ed980d Fix full config in config.py by Janos Follath · 2 years ago
  22. 6f1977b Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  23. ee07afa code_size_compare: add option '--show-all' by Yanray Wang · 2 years ago
  24. b167320 code_size_compare: use '.md' suffix if '--markdown' enabled by Yanray Wang · 2 years ago
  25. dcf360d code_size_compare: track removed object as well by Yanray Wang · 2 years ago
  26. fccc5f8 whitespace fix by Dave Rodgman · 2 years ago
  27. 82d174a pylint tidy-up by Dave Rodgman · 2 years ago
  28. eaf2761 Make code_style.py -s default to -s=development by Dave Rodgman · 2 years ago
  29. 05b60f4 Make code_style.py -s more precise by Dave Rodgman · 2 years ago
  30. 4dfc132 code_size_compare: change format for comparison result by Yanray Wang · 2 years ago
  31. 6f09267 code_size_compare: remove column of percentage for code size change by Yanray Wang · 2 years ago
  32. a12baf8 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  33. ca9a3cb code_size_compare: detect architecture of x86_32 properly by Yanray Wang · 2 years ago
  34. 6ae94a0 code_size_compare: make sure _remove_worktree executed by Yanray Wang · 2 years ago
  35. 9e8b671 code_size_compare: check --record-dir properly by Yanray Wang · 2 years ago
  36. 182eb15 Fix KeyType.can_do() for DH+FFDH by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  37. 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  38. afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  39. a279ca9 code_size_compare: remove unnecessary -r in cp command by Yanray Wang · 2 years ago
  40. 6ef5049 code_size_compare: simplify some code for python dictionary by Yanray Wang · 2 years ago
  41. 15b1358 logging_util: rename argument by Yanray Wang · 2 years ago
  42. 68265f4 code_size_compare: use `current` as default new Git revision by Yanray Wang · 2 years ago
  43. bef1acd code_size_compare: left align file names in markdown table by Yanray Wang · 2 years ago
  44. ea842e7 code_size_compare: print prompt message under correct condition by Yanray Wang · 2 years ago
  45. 533cde2 code_size_compare: set log level as ERROR in option --stdout by Yanray Wang · 2 years ago
  46. 2ba9df2 code_size_compare: direct error message by logger.error by Yanray Wang · 2 years ago
  47. e4a3636 code_size_compare: add comments to make code more readable by Yanray Wang · 2 years ago
  48. 25bd331 code_size_compare: round percentage to an integer value by Yanray Wang · 2 years ago
  49. f2cd717 code_size_compare: print 'None' if comparing size for a new file by Yanray Wang · 2 years ago
  50. 69262fc code_size_compare: add extra indication if print to sys.stdout by Yanray Wang · 2 years ago
  51. a6cf692 code_size_compare: simplify how to generate file name of code size by Yanray Wang · 2 years ago
  52. 9505900 code_size_compare: simplify CodeSizeGeneratorWithSize by Yanray Wang · 2 years ago
  53. 5605c6f code_size_compare: make CodeSizeBuildInfo more flexible by Yanray Wang · 2 years ago
  54. 955671b code_size_compare: replace SimpleNameSpace to a clearer data struct by Yanray Wang · 2 years ago
  55. 5b64e4c code_size_compare: clean up comments by Yanray Wang · 2 years, 1 month ago
  56. 386c2f9 code_size_compare: clean up code to make it more readable by Yanray Wang · 2 years, 1 month ago
  57. 21127f7 code_size_compare: add logging module and tweak prompt message by Yanray Wang · 2 years, 1 month ago
  58. 227576a code_size_compare: add option --stdout to show result in sys.stdout by Yanray Wang · 2 years, 1 month ago
  59. b664cb7 code_size_compare: add --markdown to show result in a markdown table by Yanray Wang · 2 years, 1 month ago
  60. 9b174e9 code_size_compare: generate text,data as comparison result by Yanray Wang · 2 years, 1 month ago
  61. 802af16 code_size_compare: support to measure code size with multiple tools by Yanray Wang · 2 years, 1 month ago
  62. 923f943 code_size_compare: introduce SimpleNamespace to store info by Yanray Wang · 2 years, 1 month ago
  63. 5e9130a code_size_compare: simplify methods in CodeSizeComparison by Yanray Wang · 2 years, 1 month ago
  64. e0e2760 code_size_compare: add CodeSizeCalculator to calculate code size by Yanray Wang · 2 years, 1 month ago
  65. 15c43f3 code_size_compare: add a base class as CodeSizeGenerator by Yanray Wang · 2 years, 1 month ago
  66. fc6ed4d code_size_compare: add a parser to generate code size with size tool by Yanray Wang · 2 years, 1 month ago
  67. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years ago
  68. cf3554b Update file permissions by Agathiyan Bragadeesh · 2 years, 1 month ago
  69. 237f91a Add script to manage gitignore anchors by Agathiyan Bragadeesh · 2 years, 1 month ago
  70. 699a6c8 code_size_compare.py: add comment for sys_arch by Yanray Wang · 2 years, 1 month ago
  71. 4c26db0 code_size_compare.py: run make clean before build libraries by Yanray Wang · 2 years, 1 month ago
  72. 1940e7b Merge pull request #7671 from yanrayw/7360-code-size-improve-format by Tom Cosgrove · 2 years, 1 month ago
  73. 38939f7 Merge pull request #7822 from gilles-peskine-arm/code-style-since by Dave Rodgman · 2 years, 1 month ago
  74. 92a55bf Merge pull request #7793 from minosgalanakis/ecp/6025_fast_reduction_dispatch by Paul Elliott · 2 years, 1 month ago
  75. dae4c03 ecp.py: Extended EcpP224K1Raw tests for 32/64 bit architectures. by Minos Galanakis · 2 years, 1 month ago
  76. 80c4ae8 bignum_common.py: Added `bits_to_limbs` method. by Minos Galanakis · 2 years, 1 month ago
  77. 717a831 Merge pull request #7807 from gilles-peskine-arm/mbedtls_ssl_protocol_version_str-no_array by Gilles Peskine · 2 years, 1 month ago
  78. 163ec40 Handle deleted files correctly by Gilles Peskine · 2 years, 1 month ago
  79. 9d7b24f Fix extra character in debug string by Gilles Peskine · 2 years, 1 month ago
  80. 43838b8 Add --since option to check files modified since a given commit by Gilles Peskine · 2 years, 1 month ago
  81. 22eb82c Clean up subprocess invocation in get_src_files by Gilles Peskine · 2 years, 1 month ago
  82. fd235bc Fix very high stack usage in SSL debug code by Gilles Peskine · 2 years, 2 months ago
  83. 450abfd test_suite_ecp: Added `MBEDTLS_ECP_NIST_OPTIM` define guards. by Minos Galanakis · 2 years, 2 months ago
  84. a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
  85. b4df176 Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  86. 0fe0c0c Merge pull request #7775 from daverodgman/version_features_codesize by Gilles Peskine · 2 years, 2 months ago
  87. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  88. b28d1c3 fix check-names failure by Dave Rodgman · 2 years, 2 months ago
  89. 90dfc21 Shorten encoding of version features by Dave Rodgman · 2 years, 2 months ago
  90. b727042 Move corner test case into python framework by Paul Elliott · 2 years, 2 months ago
  91. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  92. c7a2a6d code_size_compare.py: change prompt message in code size measurement by Yanray Wang · 2 years, 2 months ago
  93. 72b105f code_size_compare: clarify input and return types by Yanray Wang · 2 years, 2 months ago
  94. 8804db9 code_size_compare.py: integrate code with CodeSizeBase by Yanray Wang · 2 years, 2 months ago
  95. 16ebc57 code_size_compare.py: add a CodeSizeBase class by Yanray Wang · 2 years, 2 months ago
  96. 32b06f5 Merge pull request #7650 from yanrayw/7360-code-size-tfm-medium by Tom Cosgrove · 2 years, 2 months ago
  97. 21f1744 code_size_compare.py: fix make command logic in default config by Yanray Wang · 2 years, 2 months ago
  98. 502c54f code_size_compare.py: classify arguments in parser by Yanray Wang · 2 years, 2 months ago
  99. c18cd89 code_size_compare.py: add prompt for unsupported arch and config by Yanray Wang · 2 years, 2 months ago
  100. aba7158 code_size_compare.py: add armv8-m option for arch by Yanray Wang · 2 years, 2 months ago