1. a32236c Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  2. 2064355 Return error in case of bad user configurations by Hanno Becker · 8 years ago
  3. d8562b5 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  4. dc7b5b9 Add macro for bounds checking by Hanno Becker · 8 years ago
  5. b4b458f Bump version to Mbed TLS 2.7.15 by Janos Follath · 5 years ago
  6. 048c8f9 Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  7. 0f22670 Bump version to Mbed TLS 2.7.14 by Janos Follath · 5 years ago
  8. ee88f81 Bump version to Mbed TLS 2.7.13 by Janos Follath · 6 years ago
  9. d8180f8 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago mbedtls-2.7.13
  10. 9741fa6 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  11. c3b376e Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  12. e0187b9 Add new, constant time mpi comparison by Janos Follath · 6 years ago
  13. 4c575c0 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  14. b729e1b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  15. 9c74224 HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  16. 55e120b mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  17. dff3682 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  18. 2abefef mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  19. 406d258 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  20. f0b3dcb CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  21. b9cfe58 DRBG documentation: Relate f_entropy arguments to the entropy module by Gilles Peskine · 6 years ago
  22. d891730 HMAC_DRBG documentation improvements by Gilles Peskine · 6 years ago
  23. eb99c10 CTR_DRBG: explain the security strength and the entropy input length by Gilles Peskine · 6 years ago
  24. 25e1945 CTR_DRBG documentation improvements by Gilles Peskine · 6 years ago
  25. 8561115 Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C by Hanno Becker · 6 years ago
  26. 76ef311 Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h by Hanno Becker · 6 years ago
  27. d7bd10d Bump version to Mbed TLS 2.7.12 by Jaeden Amero · 6 years ago
  28. 298a43a Merge remote-tracking branch 'upstream-restricted/pr/549' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  29. 1e61b0f Merge remote-tracking branch 'restricted/pr/581' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  30. 0cf1776 Merge remote-tracking branch 'origin/pr/2451' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  31. 6794f68 Update library version to 2.7.11 by Jaeden Amero · 6 years ago
  32. eee98e9 Add documentation notes about the required size of the signature buffers by k-stachowiak · 6 years ago
  33. 199707f Add missing MBEDTLS_ECP_C dependencies in check_config.h by k-stachowiak · 6 years ago
  34. b8ae145 Merge remote-tracking branch 'origin/pr/2612' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  35. 8aed8e1 Adjust backport's documentation to account for missing features by k-stachowiak · 6 years ago
  36. 2dd69e1 Backport a doxygen note from development for `mbedtls_ssl_conf_max_frag_len()` by k-stachowiak · 6 years ago
  37. 79ad286 Reword ssl_conf_max_frag_len documentation for clarity by k-stachowiak · 6 years ago
  38. 2b56a2c Merge remote-tracking branch 'origin/pr/2094' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  39. b4686b4 Update library version to 2.7.10 by Jaeden Amero · 6 years ago mbedtls-2.7.10
  40. fb85576 Merge remote-tracking branch 'restricted/pr/529' into mbedtls-2.7 by Simon Butcher · 6 years ago
  41. 8fd9156 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  42. b7c22ec Fix documentation for 3DES removal by Andres Amaya Garcia · 6 years ago
  43. f9b2ed0 Fix wording of ChangeLog and 3DES_REMOVE docs by Andres Amaya Garcia · 7 years ago
  44. 21ade06 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  45. e730ff6 Improve docs for ASN.1 bitstrings and their usage by Andres Amaya Garcia · 7 years ago
  46. 04ee5e0 Fix ASN1 bitstring writing by Andres Amaya Garcia · 7 years ago
  47. 18fe256 Merge remote-tracking branch 'origin/pr/2359' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  48. 3233130 Merge remote-tracking branch 'public/pr/1797' into mbedtls-2.7 by Simon Butcher · 7 years ago
  49. ba66faf Add warning for alternative ECDSA implementations by Janos Follath · 7 years ago
  50. 2934c32 Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  51. c80555d Add public function generating private keys by Manuel Pégourié-Gonnard · 8 years ago
  52. 44fbf91 Backport #1949 into mbedtls-2.7 by Jeffrey Martin · 7 years ago
  53. b22a808 Update the version of the library to 2.7.9 by Simon Butcher · 7 years ago
  54. 3112d10 Merge remote-tracking branch 'public/pr/2144' into mbedtls-2.7 by Simon Butcher · 7 years ago
  55. 3625e56 Include configuration file for all headers by Ron Eldor · 7 years ago
  56. 0559c66 Include configuration file to headers by Ron Eldor · 7 years ago
  57. b85e35d Merge remote-tracking branch 'upstream-public/pr/2102' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  58. a507910 Merge remote-tracking branch 'upstream-public/pr/2064' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  59. 6ef6efb Merge remote-tracking branch 'upstream-public/pr/1984' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  60. 4a908ca Update library version number to 2.7.8 by Simon Butcher · 7 years ago
  61. 4303f76 Merge remote-tracking branch 'restricted/pr/513' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  62. 20f30d9 Update library version number to 2.7.7 by Simon Butcher · 7 years ago
  63. a5c0071 Merge remote-tracking branch 'public/pr/2153' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  64. 3ddf101 Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION by Hanno Becker · 7 years ago
  65. 995878c Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  66. 3aed597 Clarify documentation of ssl_set_own_cert() by Manuel Pégourié-Gonnard · 7 years ago
  67. 5ed0355 Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  68. d30cd34 Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C by Hanno Becker · 7 years ago
  69. 30617b0 Guard PK-parse module by ASN.1-parse module in check_config.h by Hanno Becker · 7 years ago
  70. 0af25e7 Add parentheses about parameter of MBEDTLS_X509_ID_FLAG by Hanno Becker · 7 years ago
  71. 2df2bf2 Strip trailing whitespace in bn_mul.h by Simon Butcher · 7 years ago
  72. 4d23757 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  73. 9ce2972 CTR_DRBG: add mbedtls_ctr_drbg_update_ret by Gilles Peskine · 7 years ago
  74. 34997fd Update library version number to 2.7.6 by Simon Butcher · 7 years ago
  75. 6728d3c Improve documentation of mbedtls_x509_crt_parse() by Hanno Becker · 7 years ago
  76. ca16cf6 Improve wording by Hanno Becker · 7 years ago
  77. ca8c3b4 Improve documentation of mbedtls_x509_crt_parse() by Hanno Becker · 7 years ago
  78. 8385110 Update version to 2.7.5 by Jaeden Amero · 7 years ago
  79. b47e0a6 Merge remote-tracking branch 'public/pr/1805' into mbedtls-2.7 by Simon Butcher · 7 years ago
  80. e087547 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 7 years ago
  81. 48883cd Merge remote-tracking branch 'public/pr/1780' into mbedtls-2.7 by Simon Butcher · 7 years ago
  82. be347c6 Merge remote-tracking branch 'public/pr/1849' into mbedtls-2.7 by Simon Butcher · 7 years ago
  83. a9779f1 Repharse comments by Ron Eldor · 7 years ago
  84. d064b5c Disable use of the i386 assembly for option -O0 by Simon Butcher · 7 years ago
  85. 28f68a3 Merge remote-tracking branch 'public/pr/1809' into mbedtls-2.7 by Simon Butcher · 7 years ago
  86. 98848f0 Minor fixes by Ron Eldor · 7 years ago
  87. 83868a0 Add ebx to the i386 clobber list for MPI assembly by Simon Butcher · 7 years ago
  88. 0557b8f Move definition to cipher.h by Ron Eldor · 7 years ago
  89. 8c02dd1 Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 7 years ago
  90. 4624030 Documentation error in `mbedtls_ssl_get_session` by Ron Eldor · 8 years ago
  91. df9b93e Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  92. dbd17b7 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 8 years ago
  93. 662ae9e Change the library version to 2.7.4 by Simon Butcher · 7 years ago
  94. df484d6 Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
  95. fb6da88 Merge remote-tracking branch 'public/pr/1655' into mbedtls-2.7 by Simon Butcher · 7 years ago
  96. c26080e Merge remote-tracking branch 'public/pr/1670' into mbedtls-2.7 by Simon Butcher · 7 years ago
  97. bb5e1c3 Fix multiple quality issues in the source by Simon Butcher · 7 years ago
  98. db37cb4 mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 7 years ago
  99. 282bd24 Correct and clarify the documentation of GCM whole-message functions by Gilles Peskine · 7 years ago
  100. 826cdab Treat warnings as errors for IAR by Azim Khan · 7 years ago