1. e30d03e Change the use of pylint to optionally use pylint3 by Simon Butcher · 5 years ago
  2. 21d1cbc Merge pull request #2262 from andresag01/iotssl-2544-deprecate-record-accel by Manuel Pégourié-Gonnard · 5 years ago
  3. 438bf3b App data with 1/n-1 splitting in test suite by Piotr Nowicki · 5 years ago
  4. c31f970 Merge pull request #3075 from AndrzejKurek/variable-buffer-size by Jaeden Amero · 5 years ago mbedtls-2.22.0d0
  5. 55727c3 Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity by Jaeden Amero · 5 years ago
  6. 89bdc58 test_suite_ssl: check for errors during queue setup by Andrzej Kurek · 5 years ago
  7. 45916ba test_suite_ssl: fix coverity issues with uninitialized members by Andrzej Kurek · 5 years ago
  8. 0937ed2 Add an acceptance test for memory usage after handshake by Piotr Nowicki · 6 years ago
  9. 0afa2a1 Add I/O buffer resizing in handshake init and free by Andrzej Kurek · 5 years ago
  10. 68192fc Fix remaining occurrences of config.pl in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  11. aad82f9 Add variable buffer length tests to all.sh by Darryl Green · 6 years ago
  12. f03c13c Merge pull request #3050 from mpg/skip-close-notify-dev by Manuel Pégourié-Gonnard · 5 years ago
  13. bde7ee8 Add DTLS handshake fragmentation test by Piotr Nowicki · 5 years ago
  14. 8a6ff15 test_suite_ssl refactoring: provide default options structure for tests by Andrzej Kurek · 5 years ago
  15. 316da1f test_suite_ssl refactoring: merge renegotiation test into handshake by Andrzej Kurek · 5 years ago
  16. 9e9efdc test_suite_ssl refactoring: merge tls & dtls application data tests by Andrzej Kurek · 5 years ago
  17. dd8807f Add build with MBEDTLS_SSL_HW_RECORD_ACCEL to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  18. 56941fe Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  19. 95e9eb8 Add test for renegotiation in DTLS by Piotr Nowicki · 5 years ago
  20. 6a7f01c Add test with sending application data via DTLS by Piotr Nowicki · 5 years ago
  21. 20b3a68 Merge pull request #3042 from AndrzejKurek/dtls-handshake-serialization by Jaeden Amero · 5 years ago
  22. 6fc816a Merge pull request #3038 from gilles-peskine-arm/align-crypto-programs by Janos Follath · 5 years ago
  23. da2b678 Add a dtls handshake test with context serialization by Andrzej Kurek · 5 years ago
  24. a08e699 Merge pull request #3036 from AndrzejKurek/dtls-handshake-tests by Jaeden Amero · 5 years ago
  25. 84d2fd4 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  26. 941962e Add DTLS handshake tests for the mocked ssl test suite by Andrzej Kurek · 5 years ago
  27. 15daf50 Parametrize the endpoint init and free to prepare for DTLS tests by Andrzej Kurek · 5 years ago
  28. 765d240 Test component with malloc(0) returning NULL: run some ssl tests by Gilles Peskine · 5 years ago
  29. c4ef7a9 Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  30. 7cb47de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  31. 4c08dd4 Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-Os by Manuel Pégourié-Gonnard · 5 years ago
  32. 1a44a15 Change the order of endpoint initialization steps by Andrzej Kurek · 5 years ago
  33. f46b912 Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ by Andrzej Kurek · 5 years ago
  34. c3fca5e Add tests with sending application data to test_suite_ssl by Piotr Nowicki · 6 years ago
  35. c64eb63 Merge pull request #3021 from AndrzejKurek/handshake-tests by Jaeden Amero · 6 years ago
  36. cc5169c Add a PSK test to the mocked ssl handshake tests by Andrzej Kurek · 6 years ago
  37. 5da20cc Merge pull request #3023 from gilles-peskine-arm/config-crypto by Gilles Peskine · 6 years ago
  38. f40daa3 Add version & ciphersuite tests to ssl handshake by Andrzej Kurek · 6 years ago
  39. 148c3de Merge pull request #3018 from mpg/fix-ssl-opt-gnutls-no-sha1 by Janos Follath · 6 years ago
  40. ec10bf1 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  41. 6ec0f0f Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  42. 2fdb1af Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3 by Janos Follath · 6 years ago
  43. 6bb3915 Always use "-O1 -Werror" in crypto-only test builds by Gilles Peskine · 6 years ago
  44. b298074 Refactor certificates and keys in ssl handshake mock tests by Andrzej Kurek · 6 years ago
  45. ec541fe Add test components for crypto-only builds by Gilles Peskine · 6 years ago
  46. f4e672e Add missing compilation guards in test suite by Gilles Peskine · 6 years ago
  47. 03035eb Stop testing ssl3 when it isn't enabled by Manuel Pégourié-Gonnard · 6 years ago
  48. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  49. ead19fe Merge pull request #2975 from mpg/add-zlib-tests-dev by Manuel Pégourié-Gonnard · 6 years ago
  50. bc4da29 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  51. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  52. 77cbeff Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  53. ba1150f Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development by Janos Follath · 6 years ago
  54. bfc73bc Merge pull request #2988 from piotr-now/iotssl-2954-custom-io-callbacks-to-ssl-unit-test by Jaeden Amero · 6 years ago
  55. d796e19 Fix memory allocation fail in TCP mock socket by Piotr Nowicki · 6 years ago
  56. f2e2902 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  57. 342d2ca Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  58. 95e0449 Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  59. 890b5ca Change non-blocking read/write in TCP mock socket by Piotr Nowicki · 6 years ago
  60. fb437d7 Fix segmentation fault in mbedtls_test_buffer by Piotr Nowicki · 6 years ago
  61. bc483de Add a message-based socket mock connection to the ssl tests by Andrzej Kurek · 6 years ago
  62. 13719cd Add a message metadata queue in ssl tests by Andrzej Kurek · 6 years ago
  63. f777414 ssl test suite: enable dropping bytes from buffer by Andrzej Kurek · 6 years ago
  64. 9c67323 Fix outcome file leak if execute_tests exits early by Gilles Peskine · 6 years ago
  65. 83f33d3 Bump version to Mbed TLS 2.20.0 by Janos Follath · 6 years ago
  66. 252faff Merge pull request #2966 from dgreen-arm/fix-pylint-warnings by Jaeden Amero · 6 years ago
  67. fb5faa2 Fix some pylint warnings by Darryl Green · 6 years ago
  68. c673c2c Break up the ssl_mock_tcp unit test by Janos Follath · 6 years ago
  69. 3766ba5 Add non-blocking mock TCP callbacks to SSL tests by Janos Follath · 6 years ago
  70. 031827f Add mbedtls_mock_socket to SSL unit tests by Janos Follath · 6 years ago
  71. 6264e66 Add mbedtls_test_buffer to SSL unit tests by Janos Follath · 6 years ago
  72. 512fe96 Fix test assert macro calls by Janos Follath · 6 years ago
  73. 6608e71 Change ASSERT_ALLOC to take a size in elements, not bytes by Gilles Peskine · 7 years ago
  74. 2840530 New macro ASSERT_ALLOC to allocate memory in tests by Gilles Peskine · 7 years ago
  75. 61c8a37 Merge pull request #2836 from hanno-arm/x509_crt_policies_tests by Jaeden Amero · 6 years ago
  76. 43259ce Remove unused test data file by Gilles Peskine · 6 years ago
  77. 2e86a20 Remove component designed to test MAX_SIGNATURE_SIZE by Gilles Peskine · 6 years ago
  78. ce35cb3 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  79. 5ca393f Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  80. 2558d30 Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  81. 8fd5942 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  82. 719ae74 Merge pull request #2884 from AndrzejKurek/iotssl-2886-fix-parallel-make-jobs-2 by Jaeden Amero · 6 years ago
  83. 232e8f9 Enable parallel shared target tests by Andrzej Kurek · 6 years ago
  84. df2cd9e Makefiles: move the dependencies block to be after DLEXT definition by Andrzej Kurek · 6 years ago
  85. f70d3eb Uncomment X509 test that now works by Gilles Peskine · 6 years ago
  86. 74692ae Merge remote-tracking branch 'origin/pr/2488' into development by Jaeden Amero · 6 years ago
  87. 230b87a Merge remote-tracking branch 'origin/pr/2843' into development by Jaeden Amero · 6 years ago
  88. 717cd76 Restore MBEDTLS_TEST_OUTCOME_FILE after test_default_out_of_box by Gilles Peskine · 6 years ago
  89. 0d8b86a ssl-opt.sh: Fix some test case descriptions by Gilles Peskine · 6 years ago
  90. 57870e8 Reject non-ASCII characters in test case descriptions by Gilles Peskine · 6 years ago
  91. f12ad58 Process input files as binary by Gilles Peskine · 6 years ago
  92. 32b9421 Factor description-checking code into a common function by Gilles Peskine · 6 years ago
  93. 283df2e Fix cosmetic error in warnings by Gilles Peskine · 6 years ago
  94. 168858f Fix regex matching run_test calls in ssl-opt.sh by Gilles Peskine · 6 years ago
  95. 895868b all.sh: run check-test-cases.py by Gilles Peskine · 6 years ago
  96. 600bb69 Better information messages for quick checks by Gilles Peskine · 6 years ago
  97. a9478ba Fix configuration short name in key-exchanges.pl by Gilles Peskine · 6 years ago
  98. 7a020f3 Make test case descriptions unique by Gilles Peskine · 6 years ago
  99. ba94b58 New test script check-test-cases.py by Gilles Peskine · 6 years ago
  100. 67ffdaf all.sh --outcome-file creates an outcome file by Gilles Peskine · 6 years ago