1. f4435c4 Improve comments on constant-flow testing in config.h by Manuel Pégourié-Gonnard · 5 years ago
  2. 426c2d4 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  3. 3b490a0 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  4. d863a67 Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  5. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  6. 4c575fb Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  7. 757c2d5 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  8. 2810110 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  9. ec956b1 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  10. 41df0f2 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  11. 40597ce Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  12. 3ba2bca Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  13. 8ebb88d Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  14. 2a4f899 Bump version to Mbed TLS 2.7.16 by Janos Follath · 5 years ago
  15. 9cdda86 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.16r0 by Janos Follath · 5 years ago
  16. 1381091 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  17. f1aca9f Update dependencies documentation by Manuel Pégourié-Gonnard · 5 years ago
  18. 6d61498 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  19. 966cb79 Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  20. 75036a0 Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  21. d90faf9 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  22. 44183d1 Merge pull request #3409 from bensze01/license-2.7 by Janos Follath · 5 years ago
  23. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  24. 4206bd4 Align with check-like function return value convention by Ronald Cron · 5 years ago
  25. a32236c Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  26. 2064355 Return error in case of bad user configurations by Hanno Becker · 8 years ago
  27. d8562b5 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  28. dc7b5b9 Add macro for bounds checking by Hanno Becker · 8 years ago
  29. b4b458f Bump version to Mbed TLS 2.7.15 by Janos Follath · 5 years ago
  30. 048c8f9 Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  31. 0f22670 Bump version to Mbed TLS 2.7.14 by Janos Follath · 5 years ago
  32. ee88f81 Bump version to Mbed TLS 2.7.13 by Janos Follath · 6 years ago
  33. d8180f8 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago mbedtls-2.7.13
  34. 9741fa6 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  35. c3b376e Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  36. e0187b9 Add new, constant time mpi comparison by Janos Follath · 6 years ago
  37. 4c575c0 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  38. b729e1b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  39. 9c74224 HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  40. 55e120b mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  41. dff3682 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  42. 2abefef mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  43. 406d258 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  44. f0b3dcb CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  45. b9cfe58 DRBG documentation: Relate f_entropy arguments to the entropy module by Gilles Peskine · 6 years ago
  46. d891730 HMAC_DRBG documentation improvements by Gilles Peskine · 6 years ago
  47. eb99c10 CTR_DRBG: explain the security strength and the entropy input length by Gilles Peskine · 6 years ago
  48. 25e1945 CTR_DRBG documentation improvements by Gilles Peskine · 6 years ago
  49. 8561115 Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C by Hanno Becker · 6 years ago
  50. 76ef311 Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h by Hanno Becker · 6 years ago
  51. d7bd10d Bump version to Mbed TLS 2.7.12 by Jaeden Amero · 6 years ago
  52. 298a43a Merge remote-tracking branch 'upstream-restricted/pr/549' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  53. 1e61b0f Merge remote-tracking branch 'restricted/pr/581' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  54. 0cf1776 Merge remote-tracking branch 'origin/pr/2451' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  55. 6794f68 Update library version to 2.7.11 by Jaeden Amero · 6 years ago
  56. eee98e9 Add documentation notes about the required size of the signature buffers by k-stachowiak · 6 years ago
  57. 199707f Add missing MBEDTLS_ECP_C dependencies in check_config.h by k-stachowiak · 6 years ago
  58. b8ae145 Merge remote-tracking branch 'origin/pr/2612' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  59. 8aed8e1 Adjust backport's documentation to account for missing features by k-stachowiak · 6 years ago
  60. 2dd69e1 Backport a doxygen note from development for `mbedtls_ssl_conf_max_frag_len()` by k-stachowiak · 6 years ago
  61. 79ad286 Reword ssl_conf_max_frag_len documentation for clarity by k-stachowiak · 6 years ago
  62. 2b56a2c Merge remote-tracking branch 'origin/pr/2094' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  63. b4686b4 Update library version to 2.7.10 by Jaeden Amero · 6 years ago mbedtls-2.7.10
  64. fb85576 Merge remote-tracking branch 'restricted/pr/529' into mbedtls-2.7 by Simon Butcher · 6 years ago
  65. 8fd9156 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  66. b7c22ec Fix documentation for 3DES removal by Andres Amaya Garcia · 6 years ago
  67. f9b2ed0 Fix wording of ChangeLog and 3DES_REMOVE docs by Andres Amaya Garcia · 7 years ago
  68. 21ade06 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  69. e730ff6 Improve docs for ASN.1 bitstrings and their usage by Andres Amaya Garcia · 7 years ago
  70. 04ee5e0 Fix ASN1 bitstring writing by Andres Amaya Garcia · 7 years ago
  71. 18fe256 Merge remote-tracking branch 'origin/pr/2359' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  72. 3233130 Merge remote-tracking branch 'public/pr/1797' into mbedtls-2.7 by Simon Butcher · 7 years ago
  73. ba66faf Add warning for alternative ECDSA implementations by Janos Follath · 7 years ago
  74. 2934c32 Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  75. c80555d Add public function generating private keys by Manuel Pégourié-Gonnard · 8 years ago
  76. 44fbf91 Backport #1949 into mbedtls-2.7 by Jeffrey Martin · 7 years ago
  77. b22a808 Update the version of the library to 2.7.9 by Simon Butcher · 7 years ago
  78. 3112d10 Merge remote-tracking branch 'public/pr/2144' into mbedtls-2.7 by Simon Butcher · 7 years ago
  79. 3625e56 Include configuration file for all headers by Ron Eldor · 7 years ago
  80. 0559c66 Include configuration file to headers by Ron Eldor · 7 years ago
  81. b85e35d Merge remote-tracking branch 'upstream-public/pr/2102' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  82. a507910 Merge remote-tracking branch 'upstream-public/pr/2064' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  83. 6ef6efb Merge remote-tracking branch 'upstream-public/pr/1984' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  84. 4a908ca Update library version number to 2.7.8 by Simon Butcher · 7 years ago
  85. 4303f76 Merge remote-tracking branch 'restricted/pr/513' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  86. 20f30d9 Update library version number to 2.7.7 by Simon Butcher · 7 years ago
  87. a5c0071 Merge remote-tracking branch 'public/pr/2153' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  88. 3ddf101 Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION by Hanno Becker · 7 years ago
  89. 995878c Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  90. 3aed597 Clarify documentation of ssl_set_own_cert() by Manuel Pégourié-Gonnard · 7 years ago
  91. 5ed0355 Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  92. d30cd34 Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  93. 30617b0 Guard PK-parse module by ASN.1-parse module in check_config.h by Hanno Becker · 7 years ago
  94. 0af25e7 Add parentheses about parameter of MBEDTLS_X509_ID_FLAG by Hanno Becker · 7 years ago
  95. 2df2bf2 Strip trailing whitespace in bn_mul.h by Simon Butcher · 7 years ago
  96. 4d23757 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  97. 9ce2972 CTR_DRBG: add mbedtls_ctr_drbg_update_ret by Gilles Peskine · 7 years ago
  98. 34997fd Update library version number to 2.7.6 by Simon Butcher · 7 years ago
  99. 6728d3c Improve documentation of mbedtls_x509_crt_parse() by Hanno Becker · 7 years ago
  100. ca16cf6 Improve wording by Hanno Becker · 7 years ago