1. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  2. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  3. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  4. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  5. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  6. 6e7deb1 Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  7. f434994 Merge pull request #5303 from yuhaoth/pr/add_list_config_function by paul-elliott-arm · 3 years, 8 months ago
  8. 2331fdb Merge pull request #5293 from ronald-cron-arm/tls13-mvp-misc by Ronald Cron · 3 years, 8 months ago
  9. 64bff9f tests: data_files: Avoid symbolic links by Ronald Cron · 3 years, 8 months ago
  10. dc8ecda Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  11. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  12. 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
  13. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  14. 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
  15. 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
  16. d0fcf7f fix ci fail by Jerry Yu · 3 years, 8 months ago
  17. fe051f6 Merge pull request #5297 from paul-elliott-arm/test_suite_cipher_returns by Gilles Peskine · 3 years, 8 months ago
  18. 9eab5a6 tests: TLS 1.3: Remove unnecessary test requirement by Ronald Cron · 3 years, 8 months ago
  19. ae93725 tests: Make compat mode optional in script generating tests by Ronald Cron · 3 years, 8 months ago
  20. d04fd35 Replace configs_enabled check with query_compile_time_config by Jerry Yu · 3 years, 8 months ago
  21. bc8b22e fix tls13 test fail by Jerry Yu · 3 years, 8 months ago
  22. cdcc55f update test check strings by Jerry Yu · 3 years, 9 months ago
  23. e3b3412 Add tests for enum helper by Jerry Yu · 3 years, 10 months ago
  24. e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 11 months ago
  25. 0cf7e38 Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  26. 46a6c20 Add checked returns to tests without them. by Paul Elliott · 3 years, 8 months ago
  27. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  28. a55c5a1 ssl-opt.sh: TLS 1.3: Add middlebox compatibility tests with GnuTLS by Ronald Cron · 3 years, 8 months ago
  29. 7c0185f ssl-opt.sh: TLS 1.3: Add some missing test dependencies by Ronald Cron · 3 years, 8 months ago
  30. fdb0e3f ssl-opt.sh: TLS 1.3: Run tests with middlebox compatibility enabled by Ronald Cron · 3 years, 8 months ago
  31. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  32. d7d740e Merge pull request #5236 from gabor-mezei-arm/4926_base64_move_constant-time_functions by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  33. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  34. 3938fef Indicate set nonce negative test failure reasons by Paul Elliott · 3 years, 8 months ago
  35. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  36. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  37. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  38. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  39. 52a6e7e Replace tls1_3 with tls13 by Jerry Yu · 3 years, 8 months ago
  40. 2c315a8 remove unused function by Jerry Yu · 3 years, 8 months ago
  41. c502dff fix TLS1.3 name issue by Jerry Yu · 3 years, 8 months ago
  42. 7918efe Refactor to avoid duplicate add_* by Jerry Yu · 3 years, 8 months ago
  43. 882c30d Merge CAFILE and Certificate by Jerry Yu · 3 years, 8 months ago
  44. b4ac8f3 fix various issues by Jerry Yu · 3 years, 8 months ago
  45. dda036d rename ecdsa_secp*sha* to ecdsa_secp* by Jerry Yu · 3 years, 8 months ago
  46. 7f5e5ad fix pylint fail by Jerry Yu · 3 years, 8 months ago
  47. 55ee769 Fix out-of-source build fail by Jerry Yu · 3 years, 8 months ago
  48. f17a60f Add opt-testcases into check list by Jerry Yu · 3 years, 8 months ago
  49. cdcb683 Update generate scripts and tls13 test cases by Jerry Yu · 3 years, 8 months ago
  50. 31018ad Add tls13 compat tests with bash scripts by Jerry Yu · 3 years, 8 months ago
  51. c4aa152 tls13_compat_tests:Add generate all option by Jerry Yu · 3 years, 8 months ago
  52. d64e20d fix wrong typo by Jerry Yu · 3 years, 8 months ago
  53. 26fa7dc Remove rsa_pss_rsae_sha256 test from ssl-opt.sh by Jerry Yu · 3 years, 8 months ago
  54. 29deed4 Add rsa_pss_rsae_sha256 into tls13 compat tests by Jerry Yu · 3 years, 8 months ago
  55. 305bfc3 Add tls13 compat tests by Jerry Yu · 3 years, 8 months ago
  56. 0f99af8 Add keys for tls13 compat tests by Jerry Yu · 3 years, 9 months ago
  57. 8c5559d Add HelloRetryRequst tests by Jerry Yu · 3 years, 8 months ago
  58. 936dffd Add certificate request check by Jerry Yu · 3 years, 9 months ago
  59. 8f9d7db Add unsupported version check by Jerry Yu · 3 years, 9 months ago
  60. 8c8cea2 Merge pull request #5166 from xffbai/code-align by Ronald Cron · 3 years, 8 months ago
  61. fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  62. 3a8714d all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago
  63. b231245 all.sh: psa: Add hash acceleration test component by Ronald Cron · 4 years, 3 months ago
  64. c9586db tests: psa: Add dependencies on built-in hash by Ronald Cron · 3 years, 10 months ago
  65. 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  66. 403c15c all.sh: psa: Add ECDSA and RSA signature acceleration component by Ronald Cron · 3 years, 11 months ago
  67. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  68. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  69. 72b25da tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
  70. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  71. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  72. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  73. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  74. 64df738 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  75. d21e6b7 tests: psa: Fix the dependencies on some driver wrappers fallback tests by Ronald Cron · 4 years, 4 months ago
  76. ae4a690 tests: psa: Fix MD5 support not available dependencies by Ronald Cron · 3 years, 10 months ago
  77. 18cd8db tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  78. 40e46cf tests: psa: Remove wrong test function dependencies by Ronald Cron · 4 years, 4 months ago
  79. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  80. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  81. d895f52 Merge pull request #5197 from gilles-peskine-arm/pip-requirements by Gilles Peskine · 3 years, 8 months ago
  82. 1bbf6d6 Merge pull request #5149 from mfil/feature/additional_cipher_info_getters by Gilles Peskine · 3 years, 8 months ago
  83. c7a40bc tests: psa: driver: cipher: Remove unnecessary check by Ronald Cron · 3 years, 8 months ago
  84. 9a37ff6 tests: psa: aead: Fix operation type in entry point prototypes by Ronald Cron · 3 years, 8 months ago
  85. 8b5c382 Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 3 years, 8 months ago
  86. 2673aa5 Remove accidental requirement on the worktree content by Gilles Peskine · 3 years, 8 months ago
  87. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  88. 4768a30 Simplify Input usage macros by Paul Elliott · 3 years, 8 months ago
  89. df00695 Rename (and relabel) pkcs12 test case by Paul Elliott · 3 years, 8 months ago
  90. 3584ae4 Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
  91. 72abd8a Fix type for iv size and block size in tests by Max Fillinger · 3 years, 8 months ago
  92. d77b86c Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  93. 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  94. b8d7892 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
  95. 13ed5c1 test: psa driver wrapper: Add non regression test for psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
  96. c60772c test: psa driver wrapper: Add cipher_encrypt negative testing by Ronald Cron · 4 years, 1 month ago
  97. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  98. e9a45fc test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
  99. 2d75cd7 test: psa driver wrapper: Add non regression test for psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
  100. 6c9bb0f test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 4 years, 1 month ago