1. 6260b70 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 6 months ago
  2. 9a3cf31 Add mpi_sub_abs negative tests with a larger-in-size second operand by Gilles Peskine · 4 years, 6 months ago
  3. 5d453ee Merge pull request #4068 from stevew817/backport/pr-4008 by Janos Follath · 4 years, 6 months ago
  4. 226626f Merge pull request #4021 from gilles-peskine-arm/ssl-test_without_hmac_drbg-2.16 by Ronald Cron · 4 years, 6 months ago
  5. a82e56a Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
  6. 01c6937 Merge pull request #4057 from stevew817/backport/pr-4007 by Janos Follath · 4 years, 6 months ago
  7. 0b7cb31 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
  8. 629fd93 Test SSL with non-deterministic ECDSA by Gilles Peskine · 4 years, 9 months ago
  9. 15c39e5 Merge pull request #3988 from gilles-peskine-arm/rsa_private-ret-2.16 by Gilles Peskine · 4 years, 7 months ago
  10. 3b7523e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  11. 3fac0ba Merge pull request #787 from ARMmbed/dev/yanesca/mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago mbedtls-2.16.9 v2.16.9
  12. 3d5d889 Add missing ChangeLog entry by Janos Follath · 4 years, 8 months ago
  13. 7bbd7ea Improve wording in Changelog by Janos Follath · 4 years, 8 months ago
  14. f349302 Finalize ChangeLog by Janos Follath · 4 years, 8 months ago
  15. 69029cd Bump version to Mbed TLS 2.16.9 by Janos Follath · 4 years, 8 months ago
  16. a4b98a9 Assemble ChangeLog by Janos Follath · 4 years, 8 months ago
  17. 2d3f296 Fix Changelog format by Janos Follath · 4 years, 8 months ago
  18. 22a854a Add missing ChangeLog entry by Janos Follath · 4 years, 8 months ago
  19. 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
  20. 9e8acb6 Merge pull request #3935 from paul-elliott-arm/fix_pem_write_2_16 by Gilles Peskine · 4 years, 8 months ago
  21. 319b593 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  22. 3f35b87 Merge pull request #3938 from geecrypt/mbedtls-2.16 by Ronald Cron · 4 years, 8 months ago
  23. 8ed9ac8 Merge pull request #3513 from gilles-peskine-arm/ecp-bignum-error-checks-2.16 by Gilles Peskine · 4 years, 8 months ago
  24. bcfa417 Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted by Janos Follath · 4 years, 8 months ago
  25. 07d1f47 Add changelog entry file for bugfix 2927 by gacquroff · 4 years, 8 months ago
  26. 77cb30c Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  27. 5dd1e26 Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  28. 74b7ee4 Fix test_suite_dhm build by Chris Jones · 4 years, 8 months ago
  29. c7ea634 Fix whitespace in changelog entry by Chris Jones · 4 years, 8 months ago
  30. 49e6e9d Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  31. ce6fa8f Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  32. 877329a Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  33. a18813e Reword test cases by Chris Jones · 4 years, 8 months ago
  34. 4a0ccb6 Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  35. 415c7be Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  36. 25038ab Add ChangeLog entry for modular exponentiation size limit by Chris Jones · 4 years, 8 months ago
  37. 63d19c0 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  38. ad59a2a Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  39. 4c19397 Merge pull request #779 from paul-elliott-arm/discrepancy_cert_2_16 by Gilles Peskine · 4 years, 8 months ago
  40. 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 9 months ago
  41. e98bbbe Merge pull request #3925 from rodrigo-dc/mbedtls-2.16 by Gilles Peskine · 4 years, 8 months ago
  42. 7bd481c Merge pull request #769 from gilles-peskine-arm/mpi_fill_random-rng_failure-2.16 by Gilles Peskine · 4 years, 8 months ago
  43. d2d0e70 Move declaration to fix C90 warning by Rodrigo Dias Correa · 4 years, 8 months ago
  44. 0b9bc0b Change function casting in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  45. 671600c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  46. d31012e Add changelog entry file to `ChangeLog.d` by Rodrigo Dias Correa · 4 years, 9 months ago
  47. 56ad24c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 9 months ago
  48. d552630 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  49. 1a0c7fb Fix mismatched function parameters (prototype/definition) by Rodrigo Dias Correa · 4 years, 9 months ago
  50. 0391ea3 Fix build failure on gcc-11 by Rodrigo Dias Correa · 4 years, 9 months ago
  51. bc60d69 Merge pull request #3908 from gilles-peskine-arm/sha512-doc-internal-fix-2.16 by Ronald Cron · 4 years, 8 months ago
  52. 0525114 Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 8 months ago
  53. 2f78062 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  54. debf3ae Merge pull request #3879 from chris-jones-arm/mbedtls-2.16 by Gilles Peskine · 4 years, 9 months ago
  55. e3645ee Move "internal use" sentence attached to the wrong function by Gilles Peskine · 4 years, 9 months ago
  56. 3cfee6c Merge pull request #3869 from gilles-peskine-arm/cscope-make-2.16 by Ronald Cron · 4 years, 9 months ago
  57. 25dee5d Add abstract target names for index generation by Gilles Peskine · 4 years, 9 months ago
  58. 9f0da91 Merge pull request #3893 from maroneze/mbedtls-2.16 by Gilles Peskine · 4 years, 9 months ago
  59. e78a0c3 Fix another use of uinitialized memory in ssl_parse_encrypted_pms by André Maroneze · 4 years, 9 months ago
  60. 481ff8e Merge pull request #3886 from gilles-peskine-arm/error-include-string-2.16 by Gilles Peskine · 4 years, 9 months ago
  61. 8ffc158 Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
  62. 43f2f4e Add missing config from test-ref-configs.pl by Gilles Peskine · 4 years, 9 months ago
  63. 0ac6e0a Sort entries to make it easier to eyeball the list by Gilles Peskine · 4 years, 9 months ago
  64. 076c97e Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  65. 0a63560 Fixes two _POSIX_C_SOURCE typos. by Chris Jones · 4 years, 9 months ago
  66. a3e5753 Merge pull request #3602 from gufe44/arc4random_buf-implicit-2.16 by Gilles Peskine · 4 years, 9 months ago
  67. bc73790 Ignore cscope index by Gilles Peskine · 4 years, 9 months ago
  68. f9a7f5f Add a target for the cscope index by Gilles Peskine · 4 years, 9 months ago
  69. 23cb65e Merge pull request #3863 from gabor-mezei-arm/3818_bp216_MBEDTLS_AES_SETKEY_DEC_ALT_excludes_MBEDTLS_CIPHER_MODE_XTS by Gilles Peskine · 4 years, 9 months ago
  70. 22c4385 Merge pull request #3861 from bensze01/ecb_iv_fix-2.16 by Gilles Peskine · 4 years, 9 months ago
  71. 13b8a26 Make the aes xts methods independent from MBEDTLS_AES_SETKEY_DEC_ALT by gabor-mezei-arm · 4 years, 9 months ago
  72. 567bd95 Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 9 months ago
  73. 2305542 Merge pull request #3851 from d3zd3z/fix3801-2.16 by Janos Follath · 4 years, 9 months ago
  74. 9a8aee4 Merge pull request #3812 from ronald-cron-arm/aes-zeroize-less-2.16 by Gilles Peskine · 4 years, 9 months ago
  75. ff28df9 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
  76. 0df9c52 Merge pull request #3828 from gilles-peskine-arm/ssl-opt-gnutls-printf-2.16 by Ronald Cron · 4 years, 9 months ago
  77. ffdcadf Fix printf escape errors in shell scripts by Gilles Peskine · 5 years ago
  78. 663d099 ssl-opt.sh --help: don't show regexps for -f and -e by Gilles Peskine · 5 years ago
  79. 91ee763 Put local variables in a struct by Gilles Peskine · 5 years ago
  80. 02c7b48 Remove a useless zeroization by Gilles Peskine · 5 years ago
  81. fbd0110 Merge pull request #3746 from gilles-peskine-arm/verbosify-cmake-tests-2.16 by Ronald Cron · 4 years, 10 months ago
  82. b74e0d0 Merge pull request #3596 from gilles-peskine-arm/cert-gen-cleanup-202008-2.16 by Ronald Cron · 4 years, 10 months ago
  83. e944cac Merge pull request #3529 from ronald-cron-arm/common-mbedtls_param_failed-2.16 by Gilles Peskine · 4 years, 10 months ago
  84. bd1b89a all.sh: Enable verbose failure messages for CMake by Jaeden Amero · 6 years ago
  85. 2f26bf7 Merge pull request #3735 from gilles-peskine-arm/entropy_poll-_gnu_source-2.16 by Gilles Peskine · 4 years, 10 months ago
  86. 90b5458 Fix the build when _GNU_SOURCE is defined to a non-empty value by Gilles Peskine · 4 years, 10 months ago
  87. 188e192 Merge pull request #3732 from gilles-peskine-arm/changelog-user-visible-only-2.16 by Janos Follath · 4 years, 10 months ago
  88. e1a7cad When to write a changelog: minor improvements by Gilles Peskine · 4 years, 10 months ago
  89. 27db5e4 Explain when to write a changelog entry by Gilles Peskine · 4 years, 10 months ago
  90. 36c2ea5 We no longer credit contributors in the changelog by Gilles Peskine · 4 years, 10 months ago
  91. 4785ec1 Remove changelog entries without a user-visible impact by Gilles Peskine · 4 years, 10 months ago
  92. 319eee5 Merge pull request #3728 from pkolbus/issue-3647-2.16 by Janos Follath · 4 years, 10 months ago
  93. b2aeb75 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 11 months ago
  94. 3ce9480 Add changelog entry for the memory management fixes by Gilles Peskine · 4 years, 10 months ago
  95. e39d14b Fix "make -C tests/data_files -f ..." by Gilles Peskine · 4 years, 11 months ago
  96. 506498e Merge pull request #3708 from ronald-cron-arm/feature/fix_return_code_1-2.16 by Gilles Peskine · 4 years, 11 months ago
  97. 84d4f02 fix return code by Jens Reimann · 4 years, 11 months ago
  98. 401ba5e Merge pull request #755 from gabor-mezei-arm/692_bp216_missing_zeroizations_of_sensitive_data by Gilles Peskine · 4 years, 11 months ago
  99. e72c8d2 Merge pull request #3687 from Jongy/fix-docs-mbedtls-2.16 by Gilles Peskine · 4 years, 11 months ago
  100. f9604bb Fix docs to desribe written-into buffer parameter as writable by Yonatan Goldschmidt · 5 years ago