1. 06c1e23 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  2. f5faa25 shrink tests: clearer description by Gilles Peskine · 6 years ago
  3. 7313e2c Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  4. edb621b Better coverage for copy and swap by Gilles Peskine · 6 years ago
  5. 16fca92 Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  6. d817f54 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  7. 7006ca1 Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  8. 0f14c15 Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  9. a48fe01 Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  10. e7b49d3 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  11. 10a7f62 Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  12. bcdd8bc Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  13. 6a1ec6a More accurate test case description by Gilles Peskine · 6 years ago
  14. 8064dbb Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  15. 47b56a1 mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  16. 006b207 mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  17. d2aa4aa mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  18. 44e40c0 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  19. eb8fcf81 Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  20. 3be2fa4 mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  21. 8faf1d6 Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  22. 7ce3a25 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  23. 20dbfb9 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  24. 6e2cb64 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  25. 6eec4ab Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  26. b3e5439 Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  27. 3ccb7f1 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  28. 34693b5 Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  29. f0658b1 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  30. 079864e Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  31. df59bfc Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  32. 282911e Merge remote-tracking branch 'public/pr/2978' into baremetal by Simon Butcher · 6 years ago
  33. 4b3b8c2 Merge remote-tracking branch 'public/pr/2886' into baremetal by Simon Butcher · 6 years ago
  34. 0a8f87f Remove entropy source overwrite in baremetal_test by Arto Kinnunen · 6 years ago
  35. 029fe86 Fix some pylint warnings by Darryl Green · 6 years ago
  36. e76c638 Merge remote-tracking branch 'public/pr/2925' into baremetal by Simon Butcher · 6 years ago
  37. 430ac13 Add config and test for AES SCA countermeasures by Arto Kinnunen · 6 years ago
  38. 0252cd6 Merge remote-tracking branch 'public/pr/2940' into baremetal by Simon Butcher · 6 years ago
  39. 5b45c6e Merge remote-tracking branch 'public/pr/2932' into baremetal by Simon Butcher · 6 years ago
  40. e06e039 Fix basic-build-test.sh to work in different env by Teppo Järvelin · 6 years ago
  41. 9d6a535 Return and propagate UECC_FAULT_DETECTED by Manuel Pégourié-Gonnard · 6 years ago
  42. 1a53371 Remove curve parameter from public functions by Manuel Pégourié-Gonnard · 6 years ago
  43. 677b7f6 Fix direct use of struct instead of abstract type by Manuel Pégourié-Gonnard · 6 years ago
  44. 9699887 Add Makefile option to exclude TinyCrypt files by Simon Butcher · 6 years ago
  45. 10d8e8e Use safer return values in uECC_verify() by Manuel Pégourié-Gonnard · 6 years ago
  46. 2e2fa5e Adress review comments by Jarno Lamsa · 6 years ago
  47. 77c4fcc Use DER encoded keys with tinycrypt by Jarno Lamsa · 6 years ago
  48. 6ba32ca Add authentication tests for baremetal config by Jarno Lamsa · 6 years ago
  49. 6f54fe7 Add a bad version of server11 certificate by Jarno Lamsa · 6 years ago
  50. b514cd3 Remove dependency to MBEDTLS_ERROR_C by Jarno Lamsa · 6 years ago
  51. d342805 Added Forced ECC ciphersuite with CCM tests by Jarno Lamsa · 6 years ago
  52. c40184b Add test for small server packet by Jarno Lamsa · 6 years ago
  53. 0ed6808 Add test for small client packet by Jarno Lamsa · 6 years ago
  54. c5118b7 Add a new keyUsage test for p256 using DTLS by Jarno Lamsa · 6 years ago
  55. ff434c2 Add test for enforcing extended master secret by Jarno Lamsa · 6 years ago
  56. 7544195 Remove echo FORCE SKIP by Jarno Lamsa · 6 years ago
  57. 8b2c642 Merge remote-tracking branch 'public/pr/2904' into baremetal by Simon Butcher · 6 years ago
  58. f5a6404 Merge remote-tracking branch 'public/pr/2892' into baremetal by Simon Butcher · 6 years ago
  59. 4ecfbd3 Fix tests to work in Mbed OS test environment by Arto Kinnunen · 6 years ago
  60. 0fa65aa Review corrections by Arto Kinnunen · 6 years ago
  61. c0a8bd4 Tests for AES encypt only by Arto Kinnunen · 6 years ago
  62. 366c13e Update AES 128-bit key test by Arto Kinnunen · 6 years ago
  63. 4c003ca Update AES 128-key test by Arto Kinnunen · 6 years ago
  64. 4ab702b Add AES 128-bit key dependency to tests by Arto Kinnunen · 6 years ago
  65. e2bf54d Merge remote-tracking branch 'public/pr/2877' into baremetal by Simon Butcher · 6 years ago
  66. a26fb4c Merge remote-tracking branch 'public/pr/2870' into baremetal by Simon Butcher · 6 years ago
  67. 66491e1 Fix undefined references to hardware_poll() by Manuel Pégourié-Gonnard · 6 years ago
  68. 08d6cf2 Modify the test_baremetal in all.sh by Jarno Lamsa · 6 years ago
  69. 33281d5 Add requires entries for tests by Jarno Lamsa · 6 years ago
  70. f0963f7 Merge remote-tracking branch 'public/pr/2867' into baremetal by Simon Butcher · 6 years ago
  71. 0a9b44d Merge branch 'mbedtls-2.16' into baremetal-2.16-20191004 by Manuel Pégourié-Gonnard · 6 years ago
  72. 990135e Add all.sh entry by Jarno Lamsa · 6 years ago
  73. f098b26 Add rng for the test suites by Jarno Lamsa · 6 years ago
  74. b9fc079 Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  75. b0328ba Merge remote-tracking branch 'origin/pr/2323' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  76. cfbeb76 ssl-opt.sh: Adjust authentication test flags 2 by Arto Kinnunen · 6 years ago
  77. 13db25f ssl-opt.sh: Fix requires_config_value_exactly by Arto Kinnunen · 6 years ago
  78. c457ab1 ssl-opt.sh: Adjust authentication test flags by Arto Kinnunen · 6 years ago
  79. a1e9806 ssl-opt.sh: Modify test sets based on config value 2 by Arto Kinnunen · 6 years ago
  80. 3f1190d sslopt.sh: Modify test sets based on config value by Arto Kinnunen · 6 years ago
  81. 7821352 ssl-opt.sh: use query_config to read flag value by Arto Kinnunen · 6 years ago
  82. c0d2fa7 Update Makefiles and revert changes to config.pl by Arto Kinnunen · 6 years ago
  83. 85b495b Merge remote-tracking branch 'origin/pr/652' into baremetal by Simon Butcher · 6 years ago
  84. 8307802 Enable tests in Mbed OS environment by Arto Kinnunen · 6 years ago
  85. ab9a29b ssl-opt.sh: Reuse query config test program for requires_config_xxx by Hanno Becker · 6 years ago
  86. ae9f2a2 Fix compilation error by Ron Eldor · 6 years ago
  87. 39512b4 Add const to variable by Ron Eldor · 6 years ago
  88. 6e76108 Fix endianity issue when reading uint32 by Ron Eldor · 6 years ago
  89. 2ad73aa Increase test suite timeout by Ron Eldor · 7 years ago
  90. 3adb981 Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  91. 5d7254a Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  92. e4c5fa7 Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  93. 5533f4a Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  94. 8d0684d Merge remote-tracking branch 'public/pr/2835' into baremetal by Simon Butcher · 6 years ago
  95. 6d229f8 Adapt EC-JPAKE test suite to hardcodable hash by Manuel Pégourié-Gonnard · 6 years ago
  96. 073c1e1 Remove pk_info from pk_context_t with SINGLE_TYPE by Manuel Pégourié-Gonnard · 6 years ago
  97. 020d9ba Introduce abstraction mbedtls_pk_handle_t by Manuel Pégourié-Gonnard · 6 years ago
  98. 1c1cc0d Add config.h option MBEDTLS_PK_SINGLE_HASH by Manuel Pégourié-Gonnard · 6 years ago
  99. 097628f Fix undeclared dependency on RSA_ALT in tests by Manuel Pégourié-Gonnard · 6 years ago
  100. e5a0b36 Merge branch 'baremetal' into baremetal-2.16-20190909 by Manuel Pégourié-Gonnard · 6 years ago