1. 4b3a45e Remove unnecessary memory buffer alloc unsets by Andrzej Kurek · 6 years ago
  2. 1e56d2c Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  3. 69f20aa all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  4. d706420 Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  5. bf2dacb Fix memory leak in CSR test suite on failure by Hanno Becker · 6 years ago
  6. 2fcdd74 Fix a memory leak in x509write test suite by Hanno Becker · 6 years ago
  7. 0163551 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  8. 0fb9ba2 Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  9. 790c281 Adapt all.sh to removal of buffer allocator from full config by Unknown · 6 years ago
  10. 4714fd8 Merge remote-tracking branch 'origin/pr/2815' into development by Jaeden Amero · 6 years ago
  11. ba7f4d1 Merge remote-tracking branch 'origin/pr/2771' into development by Jaeden Amero · 6 years ago
  12. dc3a179 Fix copypasta in msg by Gilles Peskine · 6 years ago
  13. 6ce3072 When not using PSA crypto, disable it by Gilles Peskine · 6 years ago
  14. 751bb4c Disable MEMORY_BUFFER_ALLOC with ASan by Gilles Peskine · 6 years ago
  15. c6f1c84 Remove config.pl calls with no effect by Gilles Peskine · 6 years ago
  16. d364f4c ssl-opt.sh: wait for proxy to start before running the script further by Unknown · 6 years ago upstream/archive/iotssl-2885-wait-for-proxy
  17. 49fcbea Merge remote-tracking branch 'origin/pr/2799' into development by Jaeden Amero · 6 years ago
  18. 9b9a790 Handle deleting non-existant files on Windows by Darryl Green · 6 years ago
  19. 379964a Merge remote-tracking branch 'origin/pr/2814' into development by Jaeden Amero · 6 years ago
  20. fe997c6 Update library version to 2.19.0 by Darryl Green · 6 years ago
  21. e0b90ec ssl-opt.sh: Add var's of context s11n tests for ChaChaPoly,CCM,GCM by Hanno Becker · 6 years ago
  22. 1b18fd3 ssl-opt.sh: Duplicate context serialization tests for CID by Hanno Becker · 6 years ago
  23. 4f055f4 Use 3rdparty headers from the submodule by Janos Follath · 6 years ago
  24. 0c6b799 Add Everest components to all.sh by Gilles Peskine · 6 years ago
  25. 37eb906 3rdparty: Fix Makefile coding conventions by Christoph M. Wintersteiger · 6 years ago
  26. 655ddab 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 6 years ago
  27. 9b33e7d ECDH: Exclude FStar and Hacl* from exported symbol checks by Christoph M. Wintersteiger · 6 years ago
  28. 346932a Fix preprocessor directive recognition in list-enum-consts.pl by Christoph M. Wintersteiger · 6 years ago
  29. e0e8eb3 ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl by Christoph M. Wintersteiger · 6 years ago
  30. 977d89a ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 6 years ago
  31. 4e0db56 Merge branch 'mbedtls-2.18' into development by Jaeden Amero · 6 years ago
  32. 862b319 Enable serialisation tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  33. c2376f0 Add tests for re-init flow for context serialization by Jarno Lamsa · 6 years ago
  34. a0b2cd6 ssl-opt.sh tests for serialization are currently using stub implementation by Jarno Lamsa · 6 years ago
  35. cbee1b3 Add missing slashes to tests by Jarno Lamsa · 6 years ago
  36. 2937d81 Add serialization tests to ssl-opt.sh by Jarno Lamsa · 6 years ago
  37. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  38. fe1275e Improve test for detection of ver/cfg corruption in serialized data by Hanno Becker · 6 years ago
  39. 363b646 Use US spelling 'serialize' instead of UK spelling 'serialise' by Hanno Becker · 6 years ago
  40. bb54d5a Use consistent spelling of 'serialise/serialize' in SSL test suite by Hanno Becker · 6 years ago
  41. 861d0bb Add negative tests for unexpected ver/cfg in session deserialization by Hanno Becker · 6 years ago
  42. aa75583 Re-enable test that now works with new format by Manuel Pégourié-Gonnard · 6 years ago
  43. eef4c75 Adapt buffering test to new ticket size by Manuel Pégourié-Gonnard · 6 years ago
  44. ee13a73 Fix serialization tests for !SSL_KEEP_PEER_CERT by Manuel Pégourié-Gonnard · 6 years ago
  45. 686adb4 Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  46. 1f6033a Fix undeclared dependency on FS_IO in test code by Manuel Pégourié-Gonnard · 6 years ago
  47. 220403b Fix style issues and typos in test code by Manuel Pégourié-Gonnard · 6 years ago
  48. b407990 Fix another wrong check for errors in test code by Manuel Pégourié-Gonnard · 6 years ago
  49. f9deaec Add test that save-load is the identity by Manuel Pégourié-Gonnard · 6 years ago
  50. 6b84070 Fix populate_session() and its usage in tests by Manuel Pégourié-Gonnard · 6 years ago
  51. a3d831b Add test for session_load() from small buffers by Manuel Pégourié-Gonnard · 6 years ago
  52. f5fa0aa Add test for session_save() on small buffers by Manuel Pégourié-Gonnard · 6 years ago
  53. 5b1674e Disable test for load-save identity by Manuel Pégourié-Gonnard · 6 years ago
  54. 3caa6ca Improve load-save test with tickets and certs by Manuel Pégourié-Gonnard · 6 years ago
  55. 6eac11b Start adding unit test for session serialisation by Manuel Pégourié-Gonnard · 6 years ago
  56. a7c3765 Add tests for session copy without serialisation by Manuel Pégourié-Gonnard · 6 years ago
  57. 8faa70e Use more specific name in debug message for testing by Manuel Pégourié-Gonnard · 6 years ago
  58. 7fa1407 Remove redundant debug message. by Manuel Pégourié-Gonnard · 6 years ago
  59. beec142 Merge remote-tracking branch 'origin/pr/2790' into development by Jaeden Amero · 6 years ago
  60. 70de9dc Remove unused cryptography test files by Jaeden Amero · 6 years ago
  61. 78d9d0c check-names: Consider crypto-sourced header files by Jaeden Amero · 6 years ago
  62. b2a86c3 Don't disallow 'record from another epoch' log msg in proxy ref test by Hanno Becker · 6 years ago
  63. 61fc108 Merge remote-tracking branch 'upstream-public/pr/2728' into development by Gilles Peskine · 6 years ago
  64. 681edbe Merge remote-tracking branch 'upstream-public/pr/2777' into development by Gilles Peskine · 6 years ago
  65. 56c0161 Test that a shared library build produces a dynamically linked executable by Gilles Peskine · 6 years ago
  66. cf74050 Test that the shared library build with CMake works by Gilles Peskine · 6 years ago
  67. abf9b4d Add a test of MBEDTLS_CONFIG_FILE by Gilles Peskine · 6 years ago
  68. 6eece5b Exclude DTLS 1.2 only with older OpenSSL by Gilles Peskine · 6 years ago
  69. 2c897d7 Document the rationale for the armel build by Gilles Peskine · 6 years ago
  70. 8a52af9 Switch armel build to -Os by Gilles Peskine · 6 years ago
  71. 93e4e03 Add a build on ARMv5TE in ARM mode by Gilles Peskine · 6 years ago
  72. 01655da Merge pull request #2417 from RonEld/2734 by Gilles Peskine · 6 years ago
  73. 82966d2 Merge pull request #2734 from hanno-arm/skip_test by Gilles Peskine · 6 years ago
  74. 7ab9e24 CMake: Add a subdirectory build regression test by Jaeden Amero · 6 years ago
  75. ff645d9 Merge remote-tracking branch 'origin/pr/2727' into development by Jaeden Amero · 6 years ago
  76. 8306508 Merge remote-tracking branch 'origin/pr/2660' into development by Jaeden Amero · 6 years ago
  77. 072959f Merge remote-tracking branch 'origin/pr/1622' into development by Jaeden Amero · 6 years ago
  78. 9eeb861 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  79. 74a87f8 Merge remote-tracking branch 'origin/pr/2738' into development by Jaeden Amero · 6 years ago
  80. 5db519b Merge remote-tracking branch 'origin/pr/2730' into development by Jaeden Amero · 6 years ago
  81. 01604a3 Merge remote-tracking branch 'origin/pr/2726' into development by Jaeden Amero · 6 years ago
  82. 0b8b5e3 Merge remote-tracking branch 'origin/pr/2706' into development by Jaeden Amero · 6 years ago
  83. 702c659 Add a linker flag to enable gcov in basic-build-test.sh by Philippe Antoine · 6 years ago
  84. b7c9626 Update soon to be expired crl by Ron Eldor · 6 years ago
  85. 0f220ec Test with MBEDTLS_ECP_RESTARTABLE by Jaeden Amero · 6 years ago
  86. e69d015 Add TEST_ASSUME macro to allow skipping tests at runtime by Hanno Becker · 6 years ago
  87. 55b49ee Allow TODO in code by Gilles Peskine · 6 years ago
  88. 7dfcfce Use the docstring in the command line help by Gilles Peskine · 6 years ago
  89. 6e70eb2 tests: Limit each log to 10 GiB by Jaeden Amero · 6 years ago
  90. 1e65771 Remove redundant compiler flag by Gilles Peskine · 6 years ago
  91. 85aba47 Consistently spell -Wextra by Gilles Peskine · 6 years ago
  92. 5131f77 Fix parsing issue when int parameter is in base 16 by Ron Eldor · 6 years ago
  93. 718c74c Improve compatibility with firewalled networks by Peter Kolbus · 6 years ago
  94. be54358 Dockerfile: apt -> apt-get by Peter Kolbus · 6 years ago
  95. 49c2435 Change Docker container to bionic by Peter Kolbus · 6 years ago
  96. 4225b1a Clean up file prologue comments by Peter Kolbus · 6 years ago
  97. e4e2d3a Add docker-based test scripts by Peter Kolbus · 6 years ago
  98. 5dece6d Restore programs/fuzz/Makefile after in-tree cmake by Philippe Antoine · 6 years ago
  99. 48f35f5 Move fuzz directory to programs by Philippe Antoine · 6 years ago
  100. cf8fdfd Documentation for corpus generation by Philippe Antoine · 6 years ago