1. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  2. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  3. 18cd8db tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  4. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  5. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  6. 7f813d5 add group api tests by Brett Warren · 3 years, 10 months ago
  7. d7e4b2c Remove duplicated test from SSL test suite by Hanno Becker · 4 years ago
  8. 1f91878 Specify padding granularity in TLS 1.3 record protection KATs by Hanno Becker · 4 years ago
  9. a77d005 Add known answer tests for TLS 1.3 record protection by Hanno Becker · 4 years, 5 months ago
  10. c3366a4 Added mis-removed test and removed unneeded tests by TRodziewicz · 4 years, 1 month ago
  11. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  12. e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
  13. a7991f2 Remove all occurrences of TLS < 1.2 PRF identifier by Hanno Becker · 4 years, 2 months ago
  14. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  15. 68237d7 Merge pull request #4548 from hanno-arm/tls13_key_schedule_upstream by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  16. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  17. 55bc2c5 Test TLS 1.3 PSK binder calculation helper by Hanno Becker · 4 years, 2 months ago
  18. a4f40a0 Test TLS 1.3 second level key derivation helpers by Hanno Becker · 4 years, 2 months ago
  19. 4b3dfd0 Fix test data description by Mateusz Starzyk · 4 years, 3 months ago
  20. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  21. 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
  22. 6328133 tests: Fix test arguments separator by Ronald Cron · 4 years, 3 months ago
  23. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  24. 6667ffd Test new semantics for static PSK configuration by Hanno Becker · 4 years, 4 months ago
  25. 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
  26. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 6 months ago
  27. 29ea84e Avoid duplicated test case names in TLS 1.3 key schedule unit tests by Hanno Becker · 5 years ago
  28. 3eb3563 Fix TLS 1.3 key schedule unit test case name by Hanno Becker · 5 years ago
  29. 8c82bfd Use TLS1_3_CONTEXT_[UN]HASHED in 1.3 key schedule tests by Hanno Becker · 5 years ago
  30. 81e91d4 Add further unit tests for TLS 1.3 key schedule by Hanno Becker · 5 years ago
  31. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  32. ab2ce23 Fix typo in SSL test suite by Hanno Becker · 5 years ago
  33. f376cee Remove redundant dependency in TLS 1.3 key generation tests by Hanno Becker · 5 years ago
  34. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  35. e4849d1 Add test vectors for TLS 1.3 Derive-Secret by Hanno Becker · 5 years ago
  36. 19498f8 Add test vectors for TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  37. 39ff492 Add test vectors for TLS 1.3 HKDF-Expand-Label by Hanno Becker · 5 years ago
  38. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  39. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  40. 864abbf Rework how lengths are expressed in CBC test by Manuel Pégourié-Gonnard · 5 years ago
  41. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  42. 62af37d Add tests with ARIA, Camellia, 3DES by Manuel Pégourié-Gonnard · 5 years ago
  43. 7a1cb41 Add test cases with MD5, SHA1, SHA384 by Manuel Pégourié-Gonnard · 5 years ago
  44. e79e3bb Add test cases with various record sizes by Manuel Pégourié-Gonnard · 5 years ago
  45. 527c1ff Generate good/bad padding programmatically by Manuel Pégourié-Gonnard · 5 years ago
  46. 0ac01a1 TLS: Add negative tests for non-EtM CBC decryption by Manuel Pégourié-Gonnard · 5 years ago
  47. c857044 Add min/max version negotiation to unit tests by Paul Elliott · 5 years ago
  48. b54094b Fix copy-pasta in TLS 1.3 record protection unit test names by Hanno Becker · 5 years ago
  49. 3169dad Add unit tests for TLS 1.3 record encryption by Hanno Becker · 5 years ago
  50. 8ea6872 Improve pointer calculations when resizing I/O buffers by Andrzej Kurek · 5 years ago
  51. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  52. 049feff Add dependencies on !MBEDTLS_SHA512_NO_SHA384 to x509/ssl unit tests by Gilles Peskine · 5 years ago
  53. 438bf3b App data with 1/n-1 splitting in test suite by Piotr Nowicki · 5 years ago
  54. 0afa2a1 Add I/O buffer resizing in handshake init and free by Andrzej Kurek · 5 years ago
  55. bde7ee8 Add DTLS handshake fragmentation test by Piotr Nowicki · 5 years ago
  56. 8a6ff15 test_suite_ssl refactoring: provide default options structure for tests by Andrzej Kurek · 5 years ago
  57. 316da1f test_suite_ssl refactoring: merge renegotiation test into handshake by Andrzej Kurek · 5 years ago
  58. 9e9efdc test_suite_ssl refactoring: merge tls & dtls application data tests by Andrzej Kurek · 5 years ago
  59. 95e9eb8 Add test for renegotiation in DTLS by Piotr Nowicki · 5 years ago
  60. 6a7f01c Add test with sending application data via DTLS by Piotr Nowicki · 5 years ago
  61. da2b678 Add a dtls handshake test with context serialization by Andrzej Kurek · 5 years ago
  62. 941962e Add DTLS handshake tests for the mocked ssl test suite by Andrzej Kurek · 5 years ago
  63. c3fca5e Add tests with sending application data to test_suite_ssl by Piotr Nowicki · 6 years ago
  64. cc5169c Add a PSK test to the mocked ssl handshake tests by Andrzej Kurek · 5 years ago
  65. f40daa3 Add version & ciphersuite tests to ssl handshake by Andrzej Kurek · 5 years ago
  66. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  67. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  68. 890b5ca Change non-blocking read/write in TCP mock socket by Piotr Nowicki · 6 years ago
  69. bc483de Add a message-based socket mock connection to the ssl tests by Andrzej Kurek · 6 years ago
  70. 13719cd Add a message metadata queue in ssl tests by Andrzej Kurek · 6 years ago
  71. c673c2c Break up the ssl_mock_tcp unit test by Janos Follath · 6 years ago
  72. 3766ba5 Add non-blocking mock TCP callbacks to SSL tests by Janos Follath · 6 years ago
  73. 031827f Add mbedtls_mock_socket to SSL unit tests by Janos Follath · 6 years ago
  74. 6264e66 Add mbedtls_test_buffer to SSL unit tests by Janos Follath · 6 years ago
  75. 363b646 Use US spelling 'serialize' instead of UK spelling 'serialise' by Hanno Becker · 6 years ago
  76. bb54d5a Use consistent spelling of 'serialise/serialize' in SSL test suite by Hanno Becker · 6 years ago
  77. 861d0bb Add negative tests for unexpected ver/cfg in session deserialization by Hanno Becker · 6 years ago
  78. 686adb4 Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  79. 1f6033a Fix undeclared dependency on FS_IO in test code by Manuel Pégourié-Gonnard · 6 years ago
  80. f9deaec Add test that save-load is the identity by Manuel Pégourié-Gonnard · 6 years ago
  81. a3d831b Add test for session_load() from small buffers by Manuel Pégourié-Gonnard · 6 years ago
  82. f5fa0aa Add test for session_save() on small buffers by Manuel Pégourié-Gonnard · 6 years ago
  83. 3caa6ca Improve load-save test with tickets and certs by Manuel Pégourié-Gonnard · 6 years ago
  84. 6eac11b Start adding unit test for session serialisation by Manuel Pégourié-Gonnard · 6 years ago
  85. 8c07bee Rename MBEDTLS_SSL_CID->MBEDTLS_SSL_DTLS_CONNECTION_ID in SSL suite by Hanno Becker · 6 years ago
  86. e2c2314 Add missing dependencies in unit tests for CID-based record enc/dec by Hanno Becker · 6 years ago
  87. d856c82 Add unit tests for record protection using CID by Hanno Becker · 6 years ago
  88. d2f25f7 Fix missing tls version test failures by Ron Eldor · 6 years ago
  89. 824ad7b Add tests for the public tls_prf API by Ron Eldor · 6 years ago
  90. d0fa2d7 Add record encryption/decryption tests for ARIA to SSL test suite by Hanno Becker · 7 years ago
  91. b3268da Add encryption/decryption tests for small records by Hanno Becker · 8 years ago
  92. a18d132 Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  93. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  94. b25c0c7 Add test case calling ssl_set_hostname twice by Hanno Becker · 8 years ago
  95. 4956fd7 Test and fix anti-replay functions by Manuel Pégourié-Gonnard · 11 years ago