1. bebeae9 Merge pull request #5504 from gstrauss/mbedtls_pem_get_der by Gilles Peskine · 3 years, 6 months ago
  2. e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
  3. 6ca6faa Merge pull request #5080 from xffbai/add-tls13-read-certificate-request by Ronald Cron · 3 years, 6 months ago
  4. 1df23b9 Check the result of PEM decoding by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  5. 33ab075 Add success case for pem_read testing by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  6. 72bd4e4 Add accessor to get buf from mbedtls_pem_context by Glenn Strauss · 3 years, 6 months ago
  7. 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  8. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  9. d81e774 Merge pull request #5463 from gilles-peskine-arm/cmake-test-suite-enumeration by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  10. 827dbd9 Remove obsolete calls to if_build_succeeded by Gilles Peskine · 3 years, 6 months ago
  11. c1247c0 Remove obsolete variable restoration or unset at the end of a component by Gilles Peskine · 3 years, 6 months ago
  12. 3bc3409 Remove obsolete cd at the end of a component by Gilles Peskine · 3 years, 6 months ago
  13. a300099 Stop CMake out of source tests running on 16.04 (continued) by Gilles Peskine · 3 years, 6 months ago
  14. 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  15. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  16. 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  17. 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
  18. 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
  19. 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  20. d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
  21. f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
  22. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  23. 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
  24. 89dad93 Rename psa_status_to_mbedtls->ssl_psa_status_to_mbedtls and add conversion for PSA_ERROR_INVALID_SIGNATURE by Przemyslaw Stekiel · 3 years, 6 months ago
  25. 2cb59df ssl-opt.sh: remove cipher context assertions (redundant when psa crypto is enabled) by Przemyslaw Stekiel · 3 years, 6 months ago
  26. 4a36dd3 ssl test ssl_decrypt_non_etm_cbc(): add missing ret check by Przemyslaw Stekiel · 3 years, 6 months ago
  27. f4ca3f0 ssl test build_transforms(): in psa mode distinguish encrypt/decrypt keys by Przemyslaw Stekiel · 3 years, 6 months ago
  28. f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
  29. f4b3f08 test_suite_ssl.data: remove redundant test cases(short tag + GCM) by Przemyslaw Stekiel · 3 years, 7 months ago
  30. 5b2de0c test_suite_ssl.data: remove redundant test cases by Przemyslaw Stekiel · 3 years, 7 months ago
  31. 93cf4ee Adapt test_suite_ssl for psa crypto by Przemyslaw Stekiel · 3 years, 7 months ago
  32. a909061 Refine HRR parse successfully message in test cases by XiaokangQian · 3 years, 6 months ago
  33. 7bae3b6 Add more ciphersuites into test cases for hrr by XiaokangQian · 3 years, 6 months ago
  34. 355e09a Change code base on comments by XiaokangQian · 3 years, 7 months ago
  35. 78b1fa7 Update code base on comments by XiaokangQian · 3 years, 7 months ago
  36. 6db08dd Change ssl-opt.sh to make hrr tests pass by XiaokangQian · 3 years, 7 months ago
  37. 0b56a8f Replace curve_list with group_list and add update test scripts by XiaokangQian · 3 years, 8 months ago
  38. 69fcd39 Update CertificateRequest tests and the parsing function by Xiaofei Bai · 3 years, 7 months ago
  39. 5d8598e update certificate request tests by Xiaofei Bai · 3 years, 7 months ago
  40. a18fb9d Fix string/regexp backslash escapes by Gilles Peskine · 3 years, 6 months ago
  41. cd55fe0 Remove accidental use of a feature that doesn't exist in CMake 3.5 by Gilles Peskine · 3 years, 6 months ago
  42. 29080e8 CMake: generate the list of test suites automatically by Gilles Peskine · 3 years, 6 months ago
  43. 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago
  44. c6753a6 Merge pull request #5363 from AndrzejKurek/clarify-testing-set-nonce-set-lengths by Gilles Peskine · 3 years, 6 months ago
  45. 24479b3 Merge pull request #5395 from gilles-peskine-arm/ssl-opt-self-signed-positive by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  46. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  47. 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
  48. 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
  49. 6d6d93e Merge pull request #5350 from AndrzejKurek/psa-aead-invalid-tag-lengths-setup by Gilles Peskine · 3 years, 7 months ago
  50. c191add Merge pull request #5267 from mprse/mac_multipart by Gilles Peskine · 3 years, 7 months ago
  51. fe271b9 Merge pull request #5253 from AndrzejKurek/chacha-iv-len-16-fixes by Gilles Peskine · 3 years, 7 months ago
  52. daaf38b Remove multipart part from mac_verify test case by Przemyslaw Stekiel · 3 years, 8 months ago
  53. 6ec59f8 Add mac_verify_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
  54. 1af1983 Remove multipart part from mac_sign test case by Przemyslaw Stekiel · 3 years, 8 months ago
  55. f47b8d3 Add mac_sign_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
  56. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  57. 031df4a Clarify test descriptions by Andrzej Kurek · 3 years, 7 months ago
  58. e5f94fb PSA AEAD: test long plaintext lengths for psa_set_lengths by Andrzej Kurek · 3 years, 7 months ago
  59. 1e8e174 PSA AEAD: test more combinations of set_nonce and set_lengths by Andrzej Kurek · 3 years, 7 months ago
  60. a2ce72e Test calling psa_aead_set_lengths and set_nonce in various order by Andrzej Kurek · 3 years, 7 months ago
  61. 01005b9 Restructure test-ref-configs to test with USE_PSA_CRYPTO turned on by Andrzej Kurek · 3 years, 7 months ago
  62. 77b8e09 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  63. ad2b8b5 Fix a dependence in chacha cipher test suite by Andrzej Kurek · 3 years, 7 months ago
  64. ee8b57f Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
  65. 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  66. d2da19b Merge pull request #5380 from AndrzejKurek/key-id-encodes-owner-psa-fixes by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  67. a15503f Merge pull request #5344 from AndrzejKurek/psa-aead-more-generate-nonce-combinations by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  68. 188ed19 Merge pull request #5351 from yuhaoth/pr/remove-duplicate-supported_group_ext by Ronald Cron · 3 years, 7 months ago
  69. b9fbc11 Dynamically allocate iv in dec_empty_buf tests by Andrzej Kurek · 3 years, 7 months ago
  70. 8be8e4a Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
  71. 63439ed Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  72. 33ca6af Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  73. 6e5aae6 Add tests for ticket_aead option by Gabor Mezei · 3 years, 7 months ago
  74. e1cc60e Add positive test case with self-signed certificates by Gilles Peskine · 3 years, 7 months ago
  75. 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
  76. bac671c Fix the multipart AEAD compliance tests by Bence Szépkúti · 3 years, 7 months ago
  77. dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
  78. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  79. 136320b fix ci fail by Jerry Yu · 3 years, 8 months ago
  80. 947cf61 Jinja2 prerequisite set up on the docker by Archana · 3 years, 8 months ago
  81. 6f21e45 Fix Pylint errors and improve Python script by Archana · 3 years, 9 months ago
  82. 77d778e Merge branch 'development' into mbedtls-3.1.0_merge_into_release by Dave Rodgman · 3 years, 8 months ago
  83. b8c3301 Revert "Add generated files" by Dave Rodgman · 3 years, 8 months ago
  84. ad83752 PSA AEAD: test more combinations of generate_nonce and set_lengths by Andrzej Kurek · 3 years, 8 months ago
  85. ccbc318 Remove generation of ssl_debug_helpers_generated.h by Gilles Peskine · 3 years, 8 months ago
  86. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  87. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  88. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  89. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  90. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  91. 6e7deb1 Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  92. f434994 Merge pull request #5303 from yuhaoth/pr/add_list_config_function by paul-elliott-arm · 3 years, 8 months ago
  93. 2331fdb Merge pull request #5293 from ronald-cron-arm/tls13-mvp-misc by Ronald Cron · 3 years, 8 months ago
  94. 64bff9f tests: data_files: Avoid symbolic links by Ronald Cron · 3 years, 8 months ago
  95. dc8ecda Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  96. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  97. 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
  98. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  99. 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
  100. 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago