1. 2d3f296 Fix Changelog format by Janos Follath · 4 years, 8 months ago
  2. 22a854a Add missing ChangeLog entry by Janos Follath · 4 years, 8 months ago
  3. 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
  4. 9e8acb6 Merge pull request #3935 from paul-elliott-arm/fix_pem_write_2_16 by Gilles Peskine · 4 years, 8 months ago
  5. 319b593 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  6. 3f35b87 Merge pull request #3938 from geecrypt/mbedtls-2.16 by Ronald Cron · 4 years, 8 months ago
  7. 8ed9ac8 Merge pull request #3513 from gilles-peskine-arm/ecp-bignum-error-checks-2.16 by Gilles Peskine · 4 years, 8 months ago
  8. bcfa417 Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted by Janos Follath · 4 years, 8 months ago
  9. 07d1f47 Add changelog entry file for bugfix 2927 by gacquroff · 4 years, 8 months ago
  10. 77cb30c Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  11. 5dd1e26 Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  12. 74b7ee4 Fix test_suite_dhm build by Chris Jones · 4 years, 8 months ago
  13. c7ea634 Fix whitespace in changelog entry by Chris Jones · 4 years, 8 months ago
  14. 49e6e9d Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  15. ce6fa8f Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  16. 877329a Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  17. a18813e Reword test cases by Chris Jones · 4 years, 8 months ago
  18. 4a0ccb6 Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  19. 415c7be Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  20. 25038ab Add ChangeLog entry for modular exponentiation size limit by Chris Jones · 4 years, 8 months ago
  21. 63d19c0 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  22. ad59a2a Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  23. 4c19397 Merge pull request #779 from paul-elliott-arm/discrepancy_cert_2_16 by Gilles Peskine · 4 years, 8 months ago
  24. 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  25. e98bbbe Merge pull request #3925 from rodrigo-dc/mbedtls-2.16 by Gilles Peskine · 4 years, 8 months ago
  26. 7bd481c Merge pull request #769 from gilles-peskine-arm/mpi_fill_random-rng_failure-2.16 by Gilles Peskine · 4 years, 8 months ago
  27. d2d0e70 Move declaration to fix C90 warning by Rodrigo Dias Correa · 4 years, 8 months ago
  28. 0b9bc0b Change function casting in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  29. 671600c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  30. d31012e Add changelog entry file to `ChangeLog.d` by Rodrigo Dias Correa · 4 years, 9 months ago
  31. 56ad24c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 9 months ago
  32. d552630 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  33. 1a0c7fb Fix mismatched function parameters (prototype/definition) by Rodrigo Dias Correa · 4 years, 9 months ago
  34. 0391ea3 Fix build failure on gcc-11 by Rodrigo Dias Correa · 4 years, 9 months ago
  35. bc60d69 Merge pull request #3908 from gilles-peskine-arm/sha512-doc-internal-fix-2.16 by Ronald Cron · 4 years, 8 months ago
  36. 0525114 Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 8 months ago
  37. 2f78062 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  38. debf3ae Merge pull request #3879 from chris-jones-arm/mbedtls-2.16 by Gilles Peskine · 4 years, 9 months ago
  39. e3645ee Move "internal use" sentence attached to the wrong function by Gilles Peskine · 4 years, 9 months ago
  40. 3cfee6c Merge pull request #3869 from gilles-peskine-arm/cscope-make-2.16 by Ronald Cron · 4 years, 9 months ago
  41. 25dee5d Add abstract target names for index generation by Gilles Peskine · 4 years, 9 months ago
  42. 9f0da91 Merge pull request #3893 from maroneze/mbedtls-2.16 by Gilles Peskine · 4 years, 9 months ago
  43. e78a0c3 Fix another use of uinitialized memory in ssl_parse_encrypted_pms by André Maroneze · 4 years, 9 months ago
  44. 481ff8e Merge pull request #3886 from gilles-peskine-arm/error-include-string-2.16 by Gilles Peskine · 4 years, 9 months ago
  45. 8ffc158 Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
  46. 43f2f4e Add missing config from test-ref-configs.pl by Gilles Peskine · 4 years, 9 months ago
  47. 0ac6e0a Sort entries to make it easier to eyeball the list by Gilles Peskine · 4 years, 9 months ago
  48. 076c97e Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  49. 0a63560 Fixes two _POSIX_C_SOURCE typos. by Chris Jones · 4 years, 9 months ago
  50. a3e5753 Merge pull request #3602 from gufe44/arc4random_buf-implicit-2.16 by Gilles Peskine · 4 years, 9 months ago
  51. bc73790 Ignore cscope index by Gilles Peskine · 4 years, 9 months ago
  52. f9a7f5f Add a target for the cscope index by Gilles Peskine · 4 years, 9 months ago
  53. 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
  54. 22c4385 Merge pull request #3861 from bensze01/ecb_iv_fix-2.16 by Gilles Peskine · 4 years, 9 months ago
  55. 13b8a26 Make the aes xts methods independent from MBEDTLS_AES_SETKEY_DEC_ALT by gabor-mezei-arm · 4 years, 9 months ago
  56. 567bd95 Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 9 months ago
  57. 2305542 Merge pull request #3851 from d3zd3z/fix3801-2.16 by Janos Follath · 4 years, 9 months ago
  58. 9a8aee4 Merge pull request #3812 from ronald-cron-arm/aes-zeroize-less-2.16 by Gilles Peskine · 4 years, 9 months ago
  59. ff28df9 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
  60. 0df9c52 Merge pull request #3828 from gilles-peskine-arm/ssl-opt-gnutls-printf-2.16 by Ronald Cron · 4 years, 9 months ago
  61. ffdcadf Fix printf escape errors in shell scripts by Gilles Peskine · 5 years ago
  62. 663d099 ssl-opt.sh --help: don't show regexps for -f and -e by Gilles Peskine · 5 years ago
  63. 91ee763 Put local variables in a struct by Gilles Peskine · 5 years ago
  64. 02c7b48 Remove a useless zeroization by Gilles Peskine · 5 years ago
  65. fbd0110 Merge pull request #3746 from gilles-peskine-arm/verbosify-cmake-tests-2.16 by Ronald Cron · 4 years, 10 months ago
  66. b74e0d0 Merge pull request #3596 from gilles-peskine-arm/cert-gen-cleanup-202008-2.16 by Ronald Cron · 4 years, 10 months ago
  67. e944cac Merge pull request #3529 from ronald-cron-arm/common-mbedtls_param_failed-2.16 by Gilles Peskine · 4 years, 10 months ago
  68. bd1b89a all.sh: Enable verbose failure messages for CMake by Jaeden Amero · 6 years ago
  69. 2f26bf7 Merge pull request #3735 from gilles-peskine-arm/entropy_poll-_gnu_source-2.16 by Gilles Peskine · 4 years, 10 months ago
  70. 90b5458 Fix the build when _GNU_SOURCE is defined to a non-empty value by Gilles Peskine · 4 years, 10 months ago
  71. 188e192 Merge pull request #3732 from gilles-peskine-arm/changelog-user-visible-only-2.16 by Janos Follath · 4 years, 10 months ago
  72. e1a7cad When to write a changelog: minor improvements by Gilles Peskine · 4 years, 10 months ago
  73. 27db5e4 Explain when to write a changelog entry by Gilles Peskine · 4 years, 10 months ago
  74. 36c2ea5 We no longer credit contributors in the changelog by Gilles Peskine · 4 years, 10 months ago
  75. 4785ec1 Remove changelog entries without a user-visible impact by Gilles Peskine · 4 years, 10 months ago
  76. 319eee5 Merge pull request #3728 from pkolbus/issue-3647-2.16 by Janos Follath · 4 years, 10 months ago
  77. b2aeb75 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 11 months ago
  78. 3ce9480 Add changelog entry for the memory management fixes by Gilles Peskine · 4 years, 10 months ago
  79. e39d14b Fix "make -C tests/data_files -f ..." by Gilles Peskine · 4 years, 11 months ago
  80. 506498e Merge pull request #3708 from ronald-cron-arm/feature/fix_return_code_1-2.16 by Gilles Peskine · 4 years, 11 months ago
  81. 84d4f02 fix return code by Jens Reimann · 4 years, 11 months ago
  82. 401ba5e Merge pull request #755 from gabor-mezei-arm/692_bp216_missing_zeroizations_of_sensitive_data by Gilles Peskine · 4 years, 11 months ago
  83. e72c8d2 Merge pull request #3687 from Jongy/fix-docs-mbedtls-2.16 by Gilles Peskine · 4 years, 11 months ago
  84. f9604bb Fix docs to desribe written-into buffer parameter as writable by Yonatan Goldschmidt · 5 years ago
  85. 30b242d Merge pull request #3660 from bensze01/typo-2.16 by Gilles Peskine · 5 years ago
  86. 70f7f67 Put local variables and buffers in a struct by gabor-mezei-arm · 5 years ago
  87. f21639f Zeroize internal buffers and variables in MD hashes by gabor-mezei-arm · 5 years ago
  88. 5feba8d Force cleanup before return by gabor-mezei-arm · 5 years ago
  89. d5253bb Zeroize internal buffers and variables in PKCS and SHA by gabor-mezei-arm · 5 years ago
  90. 2681e99 Update ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt by Christopher · 5 years ago
  91. 0c633da Fix typo in mbedtls_ssl_set_bio description. by Christopher Moynihan · 5 years ago
  92. 87d7936 Make arc4random_buf declaration available on NetBSD by gufe44 · 5 years ago
  93. 99693aa Merge pull request #3651 from d-otte/mbedtls-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  94. 1bfb45c adding entry file to ChangeLog.d for backport of PR3592 by Daniel Otte · 5 years ago
  95. e4dbb99 adjusting comment on sliding window memory usage. by Daniel Otte · 5 years ago
  96. 639c5e5 fixing spelling mistakes (window <-- windows) by Daniel Otte · 5 years ago
  97. 359d049 adjusting size of sliding window array to correct size. by Daniel Otte · 5 years ago
  98. ad5c5a2 Merge pull request #3626 from gilles-peskine-arm/test-fail-report-first-2.16 by Gilles Peskine · 5 years ago
  99. 319ecf3 Initialize ret from test code by Gilles Peskine · 5 years ago
  100. dfb5cff Report the first failure, not the last one by Gilles Peskine · 5 years ago