1. 58a39e0 Fix typo in documentation by Gilles Peskine · 4 years, 6 months ago
  2. 54e7e2b Add init-free tests for RSA by Gilles Peskine · 4 years, 6 months ago
  3. ff754e6 Add missing cleanup in a test function by Gilles Peskine · 4 years, 6 months ago
  4. 5710732 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  5. df8db9a Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
  6. 0abb8e4 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  7. 44498ff Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  8. e137ebc Fix off-by-one error in #line directives by Gilles Peskine · 4 years, 6 months ago
  9. a0d5d77 Use $ASAN_FLAGS instead of repeating its contents by Gilles Peskine · 4 years, 7 months ago
  10. dde2022 Bump version to Mbed TLS 2.7.18 by Janos Follath · 4 years, 8 months ago
  11. 3c463b5 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.18r0-pr by Janos Follath · 4 years, 8 months ago
  12. dcba585 Merge pull request #3945 from paul-elliott-arm/fix_pem_write_2_7 by Gilles Peskine · 4 years, 8 months ago
  13. 102bac7 Add tests for buffer corruption after PEM write by Paul Elliott · 4 years, 8 months ago
  14. 8e556f8 Merge pull request #3937 from geecrypt/mbedtls-2.7 by Ronald Cron · 4 years, 8 months ago
  15. 5b1cb88 Merge pull request #3725 from gilles-peskine-arm/ecp-bignum-error-checks-2.7 by Gilles Peskine · 4 years, 8 months ago
  16. 0805cb2 Merge pull request #783 from chris-jones-arm/mbedtls-2.7-restricted by Janos Follath · 4 years, 8 months ago
  17. ceb9990 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  18. 43e7acd Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  19. ede3add Fix test_suite_dhm build by Chris Jones · 4 years, 8 months ago
  20. 942774e Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  21. d6e113f Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  22. 2633205 Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  23. 2f7d147 Reword test cases by Chris Jones · 4 years, 8 months ago
  24. 2facdee Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  25. 65ad4cf Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  26. 8c650f9 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  27. 5af02ce Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  28. 5fb1bd4 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  29. c0a5b25 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  30. d754c8b Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
  31. 1eb2a95 Add missing config from test-ref-configs.pl by Gilles Peskine · 4 years, 9 months ago
  32. 8305b5e Sort entries to make it easier to eyeball the list by Gilles Peskine · 4 years, 9 months ago
  33. c9e20a0 Merge pull request #3829 from gilles-peskine-arm/ssl-opt-gnutls-printf-2.7 by Ronald Cron · 4 years, 9 months ago
  34. 352a7cf Fix printf escape errors in shell scripts by Gilles Peskine · 5 years ago
  35. e7a9c3a ssl-opt.sh --help: don't show regexps for -f and -e by Gilles Peskine · 5 years ago
  36. dac5edc Merge pull request #3747 from gilles-peskine-arm/verbosify-cmake-tests-2.7 by Ronald Cron · 4 years, 10 months ago
  37. 85e05d8 Fix "make -C tests/data_files -f ..." by Gilles Peskine · 4 years, 11 months ago
  38. b8d0c2a Fix "make -C tests/data_files" by Gilles Peskine · 5 years ago
  39. 7399b8a Commit the intermediate files cert_md*.csr by Gilles Peskine · 5 years ago
  40. 8a1face Remove duplicate rule to generate cert_md5.crt by Gilles Peskine · 5 years ago
  41. de97d1f all.sh: Enable verbose failure messages for CMake by Jaeden Amero · 6 years ago
  42. e787634 Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  43. 75ffb27 Merge pull request #3627 from gilles-peskine-arm/test-fail-report-first-2.7 by Gilles Peskine · 5 years ago
  44. cb0ec05 Initialize ret from test code by Gilles Peskine · 5 years ago
  45. d4c9fd1 Report the first failure, not the last one by Gilles Peskine · 5 years ago
  46. 0db765a Bump version to Mbed TLS 2.7.17 by Janos Follath · 5 years ago
  47. 93c784b Merge branch 'mbedtls-2.7-restricted' by Janos Follath · 5 years ago
  48. 2a8e958 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  49. 426c2d4 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  50. 3b490a0 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  51. d863a67 Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  52. 84be024 Merge pull request #3594 from gilles-peskine-arm/fix-compat.sh-with-ubuntu-16.04-gnutls-2.7 by Gilles Peskine · 5 years ago
  53. 46b3fc2 Merge pull request #3599 from makise-homura/mbedtls-2.7 by Gilles Peskine · 5 years ago
  54. 24e2217 Merge pull request #3600 from gufe44/helpers-redirect-restore-output-2.7 by Gilles Peskine · 5 years ago
  55. b0ab8c2 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  56. 03c2b8f Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  57. 74243ee Regenerate server2-sha256.crt with a PrintableString issuer by Gilles Peskine · 5 years ago
  58. da118e1 Regenerate test client certificates with a PrintableString issuer by Gilles Peskine · 5 years ago
  59. 741c4e2 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
  60. 351dd59 compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
  61. a6e6402 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
  62. 9df64ad Fix license header in pre-commit hook by Bence Szépkúti · 5 years ago
  63. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  64. 918b5f1 Merge pull request #3556 from mpg/x509-verify-non-dns-san-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  65. 126b69a Merge pull request #735 from gilles-peskine-arm/x509parse_crl-empty_entry-2.7 by Gilles Peskine · 5 years ago
  66. 793c436 Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
  67. 3365970 Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
  68. ed0aaf4 Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
  69. c5ae9c8 Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
  70. 57e328e Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
  71. e5201e4 ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
  72. bc079e2 ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
  73. 1fcb1a1 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
  74. 99d6782 Merge pull request #3559 from gufe44/netbsd-rand-arc4random_buf-2.7 by Gilles Peskine · 5 years ago
  75. 206cb39 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  76. e447f47 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  77. 4ac28b8 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  78. 894c05d Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  79. 845e408 Add a pre-commit hook that checks generated files by Manuel Pégourié-Gonnard · 5 years ago
  80. 961fb13 Add -u option to check-generated-files.sh by Manuel Pégourié-Gonnard · 5 years ago
  81. 21b1983 Remove obsolete comment about test dependency by Manuel Pégourié-Gonnard · 5 years ago
  82. 2b223fd Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  83. 41df0f2 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  84. 961b4dd Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  85. 40597ce Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  86. 3ba2bca Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  87. 00de803 Rename Python scripts to use '_' and not '-' by Gilles Peskine · 5 years ago
  88. 2a4f899 Bump version to Mbed TLS 2.7.16 by Janos Follath · 5 years ago
  89. 9cdda86 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.16r0 by Janos Follath · 5 years ago
  90. c09bb4c all.sh: clean up some uses of "local" variables by Manuel Pégourié-Gonnard · 5 years ago
  91. 4f265fb Use all.sh in pre-push hook by Manuel Pégourié-Gonnard · 5 years ago
  92. 73341a0 Add a --quiet option to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  93. e4a5c05 Adjust comments about SEED synchronisation by Manuel Pégourié-Gonnard · 5 years ago
  94. 54d95b1 Make basic-build-test.sh deterministic by Manuel Pégourié-Gonnard · 5 years ago
  95. 1381091 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  96. 6d61498 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  97. d90faf9 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  98. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  99. 09b4f19 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  100. b7246ad Add copyright dates to all scripts by Bence Szépkúti · 5 years ago