1. 5d8598e update certificate request tests by Xiaofei Bai · 3 years, 7 months ago
  2. c6753a6 Merge pull request #5363 from AndrzejKurek/clarify-testing-set-nonce-set-lengths by Gilles Peskine · 3 years, 6 months ago
  3. 24479b3 Merge pull request #5395 from gilles-peskine-arm/ssl-opt-self-signed-positive by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  4. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  5. ff743a7 Merge pull request #5425 from gabor-mezei-arm/5181_tls_cipher_extend_testing_of_tickets by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  6. 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
  7. 6d6d93e Merge pull request #5350 from AndrzejKurek/psa-aead-invalid-tag-lengths-setup by Gilles Peskine · 3 years, 7 months ago
  8. c191add Merge pull request #5267 from mprse/mac_multipart by Gilles Peskine · 3 years, 7 months ago
  9. fe271b9 Merge pull request #5253 from AndrzejKurek/chacha-iv-len-16-fixes by Gilles Peskine · 3 years, 7 months ago
  10. daaf38b Remove multipart part from mac_verify test case by Przemyslaw Stekiel · 3 years, 8 months ago
  11. 6ec59f8 Add mac_verify_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
  12. 1af1983 Remove multipart part from mac_sign test case by Przemyslaw Stekiel · 3 years, 8 months ago
  13. f47b8d3 Add mac_sign_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
  14. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  15. 031df4a Clarify test descriptions by Andrzej Kurek · 3 years, 7 months ago
  16. e5f94fb PSA AEAD: test long plaintext lengths for psa_set_lengths by Andrzej Kurek · 3 years, 7 months ago
  17. 1e8e174 PSA AEAD: test more combinations of set_nonce and set_lengths by Andrzej Kurek · 3 years, 7 months ago
  18. a2ce72e Test calling psa_aead_set_lengths and set_nonce in various order by Andrzej Kurek · 3 years, 7 months ago
  19. ad2b8b5 Fix a dependence in chacha cipher test suite by Andrzej Kurek · 3 years, 7 months ago
  20. d2da19b Merge pull request #5380 from AndrzejKurek/key-id-encodes-owner-psa-fixes by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  21. a15503f Merge pull request #5344 from AndrzejKurek/psa-aead-more-generate-nonce-combinations by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  22. 188ed19 Merge pull request #5351 from yuhaoth/pr/remove-duplicate-supported_group_ext by Ronald Cron · 3 years, 7 months ago
  23. b9fbc11 Dynamically allocate iv in dec_empty_buf tests by Andrzej Kurek · 3 years, 7 months ago
  24. 8be8e4a Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
  25. 63439ed Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  26. 33ca6af Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  27. 6e5aae6 Add tests for ticket_aead option by Gabor Mezei · 3 years, 7 months ago
  28. e1cc60e Add positive test case with self-signed certificates by Gilles Peskine · 3 years, 7 months ago
  29. 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
  30. bac671c Fix the multipart AEAD compliance tests by Bence Szépkúti · 3 years, 7 months ago
  31. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  32. 136320b fix ci fail by Jerry Yu · 3 years, 8 months ago
  33. 947cf61 Jinja2 prerequisite set up on the docker by Archana · 3 years, 8 months ago
  34. 6f21e45 Fix Pylint errors and improve Python script by Archana · 3 years, 9 months ago
  35. 77d778e Merge branch 'development' into mbedtls-3.1.0_merge_into_release by Dave Rodgman · 3 years, 8 months ago
  36. b8c3301 Revert "Add generated files" by Dave Rodgman · 3 years, 8 months ago
  37. ad83752 PSA AEAD: test more combinations of generate_nonce and set_lengths by Andrzej Kurek · 3 years, 8 months ago
  38. ccbc318 Remove generation of ssl_debug_helpers_generated.h by Gilles Peskine · 3 years, 8 months ago
  39. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  40. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  41. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  42. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  43. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  44. 6e7deb1 Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  45. f434994 Merge pull request #5303 from yuhaoth/pr/add_list_config_function by paul-elliott-arm · 3 years, 8 months ago
  46. 2331fdb Merge pull request #5293 from ronald-cron-arm/tls13-mvp-misc by Ronald Cron · 3 years, 8 months ago
  47. 64bff9f tests: data_files: Avoid symbolic links by Ronald Cron · 3 years, 8 months ago
  48. dc8ecda Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  49. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  50. 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
  51. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  52. 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
  53. 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
  54. d0fcf7f fix ci fail by Jerry Yu · 3 years, 8 months ago
  55. fe051f6 Merge pull request #5297 from paul-elliott-arm/test_suite_cipher_returns by Gilles Peskine · 3 years, 8 months ago
  56. 9eab5a6 tests: TLS 1.3: Remove unnecessary test requirement by Ronald Cron · 3 years, 8 months ago
  57. ae93725 tests: Make compat mode optional in script generating tests by Ronald Cron · 3 years, 8 months ago
  58. d04fd35 Replace configs_enabled check with query_compile_time_config by Jerry Yu · 3 years, 8 months ago
  59. bc8b22e fix tls13 test fail by Jerry Yu · 3 years, 8 months ago
  60. cdcc55f update test check strings by Jerry Yu · 3 years, 9 months ago
  61. e3b3412 Add tests for enum helper by Jerry Yu · 3 years, 10 months ago
  62. e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 11 months ago
  63. 0cf7e38 Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  64. 46a6c20 Add checked returns to tests without them. by Paul Elliott · 3 years, 8 months ago
  65. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  66. a55c5a1 ssl-opt.sh: TLS 1.3: Add middlebox compatibility tests with GnuTLS by Ronald Cron · 3 years, 8 months ago
  67. 7c0185f ssl-opt.sh: TLS 1.3: Add some missing test dependencies by Ronald Cron · 3 years, 8 months ago
  68. fdb0e3f ssl-opt.sh: TLS 1.3: Run tests with middlebox compatibility enabled by Ronald Cron · 3 years, 8 months ago
  69. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  70. 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
  71. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  72. 3938fef Indicate set nonce negative test failure reasons by Paul Elliott · 3 years, 8 months ago
  73. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  74. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  75. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  76. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  77. 52a6e7e Replace tls1_3 with tls13 by Jerry Yu · 3 years, 8 months ago
  78. 2c315a8 remove unused function by Jerry Yu · 3 years, 8 months ago
  79. c502dff fix TLS1.3 name issue by Jerry Yu · 3 years, 8 months ago
  80. 7918efe Refactor to avoid duplicate add_* by Jerry Yu · 3 years, 8 months ago
  81. 882c30d Merge CAFILE and Certificate by Jerry Yu · 3 years, 8 months ago
  82. b4ac8f3 fix various issues by Jerry Yu · 3 years, 8 months ago
  83. dda036d rename ecdsa_secp*sha* to ecdsa_secp* by Jerry Yu · 3 years, 8 months ago
  84. 7f5e5ad fix pylint fail by Jerry Yu · 3 years, 8 months ago
  85. 55ee769 Fix out-of-source build fail by Jerry Yu · 3 years, 8 months ago
  86. f17a60f Add opt-testcases into check list by Jerry Yu · 3 years, 8 months ago
  87. cdcb683 Update generate scripts and tls13 test cases by Jerry Yu · 3 years, 8 months ago
  88. 31018ad Add tls13 compat tests with bash scripts by Jerry Yu · 3 years, 8 months ago
  89. c4aa152 tls13_compat_tests:Add generate all option by Jerry Yu · 3 years, 8 months ago
  90. d64e20d fix wrong typo by Jerry Yu · 3 years, 8 months ago
  91. 26fa7dc Remove rsa_pss_rsae_sha256 test from ssl-opt.sh by Jerry Yu · 3 years, 8 months ago
  92. 29deed4 Add rsa_pss_rsae_sha256 into tls13 compat tests by Jerry Yu · 3 years, 8 months ago
  93. 305bfc3 Add tls13 compat tests by Jerry Yu · 3 years, 9 months ago
  94. 0f99af8 Add keys for tls13 compat tests by Jerry Yu · 3 years, 9 months ago
  95. 8c5559d Add HelloRetryRequst tests by Jerry Yu · 3 years, 9 months ago
  96. 936dffd Add certificate request check by Jerry Yu · 3 years, 9 months ago
  97. 8f9d7db Add unsupported version check by Jerry Yu · 3 years, 9 months ago
  98. 8c8cea2 Merge pull request #5166 from xffbai/code-align by Ronald Cron · 3 years, 8 months ago
  99. fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  100. 3a8714d all.sh: psa: Add cipher acceleration test component by Ronald Cron · 3 years, 10 months ago