1. cb0ec05 Initialize ret from test code by Gilles Peskine · 5 years ago
  2. d4c9fd1 Report the first failure, not the last one by Gilles Peskine · 5 years ago
  3. 2a8e958 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  4. 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
  5. 46b3fc2 Merge pull request #3599 from makise-homura/mbedtls-2.7 by Gilles Peskine · 5 years ago
  6. 24e2217 Merge pull request #3600 from gufe44/helpers-redirect-restore-output-2.7 by Gilles Peskine · 5 years ago
  7. b0ab8c2 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  8. 03c2b8f Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  9. da118e1 Regenerate test client certificates with a PrintableString issuer by Gilles Peskine · 5 years ago
  10. 918b5f1 Merge pull request #3556 from mpg/x509-verify-non-dns-san-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  11. 206cb39 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  12. 894c05d Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  13. 2a4f899 Bump version to Mbed TLS 2.7.16 by Janos Follath · 5 years ago
  14. 1539d15 Merge pull request #3353 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  15. 8eea3ae Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  16. 154b470 Add test cases to check rng failure by Jonas · 5 years ago
  17. 2717eaf Fix build failure with MBEDTLS_PLATFORM_NV_SEED_ALT by Gilles Peskine · 5 years ago
  18. 8aaf2c5 Merge pull request #3196 from piotr-now/max_pathlen_overflow_mbedtls-2.7 by Jaeden Amero · 5 years ago
  19. 3fd9297 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  20. e61988a Merge pull request #3165 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.7 by Gilles Peskine · 5 years ago
  21. b4b458f Bump version to Mbed TLS 2.7.15 by Janos Follath · 5 years ago
  22. 75d26b5 unit tests: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  23. 1d3eab6 unit tests: Fix potential buffer overflow by Ronald Cron · 5 years ago
  24. 59f2139 Prefer unsigned types for non-negative numbers by Ronald Cron · 5 years ago
  25. eb5d0e9 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  26. 6766550 Note that unmet_dependencies is only filled in verbose mode by Gilles Peskine · 5 years ago
  27. 0f22670 Bump version to Mbed TLS 2.7.14 by Janos Follath · 5 years ago
  28. 9c16ede Check for buffer overflow in test function by Manuel Pégourié-Gonnard · 5 years ago
  29. 355bbc0 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  30. bfd0259 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  31. 261aea1 shrink tests: clearer description by Gilles Peskine · 6 years ago
  32. 84b8e25 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  33. 6f43c60 Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  34. a67508e Merge pull request #3002 from gilles-peskine-arm/coverity-20200115-2.7 into mbedtls-2.7 by Janos Follath · 6 years ago
  35. 16ba09c Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  36. ee88f81 Bump version to Mbed TLS 2.7.13 by Janos Follath · 6 years ago
  37. d8180f8 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago mbedtls-2.7.13
  38. db64989 Merge pull request #2895 from gilles-peskine-arm/drbg-set_entropy_len-2.7 by Jaeden Amero · 6 years ago
  39. 02fbc08 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  40. 786f068 More accurate test case description by Gilles Peskine · 6 years ago
  41. 04d45c9 Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  42. f4482aa mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  43. a776aea mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  44. 1b86eeb mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  45. 6adff06 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  46. 9332ece Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  47. aaa3f22 mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  48. c3b376e Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  49. 883801d Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  50. b729e1b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  51. 5cc748e Merge remote-tracking branch 'origin/pr/2866' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  52. 2fc6cf5 Merge remote-tracking branch 'origin/pr/2704' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  53. 0ab4092 Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  54. dd4277f Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  55. b3d3973 Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  56. 6827d1c Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  57. d7bd10d Bump version to Mbed TLS 2.7.12 by Jaeden Amero · 6 years ago
  58. ad72522 Merge remote-tracking branch 'upstream-restricted/mbedtls-2.7-proposed' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  59. 3b8cf47 Merge remote-tracking branch 'upstream-restricted/pr/508' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  60. 298a43a Merge remote-tracking branch 'upstream-restricted/pr/549' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  61. ab327df Merge remote-tracking branch 'upstream-restricted/pr/614' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  62. c7ad7ed Merge remote-tracking branch 'upstream-public/pr/2755' into mbedtls-2.7 by Gilles Peskine · 6 years ago
  63. d56ca65 entropy_nv_seed: cope with SHA-256 by Gilles Peskine · 6 years ago
  64. 923f7f9 entropy_nv_seed: clean up properly by Gilles Peskine · 6 years ago
  65. 4f928c0 Create certificates with correct string formatting by Ron Eldor · 6 years ago
  66. 3936a02 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  67. 0f16ada Add a test for mlaformed ECJPAKE context by k-stachowiak · 6 years ago
  68. 0cf1776 Merge remote-tracking branch 'origin/pr/2451' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  69. dd11fbc Merge remote-tracking branch 'origin/pr/2320' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  70. 9bf1509 Adapt auth_crypt_tv usage to 2.7 by Gilles Peskine · 6 years ago
  71. dd91b24 Add missing dependencies in test_suite_cipher.gcm by Hanno Becker · 7 years ago
  72. 311276c Add NIST AES GCM test vectors to single-step cipher API test suite by Hanno Becker · 7 years ago
  73. 35a7e46 Merge remote-tracking branch 'origin/pr/2688' into mbedtls-2.7 by Jaeden Amero · 6 years ago mbedtls-2.7.11
  74. 6794f68 Update library version to 2.7.11 by Jaeden Amero · 6 years ago
  75. 19557c2 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  76. 1de13db Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  77. b6bf496 Correct name of X.509 parsing test for well-formed, ill-signed CRT by Hanno Becker · 6 years ago
  78. 958c411 Add test cases exercising successful verification of MD2/MD4/MD5 CRT by Hanno Becker · 6 years ago
  79. c6b33db Add test case exercising verification of valid MD2 CRT by Hanno Becker · 6 years ago
  80. 067f357 Add instructions for MD[245] test CRTs to tests/data_files/Makefile by Hanno Becker · 6 years ago
  81. fb63a7c Convert further x509parse tests to use lower-case hex data by Hanno Becker · 6 years ago
  82. 29cf243 Use SHA-256 instead of MD2 in X.509 CRT parsing tests by Hanno Becker · 6 years ago
  83. f9681e5 Consistently use lower case hex data in X.509 parsing tests by Hanno Becker · 6 years ago
  84. f3df5b8 Merge remote-tracking branch 'origin/pr/2519' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  85. 99b679f Merge remote-tracking branch 'origin/pr/2504' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  86. a5f5ad3 Merge remote-tracking branch 'restricted/pr/554' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  87. b4686b4 Update library version to 2.7.10 by Jaeden Amero · 6 years ago mbedtls-2.7.10
  88. b175375 Fix errors in AEAD test function by Jack Lloyd · 6 years ago
  89. f56da14 Add non-regression test for buffer overflow by Janos Follath · 6 years ago
  90. 6728797 Merge remote-tracking branch 'public/pr/2148' into mbedtls-2.7 by Simon Butcher · 6 years ago
  91. b46f1bd Fix too small buffer in a test by Gilles Peskine · 6 years ago
  92. 496c9e0 Add test case for ecdh_get_params with mismatching group by Gilles Peskine · 7 years ago
  93. 390bbd0 Add test case for ecdh_calc_secret by Gilles Peskine · 7 years ago
  94. f054f8b Merge remote-tracking branch 'origin/pr/2384' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  95. 8fd9156 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  96. abb7622 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  97. 4d29820 Correct code formatting in the timing test suites by k-stachowiak · 7 years ago
  98. 9368113 Reduce the timing tests complexity by k-stachowiak · 7 years ago
  99. d09324a Merge remote-tracking branch 'public/pr/2264' into mbedtls-2.7 by Simon Butcher · 7 years ago
  100. e552a82 Test the new deterministic ECDSA function by Janos Follath · 7 years ago