1. 3eaa103 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  2. 3a1944a Merge pull request #704 from mpg/l13-hw-starts-finish-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  3. 81286d2 Merge pull request #701 from mpg/ecp-mul-null-rng-2.16-restricted by Janos Follath · 5 years ago
  4. 2df1423 Test multi-block output of the hash-based KDF by Manuel Pégourié-Gonnard · 5 years ago
  5. 2df5857 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  6. 2ebb1e1 Revert "Allow inclusion of entropy.h when it's disabled" by Manuel Pégourié-Gonnard · 5 years ago
  7. 20cd85c Use starts/finish around Lucky 13 dummy compressions by Manuel Pégourié-Gonnard · 5 years ago
  8. 7d7c004 Improve comment justifying a hard-coded limitation by Manuel Pégourié-Gonnard · 5 years ago
  9. a90a95b Zeroize temporary stack buffer by Manuel Pégourié-Gonnard · 5 years ago
  10. 2d91c30 Update dependencies documentation by Manuel Pégourié-Gonnard · 5 years ago
  11. 424210a Allow inclusion of entropy.h when it's disabled by Manuel Pégourié-Gonnard · 5 years ago
  12. 301a9ee Fix potential memory overread in seed functions by Manuel Pégourié-Gonnard · 5 years ago
  13. 72177e3 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  14. 0defc57 Fix typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  15. 18b0b3c Avoid superflous randomization with restartable by Manuel Pégourié-Gonnard · 5 years ago
  16. c7295f5 Use HMAC_DRBG by default for ECP internal DRBG by Manuel Pégourié-Gonnard · 5 years ago
  17. c334f41 Skip redundant checks for NULL f_rng by Manuel Pégourié-Gonnard · 5 years ago
  18. 84fd657 Add Security ChangeLog entry for lack of blinding by Manuel Pégourié-Gonnard · 5 years ago
  19. b34aeeb Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  20. 047986c Add support for RESTARTABLE with internal RNG by Manuel Pégourié-Gonnard · 5 years ago
  21. d18f051 Move internal drbg init to specific mul functions by Manuel Pégourié-Gonnard · 5 years ago
  22. fb11d25 Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  23. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  24. efb669c Merge pull request #3418 from ronald-cron-arm/ssl_write_client_hello-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  25. 9581fa3 Align with check-like function return value convention by Ronald Cron · 5 years ago
  26. 32b629d ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_* by Ronald Cron · 5 years ago
  27. 157cffe Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  28. f250380 Return error in case of bad user configurations by Hanno Becker · 8 years ago
  29. d729602 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  30. f8f61aa Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
  31. 7ea4b4d Add macro for bounds checking by Hanno Becker · 8 years ago
  32. 711eea3 Remove unnecessary MBEDTLS_ECP_C preprocessor condition by Ronald Cron · 5 years ago
  33. 35f8a54 Shorten lines in library/ssl_cli.c to at most 80 characters by Hanno Becker · 8 years ago
  34. 8f39726 Introduce macros for constants in SSL ticket implementation by Hanno Becker · 7 years ago
  35. dbe3d2b Merge pull request #3415 from bensze01/zeroize-2.16 by danh-arm · 5 years ago
  36. cd6fd06 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  37. 74fc3be Remove superfluous include from zeroize.c by Bence Szépkúti · 5 years ago
  38. 001eb3c Merge pull request #3411 from gilles-peskine-arm/montmul-cmp-branch-2.16 by Janos Follath · 5 years ago
  39. de719d5 Clean up some comments by Gilles Peskine · 5 years ago
  40. 08fd43c mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  41. 635a374 Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  42. 36acd54 Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  43. 46bf7da More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago
  44. 6a9433e Explicitly cast down from mbedtls_mpi_uint to unsigned char by Gilles Peskine · 5 years ago
  45. 5f56950 Add changelog entry: fix #3394 by Gilles Peskine · 5 years ago
  46. 8f67266 Remove a secret-dependent branch in Montgomery multiplication by Gilles Peskine · 5 years ago
  47. c81c588 Separate out low-level mpi_safe_cond_assign by Gilles Peskine · 5 years ago
  48. 3ce3ddf Document some internal bignum functions by Gilles Peskine · 5 years ago
  49. bdcb396 Revert "Shut up a clang-analyzer warning" by Gilles Peskine · 5 years ago
  50. e9073a6 Add a const annotation to the non-changing argument of mpi_sub_mul by Gilles Peskine · 5 years ago
  51. 471ae59 Merge pull request #3396 from danh-arm/dh/branch-cov-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  52. 3a562d7 Merge pull request #3401 from mpg/fix-hmac-drbg-deps-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  53. 62b293d Merge pull request #3352 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  54. c5243c1 Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  55. 8cb1981 Enable branch coverage in basic_build_test.sh by Dan Handley · 5 years ago
  56. 7c0f1c3 Add Changelog entry for #3318 by Jonas · 5 years ago
  57. 49d3dd0 Merge pull request #3384 from mpg/fix-ctr-drbg-deps-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  58. 014ff5b Add test for building without CTR_DRBG by Manuel Pégourié-Gonnard · 5 years ago
  59. 503b79e Merge pull request #3375 from gilles-peskine-arm/basic-build-test-status-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  60. f2c6e34 Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  61. 2d727df Merge pull request #3372 from gilles-peskine-arm/check-files-changelog-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  62. f25cd6b MBEDTLS_MEMORY_BACKTRACE is no longer included in the full config by Gilles Peskine · 5 years ago
  63. d9701ae Create a seedfile explicitly by Gilles Peskine · 5 years ago
  64. ed1f673 If 'make lcov' failed, exit immediately by Gilles Peskine · 5 years ago
  65. 8bfe12b Note that we keep going even if some tests fail by Gilles Peskine · 5 years ago
  66. f54a5de Exit with a failure status if some tests failed by Gilles Peskine · 5 years ago
  67. 934080e Fix an LTS version number in a changelog entry by Gilles Peskine · 5 years ago
  68. b648487 Finish the documentation of normalize_path by Gilles Peskine · 5 years ago
  69. 3c23c82 Run assemble_changelog.py in all.sh by Gilles Peskine · 5 years ago
  70. 43c74d2 Some .pem files are openssl output and have tabs and that's ok by Gilles Peskine · 5 years ago
  71. 4018251 .dsw files are Visual Studio stuff by Gilles Peskine · 5 years ago
  72. 66de311 Permit empty files by Gilles Peskine · 5 years ago
  73. cd29f86 Normalize line endings by Gilles Peskine · 5 years ago
  74. ce5d854 Check only files checked into Git by Gilles Peskine · 5 years ago
  75. ffaef81 Exclude binary files from text checks by Gilles Peskine · 5 years ago
  76. e6f1f24 Regex mechanism for check-specific exemptions by Gilles Peskine · 5 years ago
  77. 125f89b Check all files by default by Gilles Peskine · 5 years ago
  78. e856ba1 More accurate variable name by Gilles Peskine · 5 years ago
  79. 5893bdc Merge pull request #3368 from gilles-peskine-arm/error-include-asn1-2.16 by Gilles Peskine · 5 years ago
  80. 2dfc9fe Fix #3328 by Gilles Peskine · 5 years ago
  81. d2f0073 Re-generate error.c by Gilles Peskine · 5 years ago
  82. e913f91 Do include asn1.h in error.c by Gilles Peskine · 5 years ago
  83. 4f84cc7 Check that all necessary headers are included in error.c by Gilles Peskine · 5 years ago
  84. c64d847 Merge pull request #3358 from ronald-cron-arm/tool_versions-2.16 by danh-arm · 5 years ago
  85. 2c6089f Merge pull request #3362 from paul-elliott-arm/fix-contributing-2.16 by Janos Follath · 5 years ago
  86. 98aa53d Change Changelog link to point at Changelog readme by Paul Elliott · 5 years ago
  87. 0665677 Add output of `python3` version by Ronald Cron · 5 years ago
  88. 2eefeee Add output of make and cmake versions by Ronald Cron · 5 years ago
  89. c98ca37 Add test cases to check rng failure by Jonas · 5 years ago
  90. 6645fd3 Fix potential memory leak in EC multiplication by Jonas · 5 years ago
  91. 8b34fef Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 by Gilles Peskine · 5 years ago
  92. 543e6c5 Add changelog entry file by Gilles Peskine · 5 years ago
  93. ff8ae11 Adjust the zeroization test to the new length of zeroize.c by k-stachowiak · 6 years ago
  94. b58d07f Merge pull request #3307 from yanesca/update_contributing_discussion_link-2.16 by Janos Follath · 5 years ago
  95. 01836bf Update link in contributing guide by Janos Follath · 5 years ago
  96. 0f59341 Merge pull request #3247 from gilles-peskine-arm/travis-rationalize-2.16 by Gilles Peskine · 5 years ago
  97. 21f2ba5 Merge pull request #3286 from gilles-peskine-arm/config-full-clarify-2.16 by danh-arm · 5 years ago
  98. 43e068c Travis: do both a Cortex-A build and a Cortex-M0+ build by Gilles Peskine · 5 years ago
  99. e6c0c7d all.sh: on arm builds (GCC or Arm Compiler), show the code size by Gilles Peskine · 5 years ago
  100. dac156b all.sh: add a Cortex-M0+ build by Gilles Peskine · 5 years ago