1. 6345e12 Add mbedtls_debug_print_mpi test case for 0 by Gilles Peskine · 4 years, 2 months ago
  2. d8aa3db Clarify test case descriptions by Gilles Peskine · 4 years, 2 months ago
  3. 424d13c DHM: add test case with x_size < 0 by Gilles Peskine · 4 years, 4 months ago
  4. 60c4fec DHM tests: add some explanations by Gilles Peskine · 4 years, 4 months ago
  5. 39b1a51 DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  6. d1eb14a Test mbedtls_dhm_make_params with different x_size by Gilles Peskine · 4 years, 4 months ago
  7. 863b83b Repeat a few DH tests by Gilles Peskine · 4 years, 4 months ago
  8. 92f4714 Test range and format of dhm_make_params output by Gilles Peskine · 4 years, 4 months ago
  9. 8e7d7ee Fix ecp_muladd test cases never getting executed by Gilles Peskine · 4 years, 2 months ago
  10. 5f45bd2 New macros TEST_EQUAL, ASSERT_ALLOC, ASSERT_ALLOC_WEAK by Gilles Peskine · 4 years, 2 months ago
  11. e0b455f Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
  12. 04e12cf Fix build error when int32_t is not int by Gilles Peskine · 4 years, 3 months ago
  13. 5a1d0fc Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  14. c3ccae7 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  15. 228b98f Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years, 4 months ago
  16. cb25374 Merge pull request #3720 from militant-daos/mbedtls-2.16 by Gilles Peskine · 4 years, 4 months ago
  17. 7bee63a Bump version to Mbed TLS 2.16.10 by Dave Rodgman · 4 years, 5 months ago
  18. 2ed6fe0 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.10-rc by Dave Rodgman · 4 years, 5 months ago
  19. c22d0b9 Fix misnamed base64 test by Paul Elliott · 4 years, 5 months ago
  20. 4c71707 Prevent false positive CF Test Failures by Paul Elliott · 4 years, 5 months ago
  21. 7dac825 Add further more rigorous tests for base64 by Paul Elliott · 4 years, 5 months ago
  22. 69b904b First pass at constant flow tests for base64 by Paul Elliott · 4 years, 5 months ago
  23. b01ce91 Merge pull request #4154 from chris-jones-arm/test-mutex-usage-2.16 by Gilles Peskine · 4 years, 5 months ago
  24. 210a016 Add init-free tests for entropy by Gilles Peskine · 4 years, 6 months ago
  25. ed9f798 Fix typo in documentation by Gilles Peskine · 4 years, 6 months ago
  26. ab58495 Add init-free tests for RSA by Gilles Peskine · 4 years, 6 months ago
  27. 468ef4b Add missing cleanup in a test function by Gilles Peskine · 4 years, 6 months ago
  28. 7ba73e5 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  29. 7252ec3 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
  30. cd2e248 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  31. e8d7e6c More robust code to set the IV by Gilles Peskine · 4 years, 6 months ago
  32. c071373 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  33. 9a3cf31 Add mpi_sub_abs negative tests with a larger-in-size second operand by Gilles Peskine · 4 years, 6 months ago
  34. 69029cd Bump version to Mbed TLS 2.16.9 by Janos Follath · 4 years, 8 months ago
  35. 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
  36. 319b593 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  37. 3f35b87 Merge pull request #3938 from geecrypt/mbedtls-2.16 by Ronald Cron · 4 years, 8 months ago
  38. 8ed9ac8 Merge pull request #3513 from gilles-peskine-arm/ecp-bignum-error-checks-2.16 by Gilles Peskine · 4 years, 8 months ago
  39. bcfa417 Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted by Janos Follath · 4 years, 8 months ago
  40. 77cb30c Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  41. 5dd1e26 Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  42. 74b7ee4 Fix test_suite_dhm build by Chris Jones · 4 years, 8 months ago
  43. 49e6e9d Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  44. ce6fa8f Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  45. 877329a Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  46. a18813e Reword test cases by Chris Jones · 4 years, 8 months ago
  47. 4a0ccb6 Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  48. 415c7be Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  49. 63d19c0 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  50. 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 9 months ago
  51. e98bbbe Merge pull request #3925 from rodrigo-dc/mbedtls-2.16 by Gilles Peskine · 4 years, 8 months ago
  52. d552630 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  53. 2f78062 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  54. a3e5753 Merge pull request #3602 from gufe44/arc4random_buf-implicit-2.16 by Gilles Peskine · 4 years, 9 months ago
  55. e944cac Merge pull request #3529 from ronald-cron-arm/common-mbedtls_param_failed-2.16 by Gilles Peskine · 4 years, 10 months ago
  56. 12b89cb Fix premature fopen() call in mbedtls_entropy_write_seed_file #3175 by Victor Krasnoshchok · 5 years ago
  57. 87d7936 Make arc4random_buf declaration available on NetBSD by gufe44 · 5 years ago
  58. ad5c5a2 Merge pull request #3626 from gilles-peskine-arm/test-fail-report-first-2.16 by Gilles Peskine · 5 years ago
  59. 319ecf3 Initialize ret from test code by Gilles Peskine · 5 years ago
  60. dfb5cff Report the first failure, not the last one by Gilles Peskine · 5 years ago
  61. 1bfb580 Bump version to Mbed TLS 2.16.8 by Janos Follath · 5 years ago
  62. 36169d4 Merge branch 'mbedtls-2.16-restricted' by Janos Follath · 5 years ago
  63. 75475d8 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  64. f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  65. 590b2d9 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  66. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  67. 14cb46d Merge pull request #3598 from makise-homura/mbedtls-2.16 by Gilles Peskine · 5 years ago
  68. d69edda Merge pull request #3601 from gufe44/helpers-redirect-restore-output-2.16 by Gilles Peskine · 5 years ago
  69. 650ce76 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  70. 50f6a19 Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  71. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  72. daba4f6 Merge pull request #3555 from mpg/x509-verify-non-dns-san-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  73. 4ca6050 Merge pull request #734 from gilles-peskine-arm/x509parse_crl-empty_entry-2.16 by Gilles Peskine · 5 years ago
  74. 3fa7c64 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  75. 4ddfdbf Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  76. d8dc8e2 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  77. 58c8da2 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  78. 681615a Remove obsolete comment about test dependency by Manuel Pégourié-Gonnard · 5 years ago
  79. 8e8898d tests: Replace "TEST_ASSERT(!memcmp ...)" by ASSERT_COMPARE by Ronald Cron · 5 years ago
  80. 4bdc13f tests: Remove usage of mbedtls_test_hexify for comparison by Ronald Cron · 5 years ago
  81. aea41df tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  82. 9fde353 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  83. d239794 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  84. 1e94128 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  85. 0dab12e Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  86. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  87. fde7505 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  88. 2845fcc Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  89. 15a7cd1 Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  90. ef5f8fc Bump version to Mbed TLS 2.16.7 by Janos Follath · 5 years ago
  91. 14a5645 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  92. 1d5ef29 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  93. b2eb38d tests: aes.ofb: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  94. afbe3ee tests: nist_kw: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  95. 7e8f1af tests: chacha20: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  96. d7a4df8 tests: hkdf: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  97. 6d1f0ad tests: aria: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  98. 5b13a86 tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  99. a0c9ff3 tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  100. 62b293d Merge pull request #3352 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.16 by Manuel Pégourié-Gonnard · 5 years ago