1. 0c633da Fix typo in mbedtls_ssl_set_bio description. by Christopher Moynihan · 5 years ago
  2. e4dbb99 adjusting comment on sliding window memory usage. by Daniel Otte · 5 years ago
  3. 639c5e5 fixing spelling mistakes (window <-- windows) by Daniel Otte · 5 years ago
  4. 1bfb580 Bump version to Mbed TLS 2.16.8 by Janos Follath · 5 years ago
  5. 46f49a8 Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
  6. f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  7. 590b2d9 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  8. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  9. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  10. 7433fa4 Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  11. f82cb79 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  12. 2b2f956 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  13. 74503bb Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  14. 1e94128 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  15. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  16. fde7505 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  17. a60d0f2 Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  18. cfc77d4 Improve documentation of mbedtls_pem_write_buffer() by Hanno Becker · 6 years ago
  19. ef5f8fc Bump version to Mbed TLS 2.16.7 by Janos Follath · 5 years ago
  20. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  21. 2df5857 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  22. 2ebb1e1 Revert "Allow inclusion of entropy.h when it's disabled" by Manuel Pégourié-Gonnard · 5 years ago
  23. 2d91c30 Update dependencies documentation by Manuel Pégourié-Gonnard · 5 years ago
  24. 424210a Allow inclusion of entropy.h when it's disabled by Manuel Pégourié-Gonnard · 5 years ago
  25. 72177e3 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  26. b34aeeb Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  27. fb11d25 Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  28. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  29. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  30. 9581fa3 Align with check-like function return value convention by Ronald Cron · 5 years ago
  31. 157cffe Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  32. f250380 Return error in case of bad user configurations by Hanno Becker · 8 years ago
  33. d729602 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  34. 7ea4b4d Add macro for bounds checking by Hanno Becker · 8 years ago
  35. c04703c Bump version to Mbed TLS 2.16.6 by Janos Follath · 5 years ago
  36. 14ba0ce Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  37. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  38. 32b0216 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  39. 39e2c0e Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago mbedtls-2.16.4
  40. aac48d1 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  41. 867a3ab Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  42. b9f6f9b Add new, constant time mpi comparison by Janos Follath · 6 years ago
  43. b02a233 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  44. 912ffe4 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  45. c68b70c HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  46. 8b42439 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  47. cc74872 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  48. e215a4d mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  49. f6c2061 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  50. 1989218 Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  51. dd5b67b CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  52. e3d8cf1 CTR_DRBG documentation: further wording improvements by Gilles Peskine · 6 years ago
  53. 596fdfd CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 6 years ago
  54. 8cec70a CTR_DRBG: make it easier to understand the security strength by Gilles Peskine · 6 years ago
  55. 340d609 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce by Gilles Peskine · 6 years ago
  56. 9fb4518 Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
  57. 3f9c973 Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
  58. 759c91d Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
  59. 0b5e804 HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
  60. db6f414 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
  61. 0bf49eb More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago
  62. 4284bec Fix wording by Gilles Peskine · 6 years ago
  63. 761f888 Remove warning that the previous expanded discussion has obsoleted by Gilles Peskine · 6 years ago
  64. c85dcb3 CTR_DRBG: improve the discussion of entropy length vs strength by Gilles Peskine · 6 years ago
  65. 3354f75 CTR_DRBG: Finish an unfinished paragraph by Gilles Peskine · 6 years ago
  66. 1eb7ba7 CTR_DRBG: Document the security strength and SP 800-90A compliance by Gilles Peskine · 6 years ago
  67. 80b3f4b CTR_DRBG: Document the maximum size of some parameters by Gilles Peskine · 6 years ago
  68. 6b2c50c CTR_DRBG documentation clarifications by Gilles Peskine · 6 years ago
  69. 9ae9da9 Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C by Hanno Becker · 6 years ago
  70. e29e7eb Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h by Hanno Becker · 6 years ago
  71. fcb8711 Bump version to Mbed TLS 2.16.3 by Jaeden Amero · 6 years ago
  72. e7e5515 Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  73. f170449 Merge remote-tracking branch 'origin/pr/2770' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  74. 6d079ba Merge remote-tracking branch 'upstream-restricted/mbedtls-2.16-proposed' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  75. 33f66ba Merge remote-tracking branch 'upstream-restricted/pr/556' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  76. a690179 bn_mul.h: require at least ARMv6 to enable the ARM DSP code by Aurelien Jarno · 7 years ago
  77. 420f358 Fix the license header of hkdf by Ron Eldor · 6 years ago
  78. 7b03e87 Merge remote-tracking branch 'restricted/pr/582' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  79. 5ecbd14 Merge remote-tracking branch 'origin/pr/2701' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  80. 096bccf Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  81. d81c11b Merge remote-tracking branch 'origin/pr/2687' into mbedtls-2.16 by Jaeden Amero · 6 years ago mbedtls-2.16.2
  82. 30346f6 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  83. 1adf212 Merge remote-tracking branch 'origin/pr/2497' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  84. ff36cda Update library to 2.16.2 by Jaeden Amero · 6 years ago
  85. 4e36da3 Add documentation notes about the required size of the signature buffers by k-stachowiak · 6 years ago
  86. c775ee1 Add missing MBEDTLS_ECP_C dependencies in check_config.h by k-stachowiak · 6 years ago
  87. 72309d0 Document origin of hardcoded certificates in library/certs.c by Hanno Becker · 6 years ago
  88. cbcd327 Merge remote-tracking branch 'origin/pr/2611' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  89. d707783 Reword ssl_conf_max_frag_len documentation for clarity by k-stachowiak · 6 years ago
  90. d6028a1 Improve macro hygiene by Hanno Becker · 7 years ago
  91. 186c2c0 Merge remote-tracking branch 'restricted/pr/553' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  92. 9f4f8ee Update library version to 2.16.1 by Jaeden Amero · 6 years ago mbedtls-2.16.1
  93. 9f24b73 Add warning for alternative ECDSA implementations by Janos Follath · 7 years ago
  94. f1713e9 Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  95. 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
  96. 7c86e9a Fix documentation for 3DES removal by Andres Amaya Garcia · 6 years ago
  97. 6882ec1 Fix wording of ChangeLog and 3DES_REMOVE docs by Andres Amaya Garcia · 7 years ago
  98. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  99. 4dc50bc Fix typo in documentation by Gilles Peskine · 7 years ago
  100. d5f4759 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago