1. 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 4 months ago
  2. 1e64f7a Use MBEDTLS_USE_PSA_CRYPTO macro guard for testing instead of MBEDTLS_PSA_CRYPTO_C by Gabor Mezei · 3 years, 5 months ago
  3. 892c4aa Update hkdf test cases to handle PSA code by Gabor Mezei · 3 years, 5 months ago
  4. 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
  5. 88f3b2e Update old style test function parameter handling by Gabor Mezei · 3 years, 5 months ago
  6. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  7. 9c656ec Fix unused function warning by Gilles Peskine · 3 years, 5 months ago
  8. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 7 months ago
  9. 4fded13 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  10. 5d7d201 Update test by Gabor Mezei · 3 years, 6 months ago
  11. ebc9368 typo by Gabor Mezei · 3 years, 6 months ago
  12. 298a2d6 Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
  13. 62bf024 Make the mbedtls_psa_hkdf_extract function more PSA compatible by Gabor Mezei · 3 years, 6 months ago
  14. 73cb6f5 Add tests for mbedtls_psa_hkdf_extrct by Gabor Mezei · 3 years, 6 months ago
  15. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  16. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
  17. 1255b0d Positive unit testing for SSL context version functions by Gilles Peskine · 3 years, 7 months ago
  18. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  19. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  20. 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
  21. cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  22. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  23. d917081 Typo by Gabor Mezei · 3 years, 6 months ago
  24. 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  25. b35759d Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  26. 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
  27. 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
  28. d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
  29. f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
  30. 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
  31. 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
  32. 4a36dd3 ssl test ssl_decrypt_non_etm_cbc(): add missing ret check by Przemyslaw Stekiel · 3 years, 6 months ago
  33. f4ca3f0 ssl test build_transforms(): in psa mode distinguish encrypt/decrypt keys by Przemyslaw Stekiel · 3 years, 6 months ago
  34. f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
  35. 93cf4ee Adapt test_suite_ssl for psa crypto by Przemyslaw Stekiel · 3 years, 7 months ago
  36. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  37. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  38. 46a6c20 Add checked returns to tests without them. by Paul Elliott · 3 years, 8 months ago
  39. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  40. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  41. 161d661 Merge pull request #5222 from paul-elliott-arm/fix_test_suite_ssl by Gilles Peskine · 3 years, 8 months ago
  42. 21c8fe5 Fix compilation errors. by Paul Elliott · 3 years, 8 months ago
  43. be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 8 months ago
  44. 7f813d5 add group api tests by Brett Warren · 3 years, 10 months ago
  45. 22c9a6f Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  46. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  47. 9c1203f Delete ssl_invasive.h due to duplicated function declarations by gabor-mezei-arm · 3 years, 10 months ago
  48. 9fa43ce Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  49. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  50. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  51. 1f91878 Specify padding granularity in TLS 1.3 record protection KATs by Hanno Becker · 4 years ago
  52. 4153745 Add comment regarding the wire-version used in TLS 1.3 records by Hanno Becker · 4 years, 4 months ago
  53. 80e760e Fix memory leak in TLS 1.3 record protection unit test by Hanno Becker · 4 years, 5 months ago
  54. a77d005 Add known answer tests for TLS 1.3 record protection by Hanno Becker · 4 years, 5 months ago
  55. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  56. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  57. 299510e Correction to comments and changelog removed by TRodziewicz · 4 years, 1 month ago
  58. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  59. bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 4 years, 1 month ago
  60. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  61. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  62. c46bf3c Modifies tests in test_suite_ssl.function by Thomas Daubney · 4 years, 2 months ago
  63. 68237d7 Merge pull request #4548 from hanno-arm/tls13_key_schedule_upstream by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  64. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  65. 55bc2c5 Test TLS 1.3 PSK binder calculation helper by Hanno Becker · 4 years, 2 months ago
  66. a4f40a0 Test TLS 1.3 second level key derivation helpers by Hanno Becker · 4 years, 2 months ago
  67. 03092f5 avoid -Wmaybe-uninitialized when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  68. fd86ca8 Rename SOME_MODES_USE_MAC -> SOME_SUITES_USE_MAC by Hanno Becker · 4 years, 8 months ago
  69. 6667ffd Test new semantics for static PSK configuration by Hanno Becker · 4 years, 4 months ago
  70. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  71. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  72. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  73. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  74. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 6 months ago
  75. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  76. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  77. 1f186ff Add missing calls to USE_PSA_DONE by Gilles Peskine · 4 years, 6 months ago
  78. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  79. 5d332f0 Merge pull request #4105 from paul-elliott-arm/fix_test_leak by Gilles Peskine · 4 years, 6 months ago
  80. c7b5374 Fix for memory leak in ssl tests by Paul Elliott · 4 years, 6 months ago
  81. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  82. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  83. 1413bd8 Simplify identification of TLS 1.3 labels in unit test suite by Hanno Becker · 5 years ago
  84. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  85. 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 5 years ago
  86. fb08096 Use ASSERT_COMPARE instead of TEST_ASSERT( memcmp( ... ) == 0 ) by Hanno Becker · 5 years ago
  87. 73c825a Shorten include path in test_suite_ssl.function by Hanno Becker · 5 years ago
  88. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  89. e4849d1 Add test vectors for TLS 1.3 Derive-Secret by Hanno Becker · 5 years ago
  90. 19498f8 Add test vectors for TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  91. 39ff492 Add test vectors for TLS 1.3 HKDF-Expand-Label by Hanno Becker · 5 years ago
  92. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  93. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  94. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  95. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  96. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  97. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  98. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  99. b51f044 Fix misleading comment in test function by Manuel Pégourié-Gonnard · 5 years ago
  100. 864abbf Rework how lengths are expressed in CBC test by Manuel Pégourié-Gonnard · 5 years ago