1. afbbcf8 Add comments on chain verification cases by Manuel Pégourié-Gonnard · 8 years ago
  2. aa86a61 Add test for callback and bad signatures by Manuel Pégourié-Gonnard · 8 years ago
  3. 7e00e1c Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  4. 93d828c Add test for same CA with different keys by Manuel Pégourié-Gonnard · 8 years ago
  5. ecff9e9 Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  6. 9c9a228 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  7. 94ff1c6 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  8. 2431061 Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  9. 081ed06 Improve handling of md errors in X.509 by Manuel Pégourié-Gonnard · 8 years ago
  10. ab7796f Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
  11. ac92a48 Fix usage of CFLAGS with cmake in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  12. f2fd546 Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  13. f35e3a8 Add new test script depends-pkalgs.pl by Manuel Pégourié-Gonnard · 8 years ago
  14. 293b884 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  15. 364ece3 Fix usage of {curves,key-exchanges}.pl in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  16. 57176e5 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  17. c1a91e2 Add new test script depends-hashes.pl by Manuel Pégourié-Gonnard · 8 years ago
  18. 6a42083 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  19. 92cd3fe Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  20. 3c87346 Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  21. a8ed751 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  22. 3d12638 Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  23. 9c1282c Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  24. 90eb5d9 Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  25. c53082c Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  26. 7fded85 Add attribution for #1351 report by Gilles Peskine · 7 years ago
  27. 25ec9cc Merge branch 'prr_428' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  28. f599026 Adapt version_features.c by Hanno Becker · 7 years ago
  29. e9256c5 Note incompatibility of truncated HMAC extension in ChangeLog by Gilles Peskine · 7 years ago
  30. 011943f Merge remote-tracking branch 'upstream-public/pr/1394' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  31. a8429b6 Add LinkLibraryDependencies to VS2010 app template by Jaeden Amero · 7 years ago
  32. c07ef14 Add ChangeLog entry for PR #1384 by Jaeden Amero · 7 years ago
  33. 45df3e0 Have Visual Studio handle linking to mbedTLS.lib internally by Krzysztof Stachowiak · 7 years ago
  34. ac33180 Merge branch 'pr_1354' into mbedtls-2.1 by Gilles Peskine · 7 years ago
  35. 37e1adb Mention in ChangeLog that this fixes #1351 by Gilles Peskine · 7 years ago
  36. 2e50efa Merge remote-tracking branch 'upstream-public/pr/1334' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  37. 607033e Add some tests for different available profiles by Ron Eldor · 7 years ago
  38. 5a2525c Rephrase Changelog by Ron Eldor · 7 years ago
  39. 3a3b654 Fix handshake failure in suite B by Ron Eldor · 7 years ago
  40. 4c53d0d Merge remote-tracking branch 'upstream-restricted/pr/449' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago mbedtls-2.1.10
  41. f725bea Merge remote-tracking branch 'upstream-restricted/pr/453' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  42. bdf548e Update ChangeLog with language and technical corrections by Simon Butcher · 7 years ago
  43. f885c81 Update version to 2.1.10 by Jaeden Amero · 7 years ago
  44. 4913826 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  45. f8edb49 Merge remote-tracking branch 'upstream-public/pr/1337' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  46. 2358545 Adapt ChangeLog by Hanno Becker · 8 years ago
  47. 15e4951 Add documentation warnings for weak algorithms by Hanno Becker · 8 years ago
  48. 36dde9e Added ChangeLog entry for 64-bit ILP32 fix by Gilles Peskine · 8 years ago
  49. c2c3432 Improve test_suite_pk size_t vs unsigned int check by Andres Amaya Garcia · 8 years ago
  50. 6591543 Add ChangeLog entry for 64-bit ILP32 fixes by Andres Amaya Garcia · 8 years ago
  51. 401441b Add test command for 64-bit ILP32 in all.sh by Andres Amaya Garcia · 8 years ago
  52. ce37ab7 Fix test_suite_pk.function to work on 64-bit ILP32 by Andres Amaya Garcia · 8 years ago
  53. ca20ced Fix segfault on x32 by using better register constraints in bn_mul.h by James Cowgill · 10 years ago
  54. a5f8b42 Fix build errors on x32 by using the generic 'add' instruction by James Cowgill · 10 years ago
  55. 035f6ea Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  56. 6138cb3 Merge remote-tracking branch 'upstream-public/pr/1329' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  57. e34e324 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  58. 16499b5 Merge remote-tracking branch 'upstream-public/pr/1290' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  59. 2b72742 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  60. 9442121 Merge remote-tracking branch 'upstream-public/pr/1288' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  61. 3e6222d Fix alarm(0) failure on mingw32 by Manuel Pégourié-Gonnard · 7 years ago
  62. bfafd12 Merge remote-tracking branch 'upstream-restricted/pr/414' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  63. 3b8d82a Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  64. 2009668 Merge remote-tracking branch 'upstream-public/pr/1054' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  65. 4af5921 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  66. f216a3c Merge remote-tracking branch 'upstream-public/pr/1310' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  67. 35836bf Support verbose output of the test suites by Ron Eldor · 8 years ago
  68. e56c77e Fix race condition in error printing in ssl_server2.c by Manuel Pégourié-Gonnard · 8 years ago
  69. e5b443e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 7 years ago
  70. 0295634 Merge remote-tracking branch 'upstream-public/pr/1278' into mbedtls-2.1 by Jaeden Amero · 7 years ago
  71. a2ef78d Merge remote-tracking branch 'upstream-restricted/pr/442' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  72. b9088ee Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  73. 6598af0 Merge remote-tracking branch 'upstream-public/pr/1151' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  74. f700ef3 Add ChangeLog entry by Gilles Peskine · 8 years ago
  75. 784f41c wait_server_start: warn if lsof is not available by Gilles Peskine · 8 years ago
  76. 3f69e54 Increase waiting times compat.sh and ssl-opt.sh by Manuel Pégourié-Gonnard · 8 years ago
  77. 1741db9 fix bug in get_one_and_zeros_padding() by Micha Kraus · 8 years ago
  78. 1010760 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  79. 5273182 Merge remote-tracking branch 'upstream-public/pr/1266' into mbedtls-2.1 by Jaeden Amero · 8 years ago
  80. 022954f Fix heap-buffer overread in ALPN ext parsing by Manuel Pégourié-Gonnard · 8 years ago
  81. f34f4e5 Adapt ChangeLog by Hanno Becker · 8 years ago
  82. b70ba9f Address issues found by coverity by Hanno Becker · 8 years ago
  83. 47331a7 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  84. 33df5b3 Merge remote-tracking branch 'public/pr/1221' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  85. c313e7e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  86. 016b60b Merge remote-tracking branch 'public/pr/1223' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  87. 8558630 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  88. 892c175 Merge remote-tracking branch 'upstream-public/pr/1233' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  89. 075dc85 Backport: Add option to do baremetal configuration. by Mohammad Azim Khan · 8 years ago
  90. d7602c2 all.sh: add some documentation by Gilles Peskine · 8 years ago
  91. 87244fa Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  92. 83cd34a selftest: fix build error in some configurations by Gilles Peskine · 8 years ago
  93. 3681692 Timing self test: shorten redundant tests by Gilles Peskine · 8 years ago
  94. d394962 Timing self test: increased duration by Gilles Peskine · 8 years ago
  95. e2bf3b8 Timing self test: increased tolerance by Gilles Peskine · 8 years ago
  96. a66fb3f selftest: allow excluding a subset of the tests by Gilles Peskine · 8 years ago
  97. edede44 selftest: allow running a subset of the tests by Gilles Peskine · 8 years ago
  98. 6d51b63 selftest: fixed an erroneous return code by Gilles Peskine · 8 years ago
  99. 9d7dfb7 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 8 years ago
  100. 105e6bc Timing self test: print some diagnosis information by Gilles Peskine · 8 years ago