1. a193169 all.sh --keep-going: properly handle multiple-builds scripts by Gilles Peskine · 7 years ago
  2. 2a74061 Merge tag 'mbedtls-2.1.11' into iotssl-1381-x509-verify-refactor-2.1-restricted by Gilles Peskine · 7 years ago
  3. 1c986a9 Update version to 2.1.11 by Jaeden Amero · 7 years ago mbedtls-2.1.11
  4. 23f503f Merge remote-tracking branch 'upstream-restricted/pr/465' into mbedtls-2.1-restricted-proposed by Jaeden Amero · 7 years ago
  5. 5e50ff8 Merge remote-tracking branch 'upstream-restricted/pr/395' into mbedtls-2.1-restricted-proposed by Jaeden Amero · 7 years ago
  6. a566dc4 fixup previous commit: add forgotten file by Manuel Pégourié-Gonnard · 7 years ago
  7. 74b8ae8 x509: CRL: add tests for non-critical extension by Manuel Pégourié-Gonnard · 7 years ago
  8. 85f36ae x509: CRL: add tests for malformed extensions by Manuel Pégourié-Gonnard · 7 years ago
  9. b066176 x509: CRL: reject unsupported critical extensions by Manuel Pégourié-Gonnard · 7 years ago
  10. df6f3dd Merge remote-tracking branch 'upstream-restricted/pr/430' into mbedtls-2.1-restricted-proposed by Gilles Peskine · 7 years ago
  11. 8c12179 Merge remote-tracking branch 'upstream-restricted/pr/360' into mbedtls-2.1-restricted-proposed by Gilles Peskine · 7 years ago
  12. 503047f Fix 2.1-specific remaining MD/PK depend issues by Manuel Pégourié-Gonnard · 7 years ago
  13. 5e533f4 Merge remote-tracking branch 'upstream-public/pr/1373' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  14. 8da4f86 Merge remote-tracking branch 'upstream-public/pr/1009' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  15. 62732b3 Fix remaining issues found by depend-hashes by Manuel Pégourié-Gonnard · 7 years ago
  16. 8326fb2 Fix remaining issues found by depend-pkalgs by Manuel Pégourié-Gonnard · 7 years ago
  17. adee195 Merge branch 'pr_1409' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  18. 857802a Merge remote-tracking branch 'upstream-public/pr/1250' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  19. 52de8e0 Document choice of script exit code by Manuel Pégourié-Gonnard · 8 years ago
  20. fb3946a Tests: depends-pkalgs.pl - disable less options by Gert van Dijk · 8 years ago
  21. 8111a85 Tests: add omitted dependency on MBEDTLS_ECDSA_C in test_suite_debug by Gert van Dijk · 8 years ago
  22. dc8b748 Fix test that didn't check full value of flags by Manuel Pégourié-Gonnard · 8 years ago
  23. e9c44d2 Improve some comments by Manuel Pégourié-Gonnard · 8 years ago
  24. 3273955 Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  25. 8f29107 Add missing dependency in test-certs Makefile by Manuel Pégourié-Gonnard · 8 years ago
  26. b119d40 Improve some comments, fix some typos by Manuel Pégourié-Gonnard · 7 years ago
  27. 3f0f972 Fix some whitespace by Manuel Pégourié-Gonnard · 8 years ago
  28. 0eb6315 Make some perl scripts usable with git bisect run by Manuel Pégourié-Gonnard · 8 years ago
  29. aa86a61 Add test for callback and bad signatures by Manuel Pégourié-Gonnard · 8 years ago
  30. 7e00e1c Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  31. 93d828c Add test for same CA with different keys by Manuel Pégourié-Gonnard · 8 years ago
  32. ecff9e9 Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  33. 9c9a228 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  34. 94ff1c6 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  35. 2431061 Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  36. ac92a48 Fix usage of CFLAGS with cmake in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  37. f2fd546 Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  38. f35e3a8 Add new test script depends-pkalgs.pl by Manuel Pégourié-Gonnard · 8 years ago
  39. 293b884 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  40. 364ece3 Fix usage of {curves,key-exchanges}.pl in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  41. 57176e5 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  42. c1a91e2 Add new test script depends-hashes.pl by Manuel Pégourié-Gonnard · 8 years ago
  43. 6a42083 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  44. 92cd3fe Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  45. 3c87346 Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  46. a8ed751 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  47. 3d12638 Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  48. 9c1282c Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  49. 90eb5d9 Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  50. c53082c Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  51. cabc098 Test suite test_suite_pk test pk_rsa_overflow passes valid parameters for hash and sig. by itayzafrir · 7 years ago
  52. 25ec9cc Merge branch 'prr_428' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  53. ac33180 Merge branch 'pr_1354' into mbedtls-2.1 by Gilles Peskine · 7 years ago
  54. 2e50efa Merge remote-tracking branch 'upstream-public/pr/1334' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  55. 0a63f9e tests_suite_pkparse: new PKCS8-v2 keys with PRF != SHA1 by Antonio Quartulli · 8 years ago
  56. ac857f3 data_files/pkcs8-v2: add keys generated with PRF != SHA1 by Antonio Quartulli · 8 years ago
  57. b0fe7be tests/pkcs5/pbkdf2_hmac: extend array to accommodate longer results by Antonio Quartulli · 8 years ago
  58. 6ae1fe0 tests/pkcs5/pbkdf2_hmac: add unit tests for additional SHA algorithms by Antonio Quartulli · 8 years ago
  59. b9e3c6d pkcs5v2: add support for additional hmacSHA algorithms by Antonio Quartulli · 8 years ago
  60. 607033e Add some tests for different available profiles by Ron Eldor · 7 years ago
  61. f885c81 Update version to 2.1.10 by Jaeden Amero · 8 years ago
  62. c2c3432 Improve test_suite_pk size_t vs unsigned int check by Andres Amaya Garcia · 8 years ago
  63. 401441b Add test command for 64-bit ILP32 in all.sh by Andres Amaya Garcia · 8 years ago
  64. ce37ab7 Fix test_suite_pk.function to work on 64-bit ILP32 by Andres Amaya Garcia · 8 years ago
  65. 2b72742 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  66. 9442121 Merge remote-tracking branch 'upstream-public/pr/1288' into mbedtls-2.1 by Jaeden Amero · 8 years ago
  67. bfafd12 Merge remote-tracking branch 'upstream-restricted/pr/414' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  68. 4af5921 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  69. 35836bf Support verbose output of the test suites by Ron Eldor · 8 years ago
  70. e5b443e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  71. 60411a8 Fix typos and add copyright statement to generate_code.pl by Simon Butcher · 9 years ago
  72. 8bcd549 Refactored test suite template code by SimonB · 9 years ago
  73. 0284f58 Added support for per test suite helper functions by SimonB · 9 years ago
  74. e39088a Clarified purpose and usage of generate_code.pl by SimonB · 9 years ago
  75. 9b9ae0d Test corner case uses of memory_buffer_alloc.c by Andres AG · 9 years ago
  76. e9cfe14 Widens test bounds on memory alloc tests by Simon Butcher · 9 years ago
  77. aff7992 Additional tests to test stack buffer allocator by SimonB · 9 years ago
  78. 784f41c wait_server_start: warn if lsof is not available by Gilles Peskine · 8 years ago
  79. 3f69e54 Increase waiting times compat.sh and ssl-opt.sh by Manuel Pégourié-Gonnard · 8 years ago
  80. 1741db9 fix bug in get_one_and_zeros_padding() by Micha Kraus · 8 years ago
  81. 1010760 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Jaeden Amero · 8 years ago
  82. b70ba9f Address issues found by coverity by Hanno Becker · 8 years ago
  83. 92deeaa all.sh --keep-going: work if TERM is unset by Gilles Peskine · 8 years ago
  84. 47331a7 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  85. 33df5b3 Merge remote-tracking branch 'public/pr/1221' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  86. d7602c2 all.sh: add some documentation by Gilles Peskine · 8 years ago
  87. 87244fa Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  88. b9344e3 all.sh: new option --no-armcc by Gilles Peskine · 8 years ago
  89. a8bf986 all.sh: --keep-going mode by Gilles Peskine · 8 years ago
  90. a6901f4 all.sh: cleaned up usage output by Gilles Peskine · 8 years ago
  91. 30dfbaf all.sh: indent by Gilles Peskine · 8 years ago
  92. 78493be compat.sh: use wait_server_start by Gilles Peskine · 8 years ago
  93. 684a517 wait_server_start: minor efficiency improvement by Gilles Peskine · 8 years ago
  94. 4aa6f12 Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  95. 86bc448 Merge remote-tracking branch 'public/pr/1118' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  96. 914fd5d Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  97. 157393a Merge remote-tracking branch 'public/pr/1192' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  98. 92e6a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  99. 4b36dfb Merge remote-tracking branch 'upstream-public/pr/1174' into mbedtls-2.1 by Gilles Peskine · 8 years ago
  100. 4b4744b Add regression test for parsing subjectAltNames by Andres Amaya Garcia · 8 years ago