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