1. 1f186ff Add missing calls to USE_PSA_DONE by Gilles Peskine · 4 years, 6 months ago
  2. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  3. 5d332f0 Merge pull request #4105 from paul-elliott-arm/fix_test_leak by Gilles Peskine · 4 years, 6 months ago
  4. c7b5374 Fix for memory leak in ssl tests by Paul Elliott · 4 years, 6 months ago
  5. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 6 months ago
  6. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  7. 1413bd8 Simplify identification of TLS 1.3 labels in unit test suite by Hanno Becker · 5 years ago
  8. 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
  9. 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 5 years ago
  10. fb08096 Use ASSERT_COMPARE instead of TEST_ASSERT( memcmp( ... ) == 0 ) by Hanno Becker · 5 years ago
  11. 73c825a Shorten include path in test_suite_ssl.function by Hanno Becker · 5 years ago
  12. 2d2c3eb Add tests for TLS 1.3 key evolution function by Hanno Becker · 5 years ago
  13. e4849d1 Add test vectors for TLS 1.3 Derive-Secret by Hanno Becker · 5 years ago
  14. 19498f8 Add test vectors for TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
  15. 39ff492 Add test vectors for TLS 1.3 HKDF-Expand-Label by Hanno Becker · 5 years ago
  16. 7fe2c5f Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  17. eaa0739 Merge pull request #716 from mpg/ct-varlen-hmac by Manuel Pégourié-Gonnard · 5 years ago
  18. e55653f Improve comments about padlen convention by Manuel Pégourié-Gonnard · 5 years ago
  19. c321900 Fix suboptimal use of ASSER_ALLOC() by Manuel Pégourié-Gonnard · 5 years ago
  20. ca8287c Use test_set_step() in loop in cf_hmac test by Manuel Pégourié-Gonnard · 5 years ago
  21. ed0e864 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  22. 9670a59 Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  23. b51f044 Fix misleading comment in test function by Manuel Pégourié-Gonnard · 5 years ago
  24. 864abbf Rework how lengths are expressed in CBC test by Manuel Pégourié-Gonnard · 5 years ago
  25. 4adc04a Give a constant a name in test function by Manuel Pégourié-Gonnard · 5 years ago
  26. 65a6fa3 Make cf_hmac() STATIC_TESTABLE by Manuel Pégourié-Gonnard · 5 years ago
  27. 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  28. 913a204 Fix undeclared dependency of test function by Manuel Pégourié-Gonnard · 5 years ago
  29. 527c1ff Generate good/bad padding programmatically by Manuel Pégourié-Gonnard · 5 years ago
  30. 0ac01a1 TLS: Add negative tests for non-EtM CBC decryption by Manuel Pégourié-Gonnard · 5 years ago
  31. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  32. 9dfcae8 Merge pull request #3426 from paul-elliott-arm/resource_leak by Manuel Pégourié-Gonnard · 5 years ago
  33. b21b1f5 Merge pull request #3387 from ronald-cron-arm/tests-common-code by Manuel Pégourié-Gonnard · 5 years ago
  34. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  35. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  36. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  37. 6f1eda7 Fix for resource leak in test_suite_ssl by Paul Elliott · 5 years ago
  38. c857044 Add min/max version negotiation to unit tests by Paul Elliott · 5 years ago
  39. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  40. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  41. e683287 Adapt SSL record protection unit test to setup TLS 1.3 transforms by Hanno Becker · 5 years ago
  42. b2713ab Enhance record encryption unit tests by checking hidden content type by Hanno Becker · 5 years ago
  43. 8ea6872 Improve pointer calculations when resizing I/O buffers by Andrzej Kurek · 5 years ago
  44. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  45. 19e841e Fix warning about a potentially initialized variable by Gilles Peskine · 5 years ago
  46. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  47. 438bf3b App data with 1/n-1 splitting in test suite by Piotr Nowicki · 5 years ago
  48. c31f970 Merge pull request #3075 from AndrzejKurek/variable-buffer-size by Jaeden Amero · 5 years ago mbedtls-2.22.0d0
  49. 55727c3 Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity by Jaeden Amero · 5 years ago
  50. 89bdc58 test_suite_ssl: check for errors during queue setup by Andrzej Kurek · 5 years ago
  51. 45916ba test_suite_ssl: fix coverity issues with uninitialized members by Andrzej Kurek · 5 years ago
  52. 0afa2a1 Add I/O buffer resizing in handshake init and free by Andrzej Kurek · 5 years ago
  53. aad82f9 Add variable buffer length tests to all.sh by Darryl Green · 6 years ago
  54. bde7ee8 Add DTLS handshake fragmentation test by Piotr Nowicki · 5 years ago
  55. 8a6ff15 test_suite_ssl refactoring: provide default options structure for tests by Andrzej Kurek · 5 years ago
  56. 316da1f test_suite_ssl refactoring: merge renegotiation test into handshake by Andrzej Kurek · 5 years ago
  57. 9e9efdc test_suite_ssl refactoring: merge tls & dtls application data tests by Andrzej Kurek · 5 years ago
  58. 95e9eb8 Add test for renegotiation in DTLS by Piotr Nowicki · 5 years ago
  59. 6a7f01c Add test with sending application data via DTLS by Piotr Nowicki · 5 years ago
  60. da2b678 Add a dtls handshake test with context serialization by Andrzej Kurek · 5 years ago
  61. 941962e Add DTLS handshake tests for the mocked ssl test suite by Andrzej Kurek · 5 years ago
  62. 15daf50 Parametrize the endpoint init and free to prepare for DTLS tests by Andrzej Kurek · 5 years ago
  63. 1a44a15 Change the order of endpoint initialization steps by Andrzej Kurek · 5 years ago
  64. f46b912 Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ by Andrzej Kurek · 5 years ago
  65. c3fca5e Add tests with sending application data to test_suite_ssl by Piotr Nowicki · 6 years ago
  66. cc5169c Add a PSK test to the mocked ssl handshake tests by Andrzej Kurek · 5 years ago
  67. f40daa3 Add version & ciphersuite tests to ssl handshake by Andrzej Kurek · 5 years ago
  68. b298074 Refactor certificates and keys in ssl handshake mock tests by Andrzej Kurek · 6 years ago
  69. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  70. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  71. d796e19 Fix memory allocation fail in TCP mock socket by Piotr Nowicki · 6 years ago
  72. 890b5ca Change non-blocking read/write in TCP mock socket by Piotr Nowicki · 6 years ago
  73. fb437d7 Fix segmentation fault in mbedtls_test_buffer by Piotr Nowicki · 6 years ago
  74. bc483de Add a message-based socket mock connection to the ssl tests by Andrzej Kurek · 6 years ago
  75. 13719cd Add a message metadata queue in ssl tests by Andrzej Kurek · 6 years ago
  76. f777414 ssl test suite: enable dropping bytes from buffer by Andrzej Kurek · 6 years ago
  77. c673c2c Break up the ssl_mock_tcp unit test by Janos Follath · 6 years ago
  78. 3766ba5 Add non-blocking mock TCP callbacks to SSL tests by Janos Follath · 6 years ago
  79. 031827f Add mbedtls_mock_socket to SSL unit tests by Janos Follath · 6 years ago
  80. 6264e66 Add mbedtls_test_buffer to SSL unit tests by Janos Follath · 6 years ago
  81. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  82. fe1275e Improve test for detection of ver/cfg corruption in serialized data by Hanno Becker · 6 years ago
  83. 363b646 Use US spelling 'serialize' instead of UK spelling 'serialise' by Hanno Becker · 6 years ago
  84. bb54d5a Use consistent spelling of 'serialise/serialize' in SSL test suite by Hanno Becker · 6 years ago
  85. 861d0bb Add negative tests for unexpected ver/cfg in session deserialization by Hanno Becker · 6 years ago
  86. aa75583 Re-enable test that now works with new format by Manuel Pégourié-Gonnard · 6 years ago
  87. ee13a73 Fix serialization tests for !SSL_KEEP_PEER_CERT by Manuel Pégourié-Gonnard · 6 years ago
  88. 686adb4 Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  89. 1f6033a Fix undeclared dependency on FS_IO in test code by Manuel Pégourié-Gonnard · 6 years ago
  90. 220403b Fix style issues and typos in test code by Manuel Pégourié-Gonnard · 6 years ago
  91. b407990 Fix another wrong check for errors in test code by Manuel Pégourié-Gonnard · 6 years ago
  92. f9deaec Add test that save-load is the identity by Manuel Pégourié-Gonnard · 6 years ago
  93. 6b84070 Fix populate_session() and its usage in tests by Manuel Pégourié-Gonnard · 6 years ago
  94. a3d831b Add test for session_load() from small buffers by Manuel Pégourié-Gonnard · 6 years ago
  95. f5fa0aa Add test for session_save() on small buffers by Manuel Pégourié-Gonnard · 6 years ago
  96. 5b1674e Disable test for load-save identity by Manuel Pégourié-Gonnard · 6 years ago
  97. 3caa6ca Improve load-save test with tickets and certs by Manuel Pégourié-Gonnard · 6 years ago
  98. 6eac11b Start adding unit test for session serialisation by Manuel Pégourié-Gonnard · 6 years ago
  99. 2de07f1 ssl: Don't access non-existent encrypt_then_mac field by Jaeden Amero · 6 years ago
  100. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago