1. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 7 months ago
  2. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 7 months ago
  3. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  4. 4b09dcd Change renegotiation test to use G_NEXT_SRV by Waleed Elmelegy · 1 year, 7 months ago
  5. 3519cfb Merge pull request #8639 from bensze01/release_components by Paul Elliott · 1 year, 7 months ago
  6. 7c14afc Merge pull request #8595 from yanrayw/issue/8593/srv-CH-fix-version-check by Ronald Cron · 1 year, 7 months ago
  7. e83be5f Change renegotiation tests to work with TLS 1.2 only by Waleed Elmelegy · 1 year, 7 months ago
  8. f149cd1 Merge pull request #8688 from jwinzig-at-hilscher/development by Paul Elliott · 1 year, 7 months ago
  9. 1487760 Change order of checking of record size limit client tests by Waleed Elmelegy · 1 year, 7 months ago
  10. a3bfdea Revert "Make sure record size limit is not configured without TLS 1.3" by Waleed Elmelegy · 1 year, 7 months ago
  11. 7ae74b7 Make sure record size limit is not configured without TLS 1.3 by Waleed Elmelegy · 1 year, 7 months ago
  12. e840263 Move record size limit testing to tls13 component by Waleed Elmelegy · 1 year, 7 months ago
  13. 2fa99b2 Add tests for client complying with record size limit by Waleed Elmelegy · 1 year, 7 months ago
  14. f501790 Improve comments across record size limit changes by Waleed Elmelegy · 1 year, 7 months ago
  15. 9457e67 update record size limit tests to be more consistent by Waleed Elmelegy · 1 year, 7 months ago
  16. 3a37756 Improve record size limit tests by Waleed Elmelegy · 1 year, 7 months ago
  17. 598ea09 TLS1.3: SRV/CLI: add support for sending Record Size Limit extension by Waleed Elmelegy · 1 year, 7 months ago
  18. 47d2946 tls13: server: write Record Size Limit ext in EncryptedExtensions by Waleed Elmelegy · 1 year, 7 months ago
  19. 42017cd tls13: cli: write Record Size Limit ext in ClientHello by Yanray Wang · 1 year, 9 months ago
  20. 3eb9025 Merge pull request #8680 from mpg/ciphers-wrapup by Manuel Pégourié-Gonnard · 1 year, 7 months ago gh-readonly-queue/development/pr-8680-3a6059beca6f39ed7b4eef4ee55b9de8f47c1979
  21. 315c3ca Add required dependency to the testcase by Jonathan Winzig · 1 year, 7 months ago
  22. 6c9779f Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
  23. a72454b Update test-data to use SIZE_MAX by Jonathan Winzig · 1 year, 7 months ago
  24. c5e77bf Add missing newline at the end of test_suite_x509write.data by Jonathan Winzig · 1 year, 7 months ago
  25. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  26. 2bd2b78 Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  27. 88bae8b Rename tests components for clarity by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  28. 7f48d5e Rename test components to better reflect content by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  29. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  30. 60f0f72 Add config dependencies to record size tests by Waleed Elmelegy · 1 year, 7 months ago
  31. a021d63 Merge pull request #8642 from daverodgman/default-compiler-all by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/development/pr-8642-5bad043c061f8161ab0f6fa930d3271e428303fe
  32. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  33. 66b1ded Merge pull request #8623 from daverodgman/verbatim-tfm by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  34. 1c91057 Update check_files.py to accomodate non-standard license headers in TF-M config files by Dave Rodgman · 1 year, 8 months ago
  35. 0ae58dd Unify MBEDTLS_TEST_OBJS by Gilles Peskine · 1 year, 7 months ago
  36. 570e548 Finish unifying LOCAL_CFLAGS by Gilles Peskine · 1 year, 7 months ago
  37. 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
  38. 8c8b4da all.sh: keep PSA_WANT_ALG_[CCM/GCM] enabled in common_block_cipher_dispatch() by Valerio Setti · 1 year, 7 months ago
  39. ea982e3 Merge pull request #8637 from bensze01/fix_supported_components by Gilles Peskine · 1 year, 7 months ago
  40. 3d46b7f Fix Max fragmen length test to use TLS 1.2 maximum output size by Waleed Elmelegy · 1 year, 7 months ago
  41. bae705c Fix TLS 1.2 test to use TLS 1.2 maximum output size by Waleed Elmelegy · 1 year, 7 months ago
  42. 84d19e0 all.sh: keep DES_C and CTR_DRBG_C enabled in test_full_no_cipher_with_crypto() by Valerio Setti · 1 year, 7 months ago
  43. ea03183 Adjust TLS 1.3 tests to new maximum output changes by Waleed Elmelegy · 1 year, 7 months ago
  44. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  45. 562dfe1 all.sh: keep PKCS[5/12] enabled in full_no_cipher test components by Valerio Setti · 1 year, 7 months ago
  46. a0c9c66 analyze_outcomes: ignore only test concerning AES/ARIA/Camellia in CMAC by Valerio Setti · 1 year, 7 months ago
  47. 160b2bd test_suite_cmac: add used key type to all test cases by Valerio Setti · 1 year, 7 months ago
  48. 87a373e Improve Record size limit testing by Waleed Elmelegy · 1 year, 7 months ago
  49. 0635cca analyze_outcomes: update skipped tests following latest changes to all.sh by Valerio Setti · 1 year, 7 months ago
  50. cd21d4e all.sh: keep legacy cipher modes enabled in test_full_block_cipher_legacy_dispatch() by Valerio Setti · 1 year, 7 months ago
  51. 9a4cc12 test_suite_block_cipher.psa: remove misleading initial comment by Valerio Setti · 1 year, 7 months ago
  52. ab0494f analyze_outcomes: update comments of skipped tests by Valerio Setti · 1 year, 7 months ago
  53. b9f4bfc all.sh: fix messages in test_psa_crypto_config_accel_des by Valerio Setti · 1 year, 7 months ago
  54. 7602298 Allow *.make to contain tabs by Gilles Peskine · 1 year, 8 months ago
  55. 259df98 Revert "Add option to pass make variables to depends.py" by Gilles Peskine · 1 year, 8 months ago
  56. 811daaa Revert "Add ability to pass make variables to psa_collect_statuses.py" by Gilles Peskine · 1 year, 8 months ago
  57. 21570cf Auto-detect the need to link with pthread on Unix-like platforms by Gilles Peskine · 1 year, 8 months ago
  58. 4392fc1 Unify some common rules of programs/Makefile and tests/Makefile by Gilles Peskine · 1 year, 8 months ago
  59. 076fd25 Unify common variables of programs/Makefile and tests/Makefile by Gilles Peskine · 1 year, 8 months ago
  60. f3d1ae1 Create common.make with LOCAL_CFLAGS and friends by Gilles Peskine · 1 year, 8 months ago
  61. f5c5ce7 Partly unify LOCAL_CFLAGS by Gilles Peskine · 1 year, 8 months ago
  62. 4ad5733 Unify treatment of MBEDTLS_TEST_OBJS by Gilles Peskine · 1 year, 8 months ago
  63. afccc1a Indent nested conditionals by Gilles Peskine · 1 year, 8 months ago
  64. 5c7e944 fix line length by Dave Rodgman · 1 year, 8 months ago
  65. a72a797 all.sh: keep PKCS[5/12] enabled in accel_cipher_aead tests by Valerio Setti · 1 year, 8 months ago
  66. a69e872 pkcs[5/12]: add CIPHER_C for [en/de]crypting functions by Valerio Setti · 1 year, 8 months ago
  67. 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 8 months ago
  68. 907cb02 Merge pull request #8618 from Ryan-Everett-arm/new-state-transition-documentation by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8618-4bf4473ef0960fd221a739a187a8f1ec3abb970f
  69. 0e6fdc4 Merge pull request #8342 from yanesca/threading_test_pc by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8342-35085c5e893430886609386ad093131900d68723
  70. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  71. 9c69348 pk test suite: rename the parameter named parameter by Tomi Fontanilles · 1 year, 8 months ago
  72. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  73. 5f665c3 analyze_outcomes: add exceptions to disparities for block_cipher dispatch by Valerio Setti · 1 year, 8 months ago
  74. 9afa329 analyze_outcomes: allow ignored test suites to have a dot in the name by Valerio Setti · 1 year, 8 months ago
  75. 45c84fe test_suite_ccm: add missing BLOCK_CIPHER_PSA_[INIT/DONE]() by Valerio Setti · 1 year, 8 months ago
  76. 689c0f7 tests: use new CCM/GCM capability macros in tests by Valerio Setti · 1 year, 8 months ago
  77. 4a8ef7c all.sh: disable legacy AES/ARIA/CAMELLIA in test_full_block_cipher_psa_dispatch by Valerio Setti · 1 year, 8 months ago
  78. c393222 Work around clang 3.8 bug by Dave Rodgman · 1 year, 8 months ago
  79. fc5b955 Don't use full path for setting CC by Dave Rodgman · 1 year, 8 months ago
  80. bc8e61d Use gcc in test_full_deprecated_warning by Dave Rodgman · 1 year, 8 months ago
  81. d8d6451 Add -O2 to some CFLAGS which were not setting it by Dave Rodgman · 1 year, 8 months ago
  82. ea03ef9 Don't specify gcc unless the test requires it by Dave Rodgman · 1 year, 8 months ago
  83. dfe5ce8 Use clang -O2 in common_block_cipher_no_decrypt by Dave Rodgman · 1 year, 8 months ago
  84. 590519f Enable -O2 in depends.py by Dave Rodgman · 1 year, 8 months ago
  85. 9da01a7 all.sh: rename test_psa_crypto_config_accel_cipher to accel_des by Valerio Setti · 1 year, 8 months ago
  86. d0a594d Use gcc in test_psa_compliance by Dave Rodgman · 1 year, 8 months ago
  87. 932ce85 Ensure test_psa_compliance uses gcc by Dave Rodgman · 1 year, 8 months ago
  88. 0c5bfe8 Ensure clang is present by Dave Rodgman · 1 year, 8 months ago
  89. 66cbc83 Use clang by default by Dave Rodgman · 1 year, 8 months ago
  90. 22dbaf0 Add AES_PSA_INIT() to thread test case by Paul Elliott · 1 year, 8 months ago
  91. 445af3c Move test dependancies to function file by Paul Elliott · 1 year, 8 months ago
  92. 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
  93. 40f0ec2 Remove requirement for SHA512 from ctr_drbg test by Paul Elliott · 1 year, 8 months ago
  94. 20a95bc Remove explicit linking of PThread in make by Paul Elliott · 1 year, 8 months ago
  95. 6587959 Add ability to pass make variables to psa_collect_statuses.py by Paul Elliott · 1 year, 8 months ago
  96. be978a8 Add option to pass make variables to depends.py by Paul Elliott · 1 year, 8 months ago
  97. 356597f Make TSan test run operate on full config by Paul Elliott · 1 year, 8 months ago
  98. bb0e48f Make number of threads a test argument by Paul Elliott · 1 year, 8 months ago
  99. fed410f Increase entropy buffer sizes by Paul Elliott · 1 year, 8 months ago
  100. 811c600 Guard tests correctly by Paul Elliott · 1 year, 8 months ago