1. 8fe3b79 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  2. e6cca7c Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  3. c63676a Merge pull request #3016 from jack-fortanix/jack/parse-rsa-crt-2.16 by Gilles Peskine · 6 years ago
  4. 4cc20f6 Fix duplicated Bugfix section in the changelog by Gilles Peskine · 6 years ago
  5. 216c44d Add changelog entry by Gilles Peskine · 6 years ago
  6. a7b9007 Merge pull request #2972 from mpg/add-zlib-tests-2.16 by Manuel Pégourié-Gonnard · 6 years ago
  7. b10fd06 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  8. bac9f1b Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16 by Janos Follath · 6 years ago
  9. 1f10f2e Merge pull request #3014 from mpg/fix-attribution-ecdsa-inc by Janos Follath · 6 years ago
  10. 58c2779 Fix previous ChangeLog merging error by Manuel Pégourié-Gonnard · 6 years ago
  11. cc41e6c Fix contributor names in ChangeLog by Manuel Pégourié-Gonnard · 6 years ago
  12. 114d339 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  13. 7550e85 Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16 by Jaeden Amero · 6 years ago
  14. d0c2575 Merge pull request #2992 from yanesca/bump-version-2.16.4 by Janos Follath · 6 years ago
  15. 68a24eb Add ChangeLog entry by Jaeden Amero · 6 years ago
  16. 6f45cb9 Allow loading symlinked certificates by Jonathan Bennett · 6 years ago
  17. b0deecc Merge pull request #3007 from mpg/fix-ecdsa-pointer-inc by Manuel Pégourié-Gonnard · 6 years ago
  18. 75aab52 Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  19. 1a30fbb Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  20. 83a5672 Remove redundant block_size validity check by Gilles Peskine · 6 years ago
  21. 42b8194 Fix incrementing pointer instead of value by Manuel Pégourié-Gonnard · 6 years ago
  22. 42e4f6b Add changelog entry for the unchecked mbedtls_md call by Gilles Peskine · 6 years ago
  23. 3a3b161 Add missing return code check on call to mbedtls_md() by Gilles Peskine · 6 years ago
  24. 32b0216 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  25. 39e2c0e Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago mbedtls-2.16.4
  26. 95a17fb Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  27. 4ef189d Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  28. f02988e Merge pull request #2967 from dgreen-arm/backport-2.16-fix-pylint-warnings by Jaeden Amero · 6 years ago
  29. 349a079 Fix some pylint warnings by Darryl Green · 6 years ago
  30. c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
  31. 1dfc361 Merge pull request #672 from gilles-peskine-arm/ctr_drbg-aes_fail-2.16 by Jaeden Amero · 6 years ago
  32. 86dd950 Catch AES failure in mbedtls_ctr_drbg_random by Gilles Peskine · 6 years ago
  33. 269d414 Merge pull request #2936 from gilles-peskine-arm/memory_buffer_alloc-fatal-pass-2.16 by Jaeden Amero · 6 years ago
  34. 554d5d5 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  35. 4a55e7c More accurate test case description by Gilles Peskine · 6 years ago
  36. 19baefa Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  37. f048605 Merge remote-tracking branch 'restricted/pr/667' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  38. baf2300 Merge remote-tracking branch 'restricted/pr/669' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  39. 3f1c68a Merge pull request #665 from ARMmbed/dev/yanesca/iotcrypt-958-ecdsa-side-channel-fix-2.16 by Jaeden Amero · 6 years ago
  40. f18de50 Zeroize local AES variables before exiting the function by Andrzej Kurek · 6 years ago
  41. d71f31b Add ChangeLog entry by Janos Follath · 6 years ago
  42. e25f1ee mpi_lt_mpi_ct: fix condition handling by Janos Follath · 6 years ago
  43. b159ae8 mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  44. b2fddfd mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  45. 1452862 mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  46. 359a01e ct_lt_mpi_uint: cast the return value explicitely by Janos Follath · 6 years ago
  47. 798e394 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  48. fbe4c94 mbedtls_mpi_lt_mpi_ct: simplify condition by Janos Follath · 6 years ago
  49. 1f21c1d Rename variable for better readability by Janos Follath · 6 years ago
  50. bd87a59 mbedtls_mpi_lt_mpi_ct: Improve documentation by Janos Follath · 6 years ago
  51. 5852518 Make mbedtls_mpi_lt_mpi_ct more portable by Janos Follath · 6 years ago
  52. aac48d1 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  53. e1bf02a Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  54. 27d221a mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  55. 45ec990 Document ct_lt_mpi_uint by Janos Follath · 6 years ago
  56. b11ce0e mpi_lt_mpi_ct: make use of unsigned consistent by Janos Follath · 6 years ago
  57. 7a34bcf ct_lt_mpi_uint: make use of biL by Janos Follath · 6 years ago
  58. 867a3ab Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  59. 4f6cf38 mbedtls_mpi_cmp_mpi_ct: remove multiplications by Janos Follath · 6 years ago
  60. 3d82645 Remove excess vertical space by Janos Follath · 6 years ago
  61. 4ea2319 Remove declaration after statement by Janos Follath · 6 years ago
  62. 4c3408b Fix side channel vulnerability in ECDSA by Janos Follath · 6 years ago
  63. e9ae630 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  64. b9f6f9b Add new, constant time mpi comparison by Janos Follath · 6 years ago
  65. b02a233 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  66. f4c0dbc Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
  67. 1baed82 Add ChangeLog entry by Janos Follath · 6 years ago
  68. d65df1f ECDSA: Fix side channel vulnerability by Janos Follath · 6 years ago
  69. 0e59c47 Changelog entry for xxx_drbg_set_entropy_len before xxx_drbg_seed by Gilles Peskine · 6 years ago
  70. 912ffe4 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  71. c4280ac CTR_DRBG: Don't use functions before they're defined by Gilles Peskine · 6 years ago
  72. c68b70c HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  73. ec904e4 Merge pull request #2899 from gilles-peskine-arm/asan-test-fail-2.16 by Jaeden Amero · 6 years ago
  74. 8fedeaa Merge pull request #2871 from gilles-peskine-arm/test_malloc_0_null-2.16 by Jaeden Amero · 6 years ago
  75. 33685f5 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  76. ac47906 Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  77. b1478e8 Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  78. ff26b04 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  79. 069fb0e Merge remote-tracking branch 'origin/pr/2860' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  80. 16ee3c1 config.pl full: exclude MBEDTLS_CTR_DRBG_USE_128_BIT_KEY by Gilles Peskine · 6 years ago
  81. 8b42439 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  82. cc74872 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  83. e215a4d mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  84. f6c2061 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  85. 1989218 Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  86. dd5b67b CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  87. e3d8cf1 CTR_DRBG documentation: further wording improvements by Gilles Peskine · 6 years ago
  88. 596fdfd CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 6 years ago
  89. b9fc079 Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  90. da59306 Merge remote-tracking branch 'origin/pr/2578' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  91. b0328ba Merge remote-tracking branch 'origin/pr/2323' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  92. 8cec70a CTR_DRBG: make it easier to understand the security strength by Gilles Peskine · 6 years ago
  93. 340d609 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce by Gilles Peskine · 6 years ago
  94. 9fb4518 Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
  95. 3f9c973 Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
  96. 759c91d Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
  97. 6735363 Also mention HMAC_DRBG in the changelog entry by Gilles Peskine · 6 years ago
  98. 0b5e804 HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
  99. db6f414 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
  100. 0bf49eb More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago