1. c16ec6b Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  2. 9f12b11 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  3. 89ce7d2 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  4. 6ec1535 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  5. 4d0b9da Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  6. fa719f7 Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  7. 8297657 Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  8. 9065d78 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  9. e9eca7f Homogenize coding patterns by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  10. 56efc52 Merge pull request #4628 from ronald-cron-arm/dhm-key-generation-bias by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  11. 6aba8fc No C99 loops in this branch by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  12. de2ab2a Fix GCC warning by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  13. 4fc96df Silence MSVC type conversion warnings by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  14. 12f0238 Simplify sign selection by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  15. dc6a5f2 Avoid UB caused by conversion to int by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  16. a1283cc Use bit operations for mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  17. 245a806 Use bit operations for mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  18. 432ebba Avoid using == for sensitive comparisons by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  19. 87bd444 Use constant-time look-up for modular exponentiation by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  20. 1283ed9 Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  21. 2e0969a ecp: Fix bias in the generation of blinding values by Ronald Cron · 4 years, 2 months ago
  22. 39b1a51 DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  23. b4367a3 dhm: Fix bias in private key generation and blinding by Ronald Cron · 4 years, 2 months ago
  24. 260be63 dhm_check_range: microoptimization by Gilles Peskine · 4 years, 4 months ago
  25. c53560e DHM refactoring: use dhm_random_below in dhm_make_common by Gilles Peskine · 4 years, 4 months ago
  26. b2fbda3 DHM blinding: don't accept P-1 as a blinding value by Gilles Peskine · 4 years, 4 months ago
  27. e75bb63 DHM refactoring: unify mbedtls_dhm_make_{params,public} by Gilles Peskine · 4 years, 4 months ago
  28. 6db34e6 Merge pull request #4542 from mpg/fix-ssl-cf-hmac-alt-2.16 by Gilles Peskine · 4 years, 2 months ago
  29. 995d89c Fix null pointer arithmetic in error case by Gilles Peskine · 4 years, 2 months ago
  30. ac12767 Fix non-constant-time comparison in mbedtls_ecp_gen_privkey by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  31. 39f5dae CAMELLIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  32. ba93f59 ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  33. 85060d2 Merge pull request #4498 from netfoundry/gcc11.fixes_2.16 by Gilles Peskine · 4 years, 3 months ago
  34. 1012b7c Merge pull request #4504 from gilles-peskine-arm/ciphersuite-sha384-guard-2.16 by Gilles Peskine · 4 years, 3 months ago
  35. f26d12c Fix dependency for TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 by Gilles Peskine · 4 years, 3 months ago
  36. 7f0d193 Fix misuse of MD API in SSL constant-flow HMAC by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  37. 9911e4a Check if feature macro is defined before define it by Flavio Ceolin · 5 years ago
  38. 69c5f5d avoid -Wstringop-overflow when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  39. 23e5f71 Merge pull request #4325 from gilles-peskine-arm/dhm_min_bitlen-bits-2.16 by Gilles Peskine · 4 years, 3 months ago
  40. 377f4ed Merge pull request #4436 from gilles-peskine-arm/error-add-2.16 by Ronald Cron · 4 years, 3 months ago
  41. 531aede Fix an incorrect error code addition in pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 4 months ago
  42. 87e7b95 Merge pull request #4241 from stevew817/fix_missing_parenthesis_2.16 by Ronald Cron · 4 years, 3 months ago
  43. 6527cd3 Enforce dhm_min_bitlen exactly, not just the byte size by Gilles Peskine · 4 years, 8 months ago
  44. 2c8cfcf Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
  45. 984fd07 Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years, 4 months ago
  46. cb25374 Merge pull request #3720 from militant-daos/mbedtls-2.16 by Gilles Peskine · 4 years, 4 months ago
  47. 4a5ed02 Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
  48. 7bee63a Bump version to Mbed TLS 2.16.10 by Dave Rodgman · 4 years, 5 months ago
  49. 2ed6fe0 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.10-rc by Dave Rodgman · 4 years, 5 months ago
  50. cd65b62 Code style fixups by Paul Elliott · 4 years, 5 months ago
  51. 4823624 Fix carelessly copy pasted comment by Paul Elliott · 4 years, 5 months ago
  52. 490c5d4 Fix constant flow mask maths by Paul Elliott · 4 years, 5 months ago
  53. 6f69d4c Remove multiplication from conditional assignments by Paul Elliott · 4 years, 5 months ago
  54. e8ee0f1 Fix Non CF access to table in base64 decrypt by Paul Elliott · 4 years, 5 months ago
  55. 6a66737 Optimise unneccesary cf table accesses away by Paul Elliott · 4 years, 5 months ago
  56. 86cb928 Fix incorrect assumptions about the size of size_t by Paul Elliott · 4 years, 5 months ago
  57. f13a47b Fixes for MSVC warnings by Paul Elliott · 4 years, 5 months ago
  58. 738d231 Attempt to make Base64 table access constant flow by Paul Elliott · 4 years, 6 months ago
  59. 121d7c7 Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
  60. f604240 Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 4 years, 5 months ago
  61. 57f8e91 Make entropy double-free work by Gilles Peskine · 4 years, 5 months ago
  62. 718972e Fix mutex leak in RSA by Gilles Peskine · 4 years, 6 months ago
  63. b9fce3c Fix mutex double-free in RSA by Gilles Peskine · 4 years, 6 months ago
  64. b5e295d Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  65. 0597489 Fix mutex leak in HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  66. 2ecc0b8 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  67. 89816bc Fix mutex leak in CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  68. 7ba73e5 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  69. 44e89c5 Declare MBEDTLS_TEST_HOOKS in config.h by Gilles Peskine · 6 years ago
  70. fee234a Merge pull request #4100 from d-otte/mbedtls-2.16 by Janos Follath · 4 years, 6 months ago
  71. 9c6cb21 adding parentheses to macro definitions. by Daniel Otte · 4 years, 6 months ago
  72. 80a2c2a avoid errorneous computation of RSA_PRV_DER_MAX_BYTES. by Daniel Otte · 4 years, 6 months ago
  73. 6260b70 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 6 months ago
  74. 5d453ee Merge pull request #4068 from stevew817/backport/pr-4008 by Janos Follath · 4 years, 6 months ago
  75. a82e56a Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
  76. 0b7cb31 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
  77. 3b7523e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  78. 69029cd Bump version to Mbed TLS 2.16.9 by Janos Follath · 4 years, 8 months ago
  79. 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
  80. 319b593 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  81. 3f35b87 Merge pull request #3938 from geecrypt/mbedtls-2.16 by Ronald Cron · 4 years, 8 months ago
  82. 8ed9ac8 Merge pull request #3513 from gilles-peskine-arm/ecp-bignum-error-checks-2.16 by Gilles Peskine · 4 years, 8 months ago
  83. bcfa417 Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted by Janos Follath · 4 years, 8 months ago
  84. 77cb30c Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  85. ad59a2a Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  86. 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  87. e98bbbe Merge pull request #3925 from rodrigo-dc/mbedtls-2.16 by Gilles Peskine · 4 years, 8 months ago
  88. d2d0e70 Move declaration to fix C90 warning by Rodrigo Dias Correa · 4 years, 8 months ago
  89. 0b9bc0b Change function casting in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  90. 671600c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  91. 56ad24c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 9 months ago
  92. 1a0c7fb Fix mismatched function parameters (prototype/definition) by Rodrigo Dias Correa · 4 years, 9 months ago
  93. 0391ea3 Fix build failure on gcc-11 by Rodrigo Dias Correa · 4 years, 9 months ago
  94. 0525114 Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 8 months ago
  95. debf3ae Merge pull request #3879 from chris-jones-arm/mbedtls-2.16 by Gilles Peskine · 4 years, 9 months ago
  96. e78a0c3 Fix another use of uinitialized memory in ssl_parse_encrypted_pms by André Maroneze · 4 years, 9 months ago
  97. 076c97e Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  98. 0a63560 Fixes two _POSIX_C_SOURCE typos. by Chris Jones · 4 years, 9 months ago
  99. 23cb65e Merge pull request #3863 from gabor-mezei-arm/3818_bp216_MBEDTLS_AES_SETKEY_DEC_ALT_excludes_MBEDTLS_CIPHER_MODE_XTS by Gilles Peskine · 4 years, 9 months ago
  100. 13b8a26 Make the aes xts methods independent from MBEDTLS_AES_SETKEY_DEC_ALT by gabor-mezei-arm · 4 years, 9 months ago