1. eabfef3 generate_psa_tests: fix docstring for tweak_key_pair_dependency function by Valerio Setti · 2 years, 1 month ago
  2. 0c42c43 generate_psa_tests: optimize code for key pair dependencies generation by Valerio Setti · 2 years, 1 month ago
  3. c0d2f84 test: replace all KEY_TYPE_ECC_KEY_PAIR with proper symbols by Valerio Setti · 2 years, 1 month ago
  4. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  5. 072bded test: use proper key pair symbols in accelerated list for EC curve test by Valerio Setti · 2 years, 1 month ago
  6. 7bbd98f generate_psa_tests: minor fixes by Valerio Setti · 2 years, 1 month ago
  7. 24c64e8 generate_psa_tests: improve script to handle all generated files by Valerio Setti · 2 years, 1 month ago
  8. 656f5ff generate_psa_tests: remove GENPRIME from dependencies of RSA key pair by Valerio Setti · 2 years, 2 months ago
  9. 76882fc generate_psa_tests: improve code for key pairs dependency generation by Valerio Setti · 2 years, 2 months ago
  10. 5d58a55 generate_psa_tests: fix comments by Valerio Setti · 2 years, 2 months ago
  11. f6587be test: remove useless accelerator intialization + minor restyling by Valerio Setti · 2 years, 2 months ago
  12. a983655 test: use better naming for new components by Valerio Setti · 2 years, 2 months ago
  13. 5ca80e7 test: properly handle new KEY_PAIR_yyy symbols in PSA generated test by Valerio Setti · 2 years, 2 months ago
  14. 249b18a test: add new component to test with all KEY_PAIRs enabled but one by Valerio Setti · 2 years, 2 months ago
  15. aafe900 test: enable X509 testing in no_ecp_at_all() components by Valerio Setti · 2 years, 1 month ago
  16. 5bd2523 test: ignore compressed points' tests when checking coverage without ECP at all by Valerio Setti · 2 years, 2 months ago
  17. 1814bb7 test: re-enable PK and RSA in component without ECP/ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  18. a8dc7fd test: remove leftover paragraph in test_psa_crypto_config_accel_ecc_ecp_light_only by Valerio Setti · 2 years, 2 months ago
  19. 15e7044 test: update depends.py with new dependencies by Valerio Setti · 2 years, 2 months ago
  20. 22d0a79 test: fix bug for test without bugnum by Valerio Setti · 2 years, 2 months ago
  21. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  22. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  23. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  24. 4348368 test: remove leftover from past PR development by Valerio Setti · 2 years, 2 months ago
  25. 4d25a8d test: renaming component testing accelerated EC by Valerio Setti · 2 years, 2 months ago
  26. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  27. 4590bc2 test: run all the test suite in the temporary component and grep outcome file by Valerio Setti · 2 years, 2 months ago
  28. a1a0b1b test: add a temporary test for checking conversion for new symbols by Valerio Setti · 2 years, 2 months ago
  29. 323ad1c psa: fixing psa_crypto_generate_key.generated by Valerio Setti · 2 years, 2 months ago
  30. 64f790f test: fix python script for PSA test generation by Valerio Setti · 2 years, 2 months ago
  31. ff7f861 tests: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  32. 24f4676 Merge pull request #7672 from mpg/libtestdriver1-helpers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  33. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  34. 8d645dc Fix unintentional config reduction in prev commit by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  35. 4292441 all.sh: use clang for one test of AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 2 months ago
  36. f8930e2 Fix special-case with all curves except one. by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  37. aed1d78 Remove references to non-existing options by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  38. 2336c8e Make -SE_C part of adjust_config by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  39. 8df87bf Group both configuration steps by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  40. 6ec39ca Remove the all.sh test for this, since armclang on CI is too old by Tom Cosgrove · 2 years, 2 months ago
  41. 730addc Fix armc5-bin-dir and armc6-bin-dir options to all.sh by Tom Cosgrove · 2 years, 2 months ago
  42. 579e6e9 Merge the two ARM Compiler 6 - Target ARMv8.2-A - AArch64 builds by Tom Cosgrove · 2 years, 2 months ago
  43. 46ed3a9 Add an all.sh build test that catches the unterminated pragmas by Tom Cosgrove · 2 years, 2 months ago
  44. 95b43a0 Merge pull request #7651 from daverodgman/fix-armclang-compile-fail by Gilles Peskine · 2 years, 2 months ago
  45. 7ae342f Use helper_libtestdriver1_adjust_config more by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  46. 981732e Fix some typos by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  47. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  48. d4dff8b Update FFDH component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  49. f5c5d97 Add documentation about libtestdriver1 usage by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  50. 239094d all.sh: make libtestdriver1 components more uniform by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  51. 27dd73f all.sh: add helper_libtestdriver1_make_main() by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  52. 31639e4 all.sh: add helper_libtestdriver1_make_drivers() by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  53. 27e1767 all.sh: add helper_libtestdriver1_adjust_config by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  54. a14b8f0 Add total when printing sizes in all.sh by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  55. b45d58b Add armclang -O0 build test by Dave Rodgman · 2 years, 2 months ago
  56. 8c315f2 Add build tests for Thumb and Thumb2 with clang by Dave Rodgman · 2 years, 2 months ago
  57. f1d2913 test: remove debug echo in component by valerio · 2 years, 2 months ago
  58. 0b68784 Merge pull request #7577 from mprse/ffdh_drivers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  59. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  60. 6efa608 Revert setting optimization flag(use O2) by Przemek Stekiel · 2 years, 2 months ago
  61. 3c0e4ef Merge pull request #7512 from lpy4105/issue/7014/cert_audit-improvement by Gilles Peskine · 2 years, 2 months ago
  62. 99318e6 Add build test for armclang / Cortex-M0 / -Os by Dave Rodgman · 2 years, 2 months ago
  63. e50a75f test: add exception in analyze_outcomes.py and fix test for montgomery curves by Valerio Setti · 2 years, 3 months ago
  64. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  65. 012b6bb all.sh: test AES built-in implementation in AES-128-bit key only by Yanray Wang · 2 years, 3 months ago
  66. dccb202 Add test component for accelerated FFDH by Przemek Stekiel · 2 years, 3 months ago
  67. 5dd429c generate_psa_tests.py: fix typo by Yanray Wang · 2 years, 3 months ago
  68. a57f677 cert_audit: Fix DER files missed from parsing by Pengyu Lv · 2 years, 3 months ago
  69. ee870a6 cert_audit: Remove merge_auditdata by Pengyu Lv · 2 years, 3 months ago
  70. e09d27e cert_audit: Use dictionary to store parsed AuditData by Pengyu Lv · 2 years, 3 months ago
  71. 31e3d12 cert_audit: Output format improvement by Pengyu Lv · 2 years, 3 months ago
  72. 13f2ef4 cert_audit: Calculate identifier for X.509 objects by Pengyu Lv · 2 years, 3 months ago
  73. fd72d9f cert_audit: Fix bug in check_cryptography_version by Pengyu Lv · 2 years, 3 months ago
  74. 0b4832b cert_audit: Sort the outputs by not_valid_after date by Pengyu Lv · 2 years, 3 months ago
  75. fe13bd3 cert_audit: Merge audit_data for identical X.509 objects by Pengyu Lv · 2 years, 3 months ago
  76. e245c0c cert_audit: Support parsing file with multiple PEMs by Pengyu Lv · 2 years, 3 months ago
  77. ddfd0a2 Merge pull request #7399 from lpy4105/issue/7014/certificate-audit-script by Bence Szépkúti · 2 years, 3 months ago
  78. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
  79. 374c3ae all.sh: add test for AES-128bit only without MBEDTLS_CTR_DRBG_C by Yanray Wang · 2 years, 3 months ago
  80. 1ed226f Auto-enable CTR_DRBG_USE_128_BIT_KEY with AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 3 months ago
  81. 3f41744 generate_psa_tests.py: add extra dependencies based on key bit by Yanray Wang · 2 years, 4 months ago
  82. 3eb50e7 all.sh: add test for AES_ONLY_128_BIT_KEY_LENGTH by Arto Kinnunen · 2 years, 4 months ago
  83. b70c4e0 Adjust code style for pointer types and casts by Gilles Peskine · 2 years, 3 months ago
  84. 2986acc typo by Gilles Peskine · 2 years, 3 months ago
  85. 8b32d20 Test the line number returned by parse_test_data by Gilles Peskine · 2 years, 5 months ago
  86. 6f5082b Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
  87. 872948c Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  88. 4ea4ad0 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
  89. 47e2e88 Support (void) as an argument list of a test function by Gilles Peskine · 2 years, 8 months ago
  90. 096f0ca parse_function_arguments: extract per-argument function by Gilles Peskine · 2 years, 8 months ago
  91. 400cde6 parse_function_arguments: make local_vars a list by Gilles Peskine · 2 years, 8 months ago
  92. b3c2eaf Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  93. 5226eb5 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
  94. ca25dee Factor get_function_info out of gen_from_test_data by Gilles Peskine · 2 years, 8 months ago
  95. 8542f5c Add line number to a few error messages by Gilles Peskine · 2 years, 8 months ago
  96. 1d4cc91 cert_audit: Reword the options and their descriptions by Pengyu Lv · 2 years, 3 months ago
  97. 1381598 cert_audit: Check the version of cryptography by Pengyu Lv · 2 years, 3 months ago
  98. feb941a Merge pull request #7465 from valeriosetti/issue7460-part3 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  99. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
  100. c34b9ac cert_audit: Clarify the abstraction of Auditor by Pengyu Lv · 2 years, 4 months ago