1. e7b9b6b tls13: Add checks of overread check failures by Ronald Cron · 3 years, 2 months ago
  2. e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
  3. e0469b5 Merge pull request #931 from AndrzejKurek/clihlo_cookie_pxy_fix by Gilles Peskine · 3 years, 2 months ago
  4. ed4d217 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
  5. 078e9bc Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  6. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  7. cfb0194 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  8. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  9. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  10. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  11. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  12. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  13. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  14. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  15. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  16. 4c3b4e0 Initialize & free PSA in test_multiple_psks() by Neil Armstrong · 3 years, 3 months ago
  17. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  18. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  19. 59b0d54 Convert tests to use mbedtls_ssl_conf_(min|max)_tls_version() by Glenn Strauss · 3 years, 4 months ago
  20. 39e624c Convert tests to use MBEDTLS_SSL_VERSION_TLS1_* by Glenn Strauss · 3 years, 4 months ago
  21. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  22. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  23. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  24. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  25. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  26. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  27. 06baf04 Initialize PSA to fix move_handshake_to_state when USE_PSA is enabled by Neil Armstrong · 3 years, 4 months ago
  28. 537e915 Enable DTLS renegotiation, resize_buffers, _serialize_mfl & renegotiate_mfl tests with PSA by Neil Armstrong · 3 years, 4 months ago
  29. 181fe69 Enable handshake_serialization & handshake_fragmentation tests with PSA by Neil Armstrong · 3 years, 4 months ago
  30. 993eea3 Enable app_data_tls & app_data_dtls tests with PSA by Neil Armstrong · 3 years, 4 months ago
  31. 0739336 Enable mbedtls_endpoint_sanity tests with PSA by Neil Armstrong · 3 years, 4 months ago
  32. 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
  33. 57f58b0 Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
  34. b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
  35. 6cbc998 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
  36. 28f883e Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
  37. cb33bc5 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
  38. 39d88d4 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
  39. 41b7e66 Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 5 months ago
  40. cc28e9a Tests: add missing group termination by Andrzej Kurek · 3 years, 5 months ago
  41. 65ded56 Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 5 months ago
  42. b342782 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 5 months ago
  43. 74394a5 Add a group_list argument to mocked ssl 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. 3304f25 Merge pull request #5653 from paul-elliott-arm/handshake_over by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  50. f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
  51. 07732f7 Translate from mbedtls_md_type_t to psa_algorithm_t by Gabor Mezei · 3 years, 4 months ago
  52. 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 5 months ago
  53. cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  54. 42d5e51 Make test function name more accurate by Paul Elliott · 3 years, 4 months ago
  55. 27b0d94 Use mbedtls_ssl_is_handshake_over() by Paul Elliott · 3 years, 5 months ago
  56. 1e64f7a Use MBEDTLS_USE_PSA_CRYPTO macro guard for testing instead of MBEDTLS_PSA_CRYPTO_C by Gabor Mezei · 3 years, 5 months ago
  57. 892c4aa Update hkdf test cases to handle PSA code by Gabor Mezei · 3 years, 5 months ago
  58. b9af2db Add accessor for timing final delay by Paul Elliott · 3 years, 5 months ago
  59. f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  60. 8f92bf3 Only make PSA HMAC key exportable when NULL or CBC & not EtM in build_transforms() by Neil Armstrong · 3 years, 5 months ago
  61. 8d4bc5e Merge pull request #5481 from gabor-mezei-arm/5401_implement_hkdf_extract_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  62. 88f3b2e Update old style test function parameter handling by Gabor Mezei · 3 years, 5 months ago
  63. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  64. 9c656ec Fix unused function warning by Gilles Peskine · 3 years, 5 months ago
  65. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 7 months ago
  66. e858996 Use PSA version of mbedtls_ct_hmac() in mbedtls_ssl_decrypt_buf() by Neil Armstrong · 3 years, 5 months ago
  67. 2968d30 Implement mbedtls_ct_hmac() using PSA hash API by Neil Armstrong · 3 years, 5 months ago
  68. cf8841a Remove non-PSA MAC keys in mbedtls_ssl_transform when MBEDTLS_USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 5 months ago
  69. 4f09129 Remove Obsolete SSLs tests with truncated MAC tags & NULL/CBC cipher by Neil Armstrong · 3 years, 5 months ago
  70. f4cc062 Setup MAC PSA keys in build_transforms() to pass ssl_crypt_record() with PSA crypto by Neil Armstrong · 3 years, 5 months ago
  71. 46a1760 Allow USE_PSA_CRYPTO for handshake TLS tests by Neil Armstrong · 3 years, 5 months ago
  72. 4fded13 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  73. 5d7d201 Update test by Gabor Mezei · 3 years, 6 months ago
  74. ebc9368 typo by Gabor Mezei · 3 years, 6 months ago
  75. 298a2d6 Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
  76. 62bf024 Make the mbedtls_psa_hkdf_extract function more PSA compatible by Gabor Mezei · 3 years, 6 months ago
  77. 73cb6f5 Add tests for mbedtls_psa_hkdf_extrct by Gabor Mezei · 3 years, 6 months ago
  78. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  79. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
  80. 1255b0d Positive unit testing for SSL context version functions by Gilles Peskine · 3 years, 7 months ago
  81. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  82. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  83. 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
  84. cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  85. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  86. d917081 Typo by Gabor Mezei · 3 years, 6 months ago
  87. 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  88. b35759d Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  89. 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
  90. 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
  91. d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
  92. f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
  93. 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
  94. 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
  95. 4a36dd3 ssl test ssl_decrypt_non_etm_cbc(): add missing ret check by Przemyslaw Stekiel · 3 years, 6 months ago
  96. f4ca3f0 ssl test build_transforms(): in psa mode distinguish encrypt/decrypt keys by Przemyslaw Stekiel · 3 years, 6 months ago
  97. f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
  98. 93cf4ee Adapt test_suite_ssl for psa crypto by Przemyslaw Stekiel · 3 years, 7 months ago
  99. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  100. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago