1. a180f99 Add load-save tests for tls13 by Jerry Yu · 3 years, 1 month ago
  2. 1ac476c Add save buf size test for tls13 by Jerry Yu · 3 years, 1 month ago
  3. 6e8fec2 add session serialization load buf by Jerry Yu · 3 years, 1 month ago
  4. 534ff40 Add serialize_version_check for tls13 by Jerry Yu · 3 years, 1 month ago
  5. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  6. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  7. 514683a Add a test with a bad session_id_len that makes cache setting fail by Andrzej Kurek · 3 years, 2 months ago
  8. 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  9. 6931e43 Fix Handshake select ECDH-RSA- test dependencies by Neil Armstrong · 3 years, 1 month ago
  10. b2c3b5b Fix depends on handshake_ciphersuite_select tests by Neil Armstrong · 3 years, 1 month ago
  11. db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
  12. a0bb906 fix handshake_version test fail. by Jerry Yu · 3 years, 1 month ago
  13. 2407279 Add tests with specific hash for handshake_ciphersuite_select positive tests by Neil Armstrong · 3 years, 1 month ago
  14. 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
  15. e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
  16. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  17. e0469b5 Merge pull request #931 from AndrzejKurek/clihlo_cookie_pxy_fix by Gilles Peskine · 3 years, 2 months ago
  18. ca35f5b test_suite_ssl: Use a zero fragment offset in a test with a too short record by Andrzej Kurek · 3 years, 2 months ago
  19. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  20. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  21. cfb0194 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  22. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  23. f2d32e6 fix tls13_only test fail by Jerry Yu · 3 years, 2 months ago
  24. 7bf3358 Remove duplicated tests by Jerry Yu · 3 years, 2 months ago
  25. 66537f4 fix certificate request fail by Jerry Yu · 3 years, 2 months ago
  26. 1e7c438 remove tls1.3 dependancy by Jerry Yu · 3 years, 2 months ago
  27. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  28. b3d86de fix hanshake wrapup fail by Jerry Yu · 3 years, 3 months ago
  29. df65b66 Add handshake over test by Jerry Yu · 3 years, 3 months ago
  30. 85e5c81 fix check test cases fail by Jerry Yu · 3 years, 3 months ago
  31. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  32. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  33. 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  34. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  35. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  36. de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
  37. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  38. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  39. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  40. 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
  41. 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
  42. b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  43. b342782 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 5 months ago
  44. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  45. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  46. 6a25159 Merge pull request #5648 from gabor-mezei-arm/5403_hkdf_use_internal_psa_implementations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  47. 02758a5 Add tls CID tests by Paul Elliott · 3 years, 5 months ago
  48. 37bdaab tls: Simplify the logic of the config version check and test it by Ronald Cron · 3 years, 4 months ago
  49. 086ee0b ssl_tls.c: Reject TLS 1.3 version configuration for server by Ronald Cron · 3 years, 5 months ago
  50. ed6d658 Use hash algoritm for parameter instead of HMAC by Gabor Mezei · 3 years, 4 months ago
  51. 07732f7 Translate from mbedtls_md_type_t to psa_algorithm_t by Gabor Mezei · 3 years, 4 months ago
  52. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  53. 42d5e51 Make test function name more accurate by Paul Elliott · 3 years, 4 months ago
  54. 21bbb7a Add simple test to ensure accessor is working by Paul Elliott · 3 years, 5 months ago
  55. f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  56. 4f09129 Remove Obsolete SSLs tests with truncated MAC tags & NULL/CBC cipher by Neil Armstrong · 3 years, 5 months ago
  57. c5efb8e Use PSA error code by Gabor Mezei · 3 years, 6 months ago
  58. 5d7d201 Update test by Gabor Mezei · 3 years, 6 months ago
  59. 73cb6f5 Add tests for mbedtls_psa_hkdf_extrct by Gabor Mezei · 3 years, 6 months ago
  60. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  61. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  62. cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  63. b35759d Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  64. f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
  65. f4b3f08 test_suite_ssl.data: remove redundant test cases(short tag + GCM) by Przemyslaw Stekiel · 3 years, 7 months ago
  66. 5b2de0c test_suite_ssl.data: remove redundant test cases by Przemyslaw Stekiel · 3 years, 7 months ago
  67. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  68. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  69. 18cd8db tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  70. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  71. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  72. 7f813d5 add group api tests by Brett Warren · 3 years, 10 months ago
  73. d7e4b2c Remove duplicated test from SSL test suite by Hanno Becker · 4 years ago
  74. 1f91878 Specify padding granularity in TLS 1.3 record protection KATs by Hanno Becker · 4 years ago
  75. a77d005 Add known answer tests for TLS 1.3 record protection by Hanno Becker · 4 years, 5 months ago
  76. c3366a4 Added mis-removed test and removed unneeded tests by TRodziewicz · 4 years, 1 month ago
  77. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  78. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  79. a7991f2 Remove all occurrences of TLS < 1.2 PRF identifier by Hanno Becker · 4 years, 2 months ago
  80. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  81. 68237d7 Merge pull request #4548 from hanno-arm/tls13_key_schedule_upstream by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  82. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  83. 55bc2c5 Test TLS 1.3 PSK binder calculation helper by Hanno Becker · 4 years, 2 months ago
  84. a4f40a0 Test TLS 1.3 second level key derivation helpers by Hanno Becker · 4 years, 2 months ago
  85. 4b3dfd0 Fix test data description by Mateusz Starzyk · 4 years, 3 months ago
  86. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  87. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  88. 6328133 tests: Fix test arguments separator by Ronald Cron · 4 years, 3 months ago
  89. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  90. 6667ffd Test new semantics for static PSK configuration by Hanno Becker · 4 years, 4 months ago
  91. 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  92. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 6 months ago
  93. 29ea84e Avoid duplicated test case names in TLS 1.3 key schedule unit tests by Hanno Becker · 5 years ago
  94. 3eb3563 Fix TLS 1.3 key schedule unit test case name by Hanno Becker · 5 years ago
  95. 8c82bfd Use TLS1_3_CONTEXT_[UN]HASHED in 1.3 key schedule tests by Hanno Becker · 5 years ago
  96. 81e91d4 Add further unit tests for TLS 1.3 key schedule by Hanno Becker · 5 years ago
  97. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  98. ab2ce23 Fix typo in SSL test suite by Hanno Becker · 5 years ago
  99. f376cee Remove redundant dependency in TLS 1.3 key generation tests by Hanno Becker · 5 years ago
  100. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago