1. 941962e Add DTLS handshake tests for the mocked ssl test suite by Andrzej Kurek · 5 years ago
  2. 15daf50 Parametrize the endpoint init and free to prepare for DTLS tests by Andrzej Kurek · 5 years ago
  3. 1a44a15 Change the order of endpoint initialization steps by Andrzej Kurek · 5 years ago
  4. f46b912 Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ by Andrzej Kurek · 5 years ago
  5. c3fca5e Add tests with sending application data to test_suite_ssl by Piotr Nowicki · 6 years ago
  6. cc5169c Add a PSK test to the mocked ssl handshake tests by Andrzej Kurek · 6 years ago
  7. f40daa3 Add version & ciphersuite tests to ssl handshake by Andrzej Kurek · 6 years ago
  8. b298074 Refactor certificates and keys in ssl handshake mock tests by Andrzej Kurek · 6 years ago
  9. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  10. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  11. d796e19 Fix memory allocation fail in TCP mock socket by Piotr Nowicki · 6 years ago
  12. 890b5ca Change non-blocking read/write in TCP mock socket by Piotr Nowicki · 6 years ago
  13. fb437d7 Fix segmentation fault in mbedtls_test_buffer by Piotr Nowicki · 6 years ago
  14. bc483de Add a message-based socket mock connection to the ssl tests by Andrzej Kurek · 6 years ago
  15. 13719cd Add a message metadata queue in ssl tests by Andrzej Kurek · 6 years ago
  16. f777414 ssl test suite: enable dropping bytes from buffer by Andrzej Kurek · 6 years ago
  17. c673c2c Break up the ssl_mock_tcp unit test by Janos Follath · 6 years ago
  18. 3766ba5 Add non-blocking mock TCP callbacks to SSL tests by Janos Follath · 6 years ago
  19. 031827f Add mbedtls_mock_socket to SSL unit tests by Janos Follath · 6 years ago
  20. 6264e66 Add mbedtls_test_buffer to SSL unit tests by Janos Follath · 6 years ago
  21. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  22. fe1275e Improve test for detection of ver/cfg corruption in serialized data by Hanno Becker · 6 years ago
  23. 363b646 Use US spelling 'serialize' instead of UK spelling 'serialise' by Hanno Becker · 6 years ago
  24. bb54d5a Use consistent spelling of 'serialise/serialize' in SSL test suite by Hanno Becker · 6 years ago
  25. 861d0bb Add negative tests for unexpected ver/cfg in session deserialization by Hanno Becker · 6 years ago
  26. aa75583 Re-enable test that now works with new format by Manuel Pégourié-Gonnard · 6 years ago
  27. ee13a73 Fix serialization tests for !SSL_KEEP_PEER_CERT by Manuel Pégourié-Gonnard · 6 years ago
  28. 686adb4 Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  29. 1f6033a Fix undeclared dependency on FS_IO in test code by Manuel Pégourié-Gonnard · 6 years ago
  30. 220403b Fix style issues and typos in test code by Manuel Pégourié-Gonnard · 6 years ago
  31. b407990 Fix another wrong check for errors in test code by Manuel Pégourié-Gonnard · 6 years ago
  32. f9deaec Add test that save-load is the identity by Manuel Pégourié-Gonnard · 6 years ago
  33. 6b84070 Fix populate_session() and its usage in tests by Manuel Pégourié-Gonnard · 6 years ago
  34. a3d831b Add test for session_load() from small buffers by Manuel Pégourié-Gonnard · 6 years ago
  35. f5fa0aa Add test for session_save() on small buffers by Manuel Pégourié-Gonnard · 6 years ago
  36. 5b1674e Disable test for load-save identity by Manuel Pégourié-Gonnard · 6 years ago
  37. 3caa6ca Improve load-save test with tickets and certs by Manuel Pégourié-Gonnard · 6 years ago
  38. 6eac11b Start adding unit test for session serialisation by Manuel Pégourié-Gonnard · 6 years ago
  39. 2de07f1 ssl: Don't access non-existent encrypt_then_mac field by Jaeden Amero · 6 years ago
  40. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  41. 43c24b8 Fix missing compile-time guards around CID-only constants by Hanno Becker · 6 years ago
  42. d856c82 Add unit tests for record protection using CID by Hanno Becker · 6 years ago
  43. 6c87b3f Record enc/dec tests: Don't take turns in sending / receiving roles by Hanno Becker · 6 years ago
  44. 6b9b1b8 Initialize psa_crypto in ssl test by Ron Eldor · 6 years ago
  45. 824ad7b Add tests for the public tls_prf API by Ron Eldor · 6 years ago
  46. 78d1f70 Ensure non-NULL key buffer when building SSL test transforms by Hanno Becker · 6 years ago
  47. a5780f1 Catch errors while building SSL test transforms by Hanno Becker · 6 years ago
  48. 3ee5421 Use mbedtls_{calloc|free}() in SSL unit test suite by Hanno Becker · 6 years ago
  49. 907ab20 Alternative between send/recv transform in SSL record test suite by Hanno Becker · 6 years ago
  50. 81e16a3 Fix memory leak on failure in test_suite_ssl by Hanno Becker · 6 years ago
  51. b3268da Add encryption/decryption tests for small records by Hanno Becker · 8 years ago
  52. a18d132 Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  53. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  54. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  55. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  56. b25c0c7 Add test case calling ssl_set_hostname twice by Hanno Becker · 8 years ago
  57. b31c5f6 Add SSL presets. by Manuel Pégourié-Gonnard · 10 years ago
  58. 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
  59. 419d5ae Make endpoint+transport args of config_defaults() by Manuel Pégourié-Gonnard · 10 years ago
  60. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  61. 41d479e Split ssl_init() -> ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  62. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  63. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  64. 4956fd7 Test and fix anti-replay functions by Manuel Pégourié-Gonnard · 11 years ago