1. 38fabc4 Code style fixups by Paul Elliott · 4 years, 5 months ago
  2. 950ff04 Fix carelessly copy pasted comment by Paul Elliott · 4 years, 5 months ago
  3. 98878ed Fix constant flow mask maths by Paul Elliott · 4 years, 5 months ago
  4. 2f2ec57 Remove multiplication from conditional assignments by Paul Elliott · 4 years, 5 months ago
  5. bd55962 Fix Non CF access to table in base64 decrypt by Paul Elliott · 4 years, 5 months ago
  6. 419983d Optimise unneccesary cf table accesses away by Paul Elliott · 4 years, 5 months ago
  7. eb3916d Fix incorrect assumptions about the size of size_t by Paul Elliott · 4 years, 5 months ago
  8. aae04ef Fixes for MSVC warnings by Paul Elliott · 4 years, 5 months ago
  9. aa50279 Attempt to make Base64 table access constant flow by Paul Elliott · 4 years, 6 months ago
  10. 0805cb2 Merge pull request #783 from chris-jones-arm/mbedtls-2.7-restricted by Janos Follath · 4 years, 8 months ago
  11. 8b1f65e Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  12. 5af02ce Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  13. bfdbd43 Put local variables and buffers in a struct by gabor-mezei-arm · 5 years ago
  14. cb3a742 Zeroize internal buffers and variables in MD hashes by gabor-mezei-arm · 5 years ago
  15. 77d9401 Force cleanup before return by gabor-mezei-arm · 5 years ago
  16. 461c5a8 Zeroize internal buffers and variables in PKCS and SHA by gabor-mezei-arm · 5 years ago
  17. 520e78b Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  18. 426c2d4 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  19. 3b490a0 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  20. bf7a49e Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  21. d863a67 Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  22. 84be024 Merge pull request #3594 from gilles-peskine-arm/fix-compat.sh-with-ubuntu-16.04-gnutls-2.7 by Gilles Peskine · 5 years ago
  23. 46b3fc2 Merge pull request #3599 from makise-homura/mbedtls-2.7 by Gilles Peskine · 5 years ago
  24. 329fe7e A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
  25. 1323fba Update the copy of tests/data_files/server2-sha256.crt in certs.c by Gilles Peskine · 5 years ago
  26. 03c2b8f Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  27. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  28. 30c1df3 Merge pull request #3570 from gufe44/net-sockets-fixes-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  29. 3ca3b9e Fix building on NetBSD 9.0 by gufe44 · 5 years ago
  30. 126b69a Merge pull request #735 from gilles-peskine-arm/x509parse_crl-empty_entry-2.7 by Gilles Peskine · 5 years ago
  31. 206cb39 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  32. 691bed7 Merge pull request #733 from gabor-mezei-arm/689_bp27_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  33. 78e54b9 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  34. cd542a5 Merge pull request #729 from mpg/ct-varlen-hmac-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  35. ef73875 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  36. 7cf5ebc Add comment that was lost while backporting by Manuel Pégourié-Gonnard · 5 years ago
  37. e05e576 Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
  38. 2f484bd Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  39. 2da9a54 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  40. 0cd0c73 Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  41. c9ef5a2 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  42. ec956b1 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  43. 41df0f2 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  44. 4508c67 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  45. 40597ce Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  46. d119718 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  47. 3ba2bca Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  48. 8ebb88d Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  49. b2b1d8e Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  50. ab601d6 Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  51. 406c7ae RSA: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  52. 6ab924d RSA: remove redundant GCD call in prepare_blinding() by Manuel Pégourié-Gonnard · 5 years ago
  53. a35e98a DHM: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  54. f0f43c5 DHM: make drawing of blinding value a function by Manuel Pégourié-Gonnard · 5 years ago
  55. 2a4f899 Bump version to Mbed TLS 2.7.16 by Janos Follath · 5 years ago
  56. 9cdda86 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.16r0 by Janos Follath · 5 years ago
  57. f2027b5 Merge pull request #705 from mpg/l13-hw-starts-finish-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  58. 9695178 Test multi-block output of the hash-based KDF by Manuel Pégourié-Gonnard · 5 years ago
  59. 1381091 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  60. 9797288 Improve comment justifying a hard-coded limitation by Manuel Pégourié-Gonnard · 5 years ago
  61. 8745986 Zeroize temporary stack buffer by Manuel Pégourié-Gonnard · 5 years ago
  62. 601128e Fix potential memory overread in seed functions by Manuel Pégourié-Gonnard · 5 years ago
  63. 6d61498 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  64. 99bf33f Fix typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  65. e2828c2 Use HMAC_DRBG by default for ECP internal DRBG by Manuel Pégourié-Gonnard · 5 years ago
  66. 22fe523 Skip redundant checks for NULL f_rng by Manuel Pégourié-Gonnard · 5 years ago
  67. 75036a0 Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  68. d90faf9 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  69. 44183d1 Merge pull request #3409 from bensze01/license-2.7 by Janos Follath · 5 years ago
  70. 8352797 Use starts/finish around Lucky 13 dummy compressions by Manuel Pégourié-Gonnard · 5 years ago
  71. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  72. 904775d ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_* by Ronald Cron · 5 years ago
  73. a32236c Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  74. 2064355 Return error in case of bad user configurations by Hanno Becker · 8 years ago
  75. d8562b5 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  76. 0e8dc48 Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
  77. 29efc0f Remove unnecessary MBEDTLS_ECP_C preprocessor condition by Ronald Cron · 5 years ago
  78. 8cf6b49 Shorten lines in library/ssl_cli.c to at most 80 characters by Hanno Becker · 8 years ago
  79. 910a751 Introduce macros for constants in SSL ticket implementation by Hanno Becker · 7 years ago
  80. 87e93d0 Merge pull request #3412 from gilles-peskine-arm/montmul-cmp-branch-2.7 by Janos Follath · 5 years ago
  81. f3317e6 Clean up some comments by Gilles Peskine · 5 years ago
  82. fa85cc2 mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  83. cc6a6bf Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  84. 6f3b68d Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  85. dc24cec More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago
  86. ea9ba77 Explicitly cast down from mbedtls_mpi_uint to unsigned char by Gilles Peskine · 5 years ago
  87. 7ff812e Remove a secret-dependent branch in Montgomery multiplication by Gilles Peskine · 5 years ago
  88. 3c44c65 Separate out low-level mpi_safe_cond_assign by Gilles Peskine · 5 years ago
  89. d108d07 Document some internal bignum functions by Gilles Peskine · 5 years ago
  90. 8ff7cc9 Revert "Shut up a clang-analyzer warning" by Gilles Peskine · 5 years ago
  91. d6496af Add a const annotation to the non-changing argument of mpi_sub_mul by Gilles Peskine · 5 years ago
  92. 1539d15 Merge pull request #3353 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  93. ac631bb Re-generate error.c by Gilles Peskine · 5 years ago
  94. 86c5c61 Fix potential memory leak in EC multiplication by Jonas · 5 years ago
  95. 3fd9297 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  96. 0a99708 Merge branch 'mbedtls-2.7-restricted' into prepare-rc-2.7.15-update by Manuel Pégourié-Gonnard · 5 years ago
  97. 6e0806b Merge remote-tracking branch 'restricted/pr/671' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  98. b4b458f Bump version to Mbed TLS 2.7.15 by Janos Follath · 5 years ago
  99. e170ee7 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.15r0 by Janos Follath · 5 years ago
  100. 29b7b95 Merge pull request #3145 from mpg/fix-reconnect-2.7 by Gilles Peskine · 5 years ago