1. 71ebc58 Changes to check-names.sh script to accept yotta constants by Simon Butcher · 9 years ago
  2. 02c4a38 Corrects missing dependency for MBEDTLS_CIPHER_MODE_CBC in some tests by Simon Butcher · 9 years ago
  3. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 9 years ago
  4. bd43f6c Fix dependency on MBEDTLS_ENTROPY_SHA512_ACCUMULATOR in test suite by Paul Bakker · 9 years ago
  5. 5a0392a Fix dependency guard for test by Paul Bakker · 9 years ago
  6. b3dc822 Properly gate NV_SEED additions in test suite by Paul Bakker · 9 years ago
  7. 1779026 Add test cases for NV seed functionality by Paul Bakker · 9 years ago
  8. d2e7ff7 Fix test message for entropy safety switch. by Janos Follath · 9 years ago
  9. 06c5400 Add test for the entropy safety switch feature. by Janos Follath · 9 years ago
  10. c4191e4 Make basic-build-test.sh clean up after itself. by Janos Follath · 9 years ago
  11. 65b1fa6 Fixes warnings found by Clang static analyser by Simon Butcher · 9 years ago
  12. 3c0d7b8 Adds check for valgrind to ssl-opt.sh (#488) by Simon Butcher · 9 years ago
  13. 58eddef Updates copyright and attribution in comment header in ssl-opt.sh by Simon Butcher · 9 years ago
  14. cbb9075 Adds parallel builds to basic-build-test.sh by Simon Butcher · 9 years ago
  15. a410af5 Fixes RC4 config dependencies in tests in ssl-opt.h by Simon Butcher · 9 years ago
  16. 362689d Split test into valgrind and no-valgrind version by Paul Bakker · 9 years ago
  17. 1f65092 Add fix to ignore valgrind messages related to compressed debug symbols by Paul Bakker · 9 years ago
  18. 774180e Fix memory-leak in verbose test framework in case of unexpected input by Paul Bakker · 9 years ago
  19. 26b60bf Fox verbose test framework not to duplicate strings if not verbose by Paul Bakker · 9 years ago
  20. a30a72f Fix verbose test framework mote to use unmet_dep_count for index by Paul Bakker · 9 years ago
  21. ae79124 Disables backtrace config from basic-build-test.sh by Simon Butcher · 9 years ago
  22. a557cfb Widens test bounds on memory alloc tests by Simon Butcher · 9 years ago
  23. acaac85 Add option to preserve all logs in ssl-opt.sh by Paul Bakker · 9 years ago
  24. e20310a Add option to print test numbers in ssl-opt.sh output by Paul Bakker · 9 years ago
  25. b7584a5 Add ability to only run select numbered tests in ssl-opt.sh by Paul Bakker · 9 years ago
  26. 4ec1e81 Widens test parameters in memory alloc tests by Simon Butcher · 9 years ago
  27. 214f5c0 Additional tests to test stack buffer allocator by SimonB · 9 years ago
  28. 4a3b023 Adds line numbering in errors for test helpers by SimonB · 9 years ago
  29. 20273dd Adds reporting of file/line no. in failed tests by SimonB · 9 years ago
  30. 525b792 Fixes off by 1 error reported in line number errors by SimonB · 9 years ago
  31. ab07135 Adds line number substitution in test cases by SimonB · 9 years ago
  32. b19bac4 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  33. 00efff7 Add a test for SSLv3 with extensions, server side by Janos Follath · 9 years ago
  34. b2d5dd1 Fixes X509 sample app and SSL test suite by Simon Butcher · 9 years ago
  35. 1594210 Adds better support to debug generated code by SimonB · 9 years ago
  36. 55abc21 Fix ci break in builds without platform.h by Janos Follath · 9 years ago
  37. 8ca7bc4 Adds verbose mode to the test suites by SimonB · 9 years ago
  38. 098a3b5 Makes basic-build-test.sh test the full config by SimonB · 9 years ago
  39. 2e23c82 Adds check to avoid overwriting files by SimonB · 9 years ago
  40. 3f5c875 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  41. 6eaf365 Fixes Travis post-mortem script dump following review by Simon Butcher · 9 years ago
  42. 371a9e0 Merge branch 'iotssl-683-travis-failing-intermittently' by Simon Butcher · 9 years ago
  43. c2b0efc Fix the basic test build script to always build by Simon Butcher · 9 years ago
  44. 831a65f Make Travis more chatty. by Janos Follath · 9 years ago
  45. f154763 Fixes to style following review by Simon Butcher · 9 years ago
  46. ab0c51d Fix minor issues with basic test script by Simon Butcher · 9 years ago
  47. 21ab9d7 Add a script to execute the basic tests by SimonB · 9 years ago
  48. 75f3caa Fix unit test script to ignore coverage data by SimonB · 9 years ago
  49. ad8fbc0 Add test result breakdown to test suites script by SimonB · 9 years ago
  50. f413b6f Fix to stop all.sh corrupting config.h by Simon Butcher · 9 years ago
  51. 4b852db Merge branch 'iotssl-629-der-trailing-bytes' by Simon Butcher · 9 years ago
  52. 3ea7f52 Update interop tests to default configuration by Simon Butcher · 9 years ago
  53. bc6a486 Fix the 'all tests' script for baremetal builds by Simon Butcher · 9 years ago
  54. e2681a4 Update default configuration by Janos Follath · 9 years ago
  55. 3000f78 Add copright, and better documentation to curves.pl by Simon Butcher · 9 years ago
  56. fbe85fe Add missing dependencies to X509 Parse test suite for P-384 curve by Simon Butcher · 9 years ago
  57. f59e66b Remove redundant test certificates and clarify ChangeLog by Simon Butcher · 9 years ago
  58. df4bca2 X509: Future CA among trusted: add more tests by Janos Follath · 9 years ago
  59. 12c868c X509: Future CA among trusted: add unit tests by Janos Follath · 9 years ago
  60. 64d60da Fix typos and add copyright statement to generate_code.pl by Simon Butcher · 9 years ago
  61. 0269dad Refactored test suite template code by SimonB · 9 years ago
  62. 152ea18 Added support for per test suite helper functions by SimonB · 9 years ago
  63. 3ddf355 Clarified purpose and usage of generate_code.pl by SimonB · 9 years ago
  64. ef50c0d Added script to split the test case data files by Simon Butcher · 10 years ago
  65. aad787f Parameterised the test suite applications by Simon Butcher · 10 years ago
  66. e154f95 x509: trailing bytes in DER: correct a unit test by Janos Follath · 9 years ago
  67. 0b24234 x509: trailing bytes in DER: add integration tests by Janos Follath · 9 years ago
  68. 9a3ee57 Merge branch 'fixes' into development by Simon Butcher · 10 years ago
  69. d091ed1 Add scripts/apidoc_full.sh by Manuel Pégourié-Gonnard · 10 years ago
  70. de7ae7b Exclude some warnings from the doxygen test by Manuel Pégourié-Gonnard · 10 years ago
  71. 259b08a Add -s (short) option to all.sh by Manuel Pégourié-Gonnard · 10 years ago
  72. 1d552e7 Add test script for doxygen warnings by Manuel Pégourié-Gonnard · 10 years ago
  73. d2655ac Add test for yotta debug build by Manuel Pégourié-Gonnard · 10 years ago
  74. 3551901 Make ar invocation more portable by Manuel Pégourié-Gonnard · 10 years ago
  75. e9c1b1a Merge remote-tracking branch 'yanesca/iss309' into development by Manuel Pégourié-Gonnard · 10 years ago
  76. bfafadb Change version number to 2.2.1 by Simon Butcher · 10 years ago
  77. 8b4331a Add test case for root with max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  78. a3aa43d Add test case for first intermediate max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  79. 8254ed2 Change version number to 2.2.0 by Simon Butcher · 10 years ago
  80. a8838af Use own implementation of strsep() by Manuel Pégourié-Gonnard · 10 years ago
  81. 0a543a8 Merge pull request #320 from Inikup/fix-issue-318 by Manuel Pégourié-Gonnard · 10 years ago
  82. 568f1e7 Merge branch 'iotssl-515-max-pathlen' into development by Manuel Pégourié-Gonnard · 10 years ago
  83. 6c92268 Improved on the previous fix and added a test case to cover both types by Janos Follath · 10 years ago
  84. 067523e Small improvement to test script by Manuel Pégourié-Gonnard · 10 years ago
  85. 45777c3 Fix a style issue by Manuel Pégourié-Gonnard · 10 years ago
  86. e670f90 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  87. 03dde85 Use symbolic constants in test data by Manuel Pégourié-Gonnard · 10 years ago
  88. 2046062 Merge branch 'development' into misc by Simon Butcher · 10 years ago
  89. c87747b Removed debug code accidentally left in test code by Simon Butcher · 10 years ago
  90. 5f7c34b Merge branch iotssl-521-keylen-check by Simon Butcher · 10 years ago
  91. e357a64 Merge pull request #328 from ARMmbed/iotssl-461-ecjpake-finalization by Simon Butcher · 10 years ago
  92. 8483e28 Merge remote-tracking branch 'upstream/development' into iss309 by Janos Follath · 10 years ago
  93. 6cbacec Improved on the fix of #309 and extended the test to cover subroutines. by Janos Follath · 10 years ago
  94. 044a86b Tests and fix added for #309 (inplace mpi doubling). by Janos Follath · 10 years ago
  95. 65eefc8 Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
  96. 503a5ef Add key-exchanges.pl to test list by Manuel Pégourié-Gonnard · 10 years ago
  97. 50bd260 Add -Werror to reduced configs test scripts by Manuel Pégourié-Gonnard · 10 years ago
  98. 5df9216 Add script to test configs with single key exchanges by Manuel Pégourié-Gonnard · 10 years ago
  99. c8cd2c6 Small fix to 'make test' script by Manuel Pégourié-Gonnard · 10 years ago
  100. 8a7a189 Fix curves.pl for ECJPAKE disabled by default by Manuel Pégourié-Gonnard · 10 years ago