1. 6608e71 Change ASSERT_ALLOC to take a size in elements, not bytes by Gilles Peskine · 7 years ago
  2. 2840530 New macro ASSERT_ALLOC to allocate memory in tests by Gilles Peskine · 7 years ago
  3. 61c8a37 Merge pull request #2836 from hanno-arm/x509_crt_policies_tests by Jaeden Amero · 6 years ago
  4. 43259ce Remove unused test data file by Gilles Peskine · 6 years ago
  5. 2e86a20 Remove component designed to test MAX_SIGNATURE_SIZE by Gilles Peskine · 6 years ago
  6. ce35cb3 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  7. 5ca393f Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  8. 2558d30 Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  9. 8fd5942 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  10. 719ae74 Merge pull request #2884 from AndrzejKurek/iotssl-2886-fix-parallel-make-jobs-2 by Jaeden Amero · 6 years ago
  11. 232e8f9 Enable parallel shared target tests by Andrzej Kurek · 6 years ago
  12. df2cd9e Makefiles: move the dependencies block to be after DLEXT definition by Andrzej Kurek · 6 years ago
  13. f70d3eb Uncomment X509 test that now works by Gilles Peskine · 6 years ago
  14. 74692ae Merge remote-tracking branch 'origin/pr/2488' into development by Jaeden Amero · 6 years ago
  15. 230b87a Merge remote-tracking branch 'origin/pr/2843' into development by Jaeden Amero · 6 years ago
  16. 717cd76 Restore MBEDTLS_TEST_OUTCOME_FILE after test_default_out_of_box by Gilles Peskine · 6 years ago
  17. 0d8b86a ssl-opt.sh: Fix some test case descriptions by Gilles Peskine · 6 years ago
  18. 57870e8 Reject non-ASCII characters in test case descriptions by Gilles Peskine · 6 years ago
  19. f12ad58 Process input files as binary by Gilles Peskine · 6 years ago
  20. 32b9421 Factor description-checking code into a common function by Gilles Peskine · 6 years ago
  21. 283df2e Fix cosmetic error in warnings by Gilles Peskine · 6 years ago
  22. 168858f Fix regex matching run_test calls in ssl-opt.sh by Gilles Peskine · 6 years ago
  23. 895868b all.sh: run check-test-cases.py by Gilles Peskine · 6 years ago
  24. 600bb69 Better information messages for quick checks by Gilles Peskine · 6 years ago
  25. a9478ba Fix configuration short name in key-exchanges.pl by Gilles Peskine · 6 years ago
  26. 7a020f3 Make test case descriptions unique by Gilles Peskine · 6 years ago
  27. ba94b58 New test script check-test-cases.py by Gilles Peskine · 6 years ago
  28. 67ffdaf all.sh --outcome-file creates an outcome file by Gilles Peskine · 6 years ago
  29. c21a9f0 Merge remote-tracking branch 'origin/pr/2765' into development by Jaeden Amero · 6 years ago
  30. 16a25e0 Add set+get tests by Gilles Peskine · 6 years ago
  31. fd7ad33 Consolidate tests for set with/without values by Gilles Peskine · 6 years ago
  32. 9004a17 Set meaningful test configuration names when running tests by Gilles Peskine · 6 years ago
  33. 654bab7 ssl-opt: remove semicolons from test case descriptions by Gilles Peskine · 6 years ago
  34. 560280b Test outcome file support: ssl-opt.sh by Gilles Peskine · 6 years ago
  35. 51dcc24 Test outcome file support: test suites by Gilles Peskine · 6 years ago
  36. 47b7540 Give a type name to test_info by Gilles Peskine · 6 years ago
  37. 31fccc8 Fix typo in message by Gilles Peskine · 6 years ago
  38. 3c1c8ea Prefer unsigned types for non-negative numbers by Gilles Peskine · 6 years ago
  39. a708dae Add comment to help syntax highlighting in editors by Gilles Peskine · 6 years ago
  40. 914a507 Bump Mbed TLS version to 2.19.1 by Jaeden Amero · 6 years ago
  41. 6dfa665 X.509: Add numerous negative parsing tests for CertificatePolicy ext by Hanno Becker · 6 years ago
  42. c15ff98 X.509: Adapt negative parsing test for no data in CrtPolicy ext by Hanno Becker · 6 years ago
  43. 7b8330a X.509: Move negative tests for CertificatePolicy parsing by Hanno Becker · 6 years ago
  44. 82a1fe5 X.509: Remove CRT policy parsing test 'bool len missing' by Hanno Becker · 6 years ago
  45. 61695e7 config.py testing: also test the get command by Gilles Peskine · 6 years ago
  46. f686042 Fix config.py output when a symbol has acquired or lost a value by Gilles Peskine · 6 years ago
  47. e3734bd Remove redundant test case by Gilles Peskine · 6 years ago
  48. 00ed2e1 cmake: update interpreter requirement for the test suite generator by Gilles Peskine · 6 years ago
  49. 878acd6 Test script for config.py by Gilles Peskine · 6 years ago
  50. 5d46f6a Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
  51. 62be28b Merge remote-tracking branch 'origin/pr/2469' into development by Jaeden Amero · 6 years ago
  52. 2dedcc5 Change X.509 test cases to not rely on asn1parse limitations by Gilles Peskine · 6 years ago
  53. 9f409f6 Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh by Andrzej Kurek · 6 years ago
  54. 4b3a45e Remove unnecessary memory buffer alloc unsets by Andrzej Kurek · 6 years ago
  55. 1e56d2c Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  56. 69f20aa all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  57. d706420 Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  58. bf2dacb Fix memory leak in CSR test suite on failure by Hanno Becker · 6 years ago
  59. 2fcdd74 Fix a memory leak in x509write test suite by Hanno Becker · 6 years ago
  60. 0163551 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  61. 0fb9ba2 Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  62. 790c281 Adapt all.sh to removal of buffer allocator from full config by Unknown · 6 years ago
  63. c9c4ca3 Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  64. 4714fd8 Merge remote-tracking branch 'origin/pr/2815' into development by Jaeden Amero · 6 years ago
  65. ba7f4d1 Merge remote-tracking branch 'origin/pr/2771' into development by Jaeden Amero · 6 years ago
  66. dc3a179 Fix copypasta in msg by Gilles Peskine · 6 years ago
  67. 6ce3072 When not using PSA crypto, disable it by Gilles Peskine · 6 years ago
  68. 751bb4c Disable MEMORY_BUFFER_ALLOC with ASan by Gilles Peskine · 6 years ago
  69. c6f1c84 Remove config.pl calls with no effect by Gilles Peskine · 6 years ago
  70. d364f4c ssl-opt.sh: wait for proxy to start before running the script further by Unknown · 6 years ago archive/iotssl-2885-wait-for-proxy iotssl-2885-wait-for-proxy
  71. 4cf0e7e Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  72. 49fcbea Merge remote-tracking branch 'origin/pr/2799' into development by Jaeden Amero · 6 years ago
  73. 9b9a790 Handle deleting non-existant files on Windows by Darryl Green · 6 years ago
  74. d031378 Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  75. 379964a Merge remote-tracking branch 'origin/pr/2814' into development by Jaeden Amero · 6 years ago
  76. fe997c6 Update library version to 2.19.0 by Darryl Green · 6 years ago
  77. e0b90ec ssl-opt.sh: Add var's of context s11n tests for ChaChaPoly,CCM,GCM by Hanno Becker · 6 years ago
  78. 1b18fd3 ssl-opt.sh: Duplicate context serialization tests for CID by Hanno Becker · 6 years ago
  79. 4f055f4 Use 3rdparty headers from the submodule by Janos Follath · 6 years ago
  80. 0c6b799 Add Everest components to all.sh by Gilles Peskine · 6 years ago
  81. 37eb906 3rdparty: Fix Makefile coding conventions by Christoph M. Wintersteiger · 6 years ago
  82. 655ddab 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  83. 9b33e7d ECDH: Exclude FStar and Hacl* from exported symbol checks by Christoph M. Wintersteiger · 7 years ago
  84. 346932a Fix preprocessor directive recognition in list-enum-consts.pl by Christoph M. Wintersteiger · 7 years ago
  85. e0e8eb3 ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl by Christoph M. Wintersteiger · 7 years ago
  86. 977d89a ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 7 years ago
  87. 64f2643 Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  88. 4e0db56 Merge branch 'mbedtls-2.18' into development by Jaeden Amero · 6 years ago
  89. f1cdcea Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  90. 862b319 Enable serialisation tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  91. c2376f0 Add tests for re-init flow for context serialization by Jarno Lamsa · 6 years ago
  92. a0b2cd6 ssl-opt.sh tests for serialization are currently using stub implementation by Jarno Lamsa · 6 years ago
  93. cbee1b3 Add missing slashes to tests by Jarno Lamsa · 6 years ago
  94. 2937d81 Add serialization tests to ssl-opt.sh by Jarno Lamsa · 6 years ago
  95. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  96. fe1275e Improve test for detection of ver/cfg corruption in serialized data by Hanno Becker · 6 years ago
  97. 363b646 Use US spelling 'serialize' instead of UK spelling 'serialise' by Hanno Becker · 6 years ago
  98. bb54d5a Use consistent spelling of 'serialise/serialize' in SSL test suite by Hanno Becker · 6 years ago
  99. 861d0bb Add negative tests for unexpected ver/cfg in session deserialization by Hanno Becker · 6 years ago
  100. aa75583 Re-enable test that now works with new format by Manuel Pégourié-Gonnard · 6 years ago