1. 07c83f2 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  2. 901e87e Merge pull request #3124 from AndrzejKurek/typo_asn1_tests by Manuel Pégourié-Gonnard · 5 years ago
  3. e8caf26 Since unmet_dependencies stores integers, represent them as int by Gilles Peskine · 5 years ago
  4. 5c15847 Typo fix in test_suite_asn1write.function by Andrzej Kurek · 5 years ago
  5. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  6. 96ed13e Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  7. 12fb9c3 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  8. 8ece857 shrink tests: clearer description by Gilles Peskine · 6 years ago
  9. e0ced3a Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  10. 8fe3b79 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  11. e6cca7c Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  12. bac9f1b Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16 by Janos Follath · 6 years ago
  13. 75aab52 Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  14. 1a30fbb Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  15. 32b0216 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  16. 39e2c0e Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago mbedtls-2.16.4
  17. c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
  18. 554d5d5 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  19. 4a55e7c More accurate test case description by Gilles Peskine · 6 years ago
  20. 19baefa Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  21. b159ae8 mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  22. b2fddfd mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  23. 1452862 mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  24. 798e394 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  25. e1bf02a Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  26. 27d221a mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  27. 867a3ab Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  28. e9ae630 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  29. 912ffe4 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  30. b9fc079 Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  31. b0328ba Merge remote-tracking branch 'origin/pr/2323' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  32. ae9f2a2 Fix compilation error by Ron Eldor · 6 years ago
  33. 39512b4 Add const to variable by Ron Eldor · 6 years ago
  34. 6e76108 Fix endianity issue when reading uint32 by Ron Eldor · 6 years ago
  35. 2ad73aa Increase test suite timeout by Ron Eldor · 7 years ago
  36. 3adb981 Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  37. 5d7254a Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  38. e4c5fa7 Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  39. 5533f4a Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  40. fcb8711 Bump version to Mbed TLS 2.16.3 by Jaeden Amero · 6 years ago
  41. 6d079ba Merge remote-tracking branch 'upstream-restricted/mbedtls-2.16-proposed' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  42. 4d7c748 Merge remote-tracking branch 'upstream-restricted/pr/503' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  43. 33f66ba Merge remote-tracking branch 'upstream-restricted/pr/556' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  44. 3a93065 Merge remote-tracking branch 'upstream-restricted/pr/613' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  45. c1b621c Merge remote-tracking branch 'upstream-public/pr/2754' into mbedtls-2.16 by Gilles Peskine · 6 years ago
  46. a60dc25 Merge pull request #2419 from RonEld/Backport2.16_2734 by Gilles Peskine · 6 years ago
  47. 1e3eb28 Merge pull request #2735 from hanno-arm/skip_test-2.16 by Gilles Peskine · 6 years ago
  48. 756b3f2 entropy_nv_seed: cope with SHA-256 by Gilles Peskine · 6 years ago
  49. 0450eec entropy_nv_seed: clean up properly by Gilles Peskine · 6 years ago
  50. fc41bd7 Don't call memset after calloc by Gilles Peskine · 6 years ago
  51. e81ff54 Refactor receive_uint32() by Ron Eldor · 6 years ago
  52. 3dd7790 Refactor get_byte function by Ron Eldor · 6 years ago
  53. b43fe57 Update the test encoding to support python3 by Ron Eldor · 6 years ago
  54. 3650392 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  55. ad1836a Add a test for mlaformed ECJPAKE context by k-stachowiak · 6 years ago
  56. d3369f6 Add TEST_ASSUME macro to allow skipping tests at runtime by Hanno Becker · 6 years ago
  57. 5ecbd14 Merge remote-tracking branch 'origin/pr/2701' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  58. 096bccf Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  59. f580d43 Merge remote-tracking branch 'origin/pr/2053' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  60. d81c11b Merge remote-tracking branch 'origin/pr/2687' into mbedtls-2.16 by Jaeden Amero · 6 years ago mbedtls-2.16.2
  61. 137d31b Make test suites compatible with #include <assert.h> by Gilles Peskine · 6 years ago
  62. 418e761 Merge remote-tracking branch 'origin/pr/2484' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  63. 7aed01c Merge remote-tracking branch 'origin/pr/2481' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  64. 1adf212 Merge remote-tracking branch 'origin/pr/2497' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  65. ff36cda Update library to 2.16.2 by Jaeden Amero · 6 years ago
  66. adffe39 test: Remove redundant 0-byte decryption test by Jaeden Amero · 6 years ago
  67. 4e47aa0 test: Check empty buffer decryption for chachapoly by Jaeden Amero · 6 years ago
  68. 2f47214 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  69. 4e1bfc1 Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  70. bdf2035 Correct name of X.509 parsing test for well-formed, ill-signed CRT by Hanno Becker · 6 years ago
  71. cfa3418 Add test cases exercising successful verification of MD2/MD4/MD5 CRT by Hanno Becker · 6 years ago
  72. 4d7210c Add test case exercising verification of valid MD2 CRT by Hanno Becker · 6 years ago
  73. 928f617 Add instructions for MD[245] test CRTs to tests/data_files/Makefile by Hanno Becker · 6 years ago
  74. 8b3bcba Convert further x509parse tests to use lower-case hex data by Hanno Becker · 6 years ago
  75. 67d1848 Use SHA-256 instead of MD2 in X.509 CRT parsing tests by Hanno Becker · 6 years ago
  76. 556e6d8 Consistently use lower case hex data in X.509 parsing tests by Hanno Becker · 6 years ago
  77. f8b0b15 Rename server1.der to server1.crt.der by Hanno Becker · 6 years ago
  78. 5895a2d Add build instructions to generate DER versions of CRTs and keys by Hanno Becker · 6 years ago
  79. f41fa48 Merge remote-tracking branch 'origin/pr/2520' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  80. 7702735 Merge remote-tracking branch 'origin/pr/2503' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  81. 9bfcebf Merge remote-tracking branch 'origin/pr/2364' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  82. 186c2c0 Merge remote-tracking branch 'restricted/pr/553' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  83. 9f4f8ee Update library version to 2.16.1 by Jaeden Amero · 6 years ago mbedtls-2.16.1
  84. b25719b Fix errors in AEAD test function by Jack Lloyd · 6 years ago
  85. 7e83344 Test the new deterministic ECDSA function by Janos Follath · 7 years ago
  86. 276284f Add non-regression test for buffer overflow by Janos Follath · 6 years ago
  87. e6a3f57 Merge remote-tracking branch 'public/pr/2429' into mbedtls-2.16 by Simon Butcher · 6 years ago
  88. 2c1d492 Merge remote-tracking branch 'origin/pr/2428' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  89. 62a7351 Add test case for ecdh_get_params with mismatching group by Gilles Peskine · 7 years ago
  90. 6d9b762 Add test case for ecdh_calc_secret by Gilles Peskine · 7 years ago
  91. 0981db5 Merge remote-tracking branch 'origin/pr/2385' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  92. d5f4759 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  93. 2c0f6f0 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  94. ed68b31 Move a restartable ecp context to a conditional compilation block by Andrzej Kurek · 6 years ago archive/restartable-ecc-unused-variable-2-16 restartable-ecc-unused-variable-2-16
  95. fa44458 Correct code formatting in the timing test suites by k-stachowiak · 7 years ago
  96. 9fc7af0 Merge remote-tracking branch 'origin/pr/2040' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  97. a82b436 Merge remote-tracking branch 'origin/pr/2322' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  98. 7223342 Reduce the timing tests complexity by k-stachowiak · 7 years ago
  99. da04b3b Increase okm_hex buffer to contain null character by Ron Eldor · 7 years ago
  100. 57c2a30 Minor modifications to hkdf test by Ron Eldor · 7 years ago