1. 8804db9 code_size_compare.py: integrate code with CodeSizeBase by Yanray Wang · 2 years, 2 months ago
  2. 16ebc57 code_size_compare.py: add a CodeSizeBase class by Yanray Wang · 2 years, 2 months ago
  3. 32b06f5 Merge pull request #7650 from yanrayw/7360-code-size-tfm-medium by Tom Cosgrove · 2 years, 2 months ago
  4. 9dc219f Merge pull request #7668 from tom-daubney-arm/code_size_md_light by Tom Cosgrove · 2 years, 2 months ago
  5. 5903e9c Modify tests in response to review comments. by Thomas Daubney · 2 years, 2 months ago
  6. 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
  7. 21f1744 code_size_compare.py: fix make command logic in default config by Yanray Wang · 2 years, 2 months ago
  8. 73cfde8 Remove certain null pointer checks when only MD_LIGHT enabled by Thomas Daubney · 2 years, 2 months ago
  9. 0b68784 Merge pull request #7577 from mprse/ffdh_drivers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  10. 6a88d05 Merge pull request #7629 from xkqian/bignum/test_read_write_named_modulu by Gilles Peskine · 2 years, 2 months ago
  11. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  12. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  13. 6efa608 Revert setting optimization flag(use O2) by Przemek Stekiel · 2 years, 2 months ago
  14. bb85cf6 Merge pull request #7617 from yuhaoth/pr/move-input-files-of-cert-and-crl-info-tests by Gilles Peskine · 2 years, 2 months ago
  15. 28111db Adapt guards for psa_is_dh_key_size_valid by Przemek Stekiel · 2 years, 2 months ago
  16. b20f13a Change input cost type to uint64_t and fix max iteration test case by Kusumit Ghoderao · 2 years, 2 months ago
  17. 502c54f code_size_compare.py: classify arguments in parser by Yanray Wang · 2 years, 2 months ago
  18. c18cd89 code_size_compare.py: add prompt for unsupported arch and config by Yanray Wang · 2 years, 2 months ago
  19. 6824bad Change coding style to fix multi lines into one line by Xiaokang Qian · 2 years, 2 months ago
  20. cd33413 Modify tests to suit new behaviour by Thomas Daubney · 2 years, 2 months ago
  21. 33c91eb Add driver support for DH import key and export public key by Przemek Stekiel · 2 years, 2 months ago
  22. 055ffed Revert "Handle simple copy import/export before driver dispatch" by Przemek Stekiel · 2 years, 2 months ago
  23. bffe31c change path of mbedtls_x509_crl_parse input data by Jerry Yu · 2 years, 2 months ago
  24. 87f6477 change path of mbedtls_x509_csr_parse_file input data by Jerry Yu · 2 years, 2 months ago
  25. a3e249c change path of mbedtls_x509_csr_info input data by Jerry Yu · 2 years, 2 months ago
  26. e8e7bbb change path of x509_parse_san input data by Jerry Yu · 2 years, 2 months ago
  27. 1c3cfb3 change path of x509parse_crt_file input data by Jerry Yu · 2 years, 2 months ago
  28. 85b0758 change path of x509_cert_info input data by Jerry Yu · 2 years, 2 months ago
  29. 2d412c6 change path of mbedtls_x509_crl_info input data by Jerry Yu · 2 years, 2 months ago
  30. aba7158 code_size_compare.py: add armv8-m option for arch by Yanray Wang · 2 years, 2 months ago
  31. 254f94b Add test code for big endian write/read by Xiaokang Qian · 2 years, 2 months ago
  32. da5cf48 Add intermediate variable to represent the bytes of big num by Xiaokang Qian · 2 years, 2 months ago
  33. 60430bd code_size_compare.py: change default path of armclang by Yanray Wang · 2 years, 2 months ago
  34. 36ad151 Merge pull request #7191 from oberon-microsystems/fix-test-sign-hash-check-for-pure-eddsa by Gilles Peskine · 2 years, 2 months ago
  35. 981d8b6 Merge pull request #7566 from paul-elliott-arm/core_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  36. a3841ab code_size_compare.py: add missing aes.o in code size comparison by Yanray Wang · 2 years, 2 months ago
  37. 369cd96 code_size_compare.py: add suffix to code size report by Yanray Wang · 2 years, 2 months ago
  38. 41a0aad code_size_compare.py: clean up worktree in errors of subprocess by Aditya Deshpande · 2 years, 4 months ago
  39. 6a86258 code_size_compare.py: support measurement of tfm-medium by Yanray Wang · 2 years, 2 months ago
  40. 23bd532 code_size_compare.py: add --arch and detection of host arch by Yanray Wang · 2 years, 2 months ago
  41. 449803ab pkwrite: remove unnecessary code duplication by Valerio Setti · 2 years, 2 months ago
  42. ebc2478 Move const result to the first parameter by Xiaokang Qian · 2 years, 2 months ago
  43. b3366c5 Update comments about how to generate mod_read_write data by Xiaokang Qian · 2 years, 2 months ago
  44. dfaf90f Add test data for function ecp_mod_random by Xiaokang Qian · 2 years, 2 months ago
  45. b8cf622 Add test function ecp_mod_random by Xiaokang Qian · 2 years, 2 months ago
  46. 5e4e287 Add test data for ecp mod read write by Xiaokang Qian · 2 years, 3 months ago
  47. 16a36e6 Add mod test functions for unit read write by Xiaokang Qian · 2 years, 3 months ago
  48. 3c0e4ef Merge pull request #7512 from lpy4105/issue/7014/cert_audit-improvement by Gilles Peskine · 2 years, 2 months ago
  49. 835be98 Merge pull request #7631 from tom-daubney-arm/remove_surplus_loop_condition_issue_7529 by Gilles Peskine · 2 years, 2 months ago
  50. 5e7ef20 Add test case for PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  51. 91f99f5 Change output length parameter in pbkdf2_hmac_set_password by Kusumit Ghoderao · 2 years, 2 months ago
  52. d7a3f80 Restructure set salt function by Kusumit Ghoderao · 2 years, 2 months ago
  53. 7050662 Correct comment header block by Paul Elliott · 2 years, 2 months ago
  54. e72bf2d ecp_curves: Adjusted the expected limb size for `ecp_mod_p255()`. by Minos Galanakis · 2 years, 2 months ago
  55. a541e01 pkparse: avoid creating extra copy of the private key by Valerio Setti · 2 years, 2 months ago
  56. d040509 tls: use pk_get_group_id() instead of directly accessing PK's structure by Valerio Setti · 2 years, 2 months ago
  57. a0aa5d8 Merge pull request #7582 from xkqian/bignum/test_add_sub_named_moduli by Janos Follath · 2 years, 2 months ago
  58. 1194ffa pk: minor code fixes/enhancements by Valerio Setti · 2 years, 2 months ago
  59. 51aa52e pk: fix key properties when importing private key by Valerio Setti · 2 years, 2 months ago
  60. aac9a58 Fix code style and initialize status by Kusumit Ghoderao · 2 years, 2 months ago
  61. 2b22834 Merge pull request #7644 from tom-daubney-arm/alignment_h_refactoring by Dave Rodgman · 2 years, 2 months ago
  62. 0202ccc Add tests with direct and key output by Kusumit Ghoderao · 2 years, 2 months ago
  63. bd6cefb Add HMAC specific function for setting password by Kusumit Ghoderao · 2 years, 2 months ago
  64. 10cc6bd Add PSA_ALG_PBKDF2_HMAC_GET_HASH macro by Kusumit Ghoderao · 2 years, 2 months ago
  65. b538bb7 Restructure pbkdf2_set_salt function by Kusumit Ghoderao · 2 years, 2 months ago
  66. e66a8ad Define PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  67. 52fe517 Change pbkdf2 password to array by Kusumit Ghoderao · 2 years, 2 months ago
  68. f9f0ba8 Use functions in alignment.h to get value by Thomas Daubney · 2 years, 3 months ago
  69. b5844e4 Change assert to equal base one comments by Xiaokang Qian · 2 years, 2 months ago
  70. b2e551d Merge pull request #6943 from ucko/2023b-platform by Dave Rodgman · 2 years, 3 months ago
  71. 3b6bf10 Fix missed renames from N to X by Paul Elliott · 2 years, 3 months ago
  72. 7ef8a8d pk: improve description for the new priv_id field by Valerio Setti · 2 years, 3 months ago
  73. ec00b50 ecp_curves: Adjusted input checking for `ecp_mod_p255`. by Minos Galanakis · 2 years, 3 months ago
  74. e50a75f test: add exception in analyze_outcomes.py and fix test for montgomery curves by Valerio Setti · 2 years, 3 months ago
  75. 9efa8c4 pk: fix eckey_check_pair_psa by Valerio Setti · 2 years, 3 months ago
  76. ed25edb test_suite_pkparse: fix failure by Valerio Setti · 2 years, 3 months ago
  77. 7237d5f test: minor enhancement for using the new private key format by Valerio Setti · 2 years, 3 months ago
  78. 9720778 tls/x509: minor enhancement for using the new private key format by Valerio Setti · 2 years, 3 months ago
  79. ae8c628 pk: improve sign, check_pair and wrap_as_opaque functions with new format by Valerio Setti · 2 years, 3 months ago
  80. 00e8dd1 pk: manage parse and write for the new format by Valerio Setti · 2 years, 3 months ago
  81. b536126 pk: manage allocate and free space when working with PSA private key by Valerio Setti · 2 years, 3 months ago
  82. e0e6311 pk: change location of Montgomery helpers by Valerio Setti · 2 years, 3 months ago
  83. 8a62250 pk: move PSA error translation macros to internal header by Valerio Setti · 2 years, 3 months ago
  84. 9dc9204 Merge pull request #7554 from valeriosetti/issue7073-reshape by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  85. d6beda7 ecp_curves: Extended documentation for CURVE25519. by Minos Galanakis · 2 years, 3 months ago
  86. 47249fd ecp_curves: Added documentation for mbedtls_ecp_mod_p255_raw by Minos Galanakis · 2 years, 3 months ago
  87. 31f0b45 ecp_curves: Reintroduced input checking for by Minos Galanakis · 2 years, 3 months ago
  88. 65c386e ecp_curves: Switched to dynamic memory for by Minos Galanakis · 2 years, 3 months ago
  89. 2daa374 ecp_curves: Minor refactoring of `mbedtls_ecp_mod_p255_raw()` by Minos Galanakis · 2 years, 3 months ago
  90. aada68f ecp.py: Fixed types for `arguments()` overrides. by Minos Galanakis · 2 years, 3 months ago
  91. c2c967b ecp.py: Added tests for `mbedtls_ecp_mod_p255_raw` by Minos Galanakis · 2 years, 3 months ago
  92. 2f1ae5a Modify TFM files to allow them to build on baremetal with Mbed TLS and fix code style. by Aditya Deshpande · 2 years, 4 months ago
  93. 16a62e3 Bring over both necessary medium config files (regular and PSA style) from TFM. by Aditya Deshpande · 2 years, 4 months ago
  94. d7d1039 Merge pull request #7634 from AndrzejKurek/fix-bad-keyfile-prereqs by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  95. 967b477 Add test data "modulus-1" and "modulus-2" for every curve by Xiaokang Qian · 2 years, 3 months ago
  96. d0292c2 ecp_curves: Refactored `mbedtls_ecp_mod_p255`. by Minos Galanakis · 2 years, 3 months ago
  97. 016264b pk: fix a return value and a typo in comment by Valerio Setti · 2 years, 3 months ago
  98. a7cb845 pk: add checks for the returned ECC family by Valerio Setti · 2 years, 3 months ago
  99. 50729ea Merge pull request #7611 from yanrayw/7609_tweak_build_info_include_order by Gilles Peskine · 2 years, 3 months ago
  100. 2607067 Merge pull request #7565 from gabor-mezei-arm/7263_split_out_Koblitz_raw_functions by Paul Elliott · 2 years, 3 months ago