1. f39bd97 Reword documentation of CMAC operations by David Horstmann · 3 years, 8 months ago
  2. 7b420a8 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
  3. a5f85c8 further improvements to sha256 docs by Tom Cosgrove · 3 years, 8 months ago
  4. f4307d5 doc improvement in aes include by Tom Cosgrove · 3 years, 8 months ago
  5. 7c84723 x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  6. 0f54b35 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
  7. 8b5bbda Merge pull request #4828 from gilles-peskine-arm/generate_errors-multiline-2.16 by Gilles Peskine · 4 years ago
  8. 9fd9ce7 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 4 years, 2 months ago
  9. 1990fab Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  10. 1cded87 Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  11. 124a87e Bump library version numbers by Bence Szépkúti · 4 years, 1 month ago
  12. 726a8cc Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.11rc0-pr by Bence Szépkúti · 4 years, 1 month ago
  13. 9a64d3e Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  14. 7d34e2e Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  15. 3257399 SHA-1 is allowed for handshake signatures by default by Gilles Peskine · 4 years, 1 month ago
  16. eaf7442 Fail the build if MBEDTLS_ECP_MAX_BITS is not large enough by Gilles Peskine · 4 years, 2 months ago
  17. 169fa23 Document more precisely what goes into the default preset by Gilles Peskine · 4 years, 2 months ago
  18. 347ada7 Document more precisely what goes into the default profile by Gilles Peskine · 4 years, 2 months ago
  19. e0e132f Fix misplaced extern "C" affecting MBEDTLS_ARIA_ALT by Gilles Peskine · 4 years, 2 months ago
  20. 2317f7f Fix docs for mbedtls_padlock_has_support by Dave Rodgman · 4 years, 2 months ago
  21. 00a01c9 Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  22. 7bee63a Bump version to Mbed TLS 2.16.10 by Dave Rodgman · 4 years, 5 months ago
  23. 388a9d3 Update error codes listed in the net_sockets documentation by Gilles Peskine · 4 years, 5 months ago
  24. 121d7c7 Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
  25. 58ec378 Document FD_SETSIZE limitation for mbedtls_net_{poll,recv_timeout} by Gilles Peskine · 4 years, 5 months ago
  26. 57f8e91 Make entropy double-free work by Gilles Peskine · 4 years, 5 months ago
  27. ce455dd Document mutex usage for RSA by Gilles Peskine · 4 years, 6 months ago
  28. fb6876a Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  29. b5e295d Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  30. 8319569 Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  31. 2ecc0b8 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  32. 7ba73e5 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  33. 96a7064 Remove reference to a document that doesn't exist in this branch by Gilles Peskine · 4 years, 6 months ago
  34. 44e89c5 Declare MBEDTLS_TEST_HOOKS in config.h by Gilles Peskine · 6 years ago
  35. 69029cd Bump version to Mbed TLS 2.16.9 by Janos Follath · 4 years, 8 months ago
  36. 77cb30c Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  37. e3645ee Move "internal use" sentence attached to the wrong function by Gilles Peskine · 4 years, 8 months ago
  38. f9604bb Fix docs to desribe written-into buffer parameter as writable by Yonatan Goldschmidt · 4 years, 11 months ago
  39. 0c633da Fix typo in mbedtls_ssl_set_bio description. by Christopher Moynihan · 5 years ago
  40. e4dbb99 adjusting comment on sliding window memory usage. by Daniel Otte · 5 years ago
  41. 639c5e5 fixing spelling mistakes (window <-- windows) by Daniel Otte · 5 years ago
  42. 1bfb580 Bump version to Mbed TLS 2.16.8 by Janos Follath · 5 years ago
  43. 46f49a8 Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
  44. f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  45. 590b2d9 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  46. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  47. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  48. 7433fa4 Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  49. f82cb79 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  50. 2b2f956 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  51. 74503bb Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  52. 1e94128 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  53. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  54. fde7505 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  55. a60d0f2 Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  56. cfc77d4 Improve documentation of mbedtls_pem_write_buffer() by Hanno Becker · 6 years ago
  57. ef5f8fc Bump version to Mbed TLS 2.16.7 by Janos Follath · 5 years ago
  58. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  59. 2df5857 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  60. 2ebb1e1 Revert "Allow inclusion of entropy.h when it's disabled" by Manuel Pégourié-Gonnard · 5 years ago
  61. 2d91c30 Update dependencies documentation by Manuel Pégourié-Gonnard · 5 years ago
  62. 424210a Allow inclusion of entropy.h when it's disabled by Manuel Pégourié-Gonnard · 5 years ago
  63. 72177e3 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  64. b34aeeb Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  65. fb11d25 Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  66. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  67. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  68. 9581fa3 Align with check-like function return value convention by Ronald Cron · 5 years ago
  69. 157cffe Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  70. f250380 Return error in case of bad user configurations by Hanno Becker · 8 years ago
  71. d729602 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  72. 7ea4b4d Add macro for bounds checking by Hanno Becker · 8 years ago
  73. c04703c Bump version to Mbed TLS 2.16.6 by Janos Follath · 5 years ago
  74. 14ba0ce Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  75. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  76. 32b0216 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  77. 39e2c0e Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago mbedtls-2.16.4
  78. aac48d1 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  79. 867a3ab Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  80. b9f6f9b Add new, constant time mpi comparison by Janos Follath · 6 years ago
  81. b02a233 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  82. 912ffe4 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  83. c68b70c HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  84. 8b42439 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  85. cc74872 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  86. e215a4d mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  87. f6c2061 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  88. 1989218 Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  89. dd5b67b CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  90. e3d8cf1 CTR_DRBG documentation: further wording improvements by Gilles Peskine · 6 years ago
  91. 596fdfd CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 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. 0b5e804 HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
  98. db6f414 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
  99. 0bf49eb More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago
  100. 4284bec Fix wording by Gilles Peskine · 6 years ago