1. 957e383 Zeroize local MAC variables by Gilles Peskine · 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. 1d2c74c Merge pull request #5135 from openluopworld/origin/mbedtls-2.16 by Gilles Peskine · 3 years, 8 months ago
  4. 0a81720 Serialise builds of the .a files on Windows by Tom Cosgrove · 3 years, 9 months ago
  5. ed798a9 An initialization vector IV can have any number of bits between 1 and by openluopworld · 3 years, 9 months ago
  6. 70227d2 Merge pull request #4819 from gilles-peskine-arm/base64-no-table-2.16 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  7. cda1281 Fix copypasta in comment by Gilles Peskine · 3 years, 9 months ago
  8. 90b10c3 Merge pull request #4847 from mstarzyk-mobica/ecb-alt-ret-2.16 by Gilles Peskine · 3 years, 10 months ago
  9. 806ac52 Backport 2.16: Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
  10. f1b0c70 Merge pull request #4044 from darrenkrahn/mbedtls-2.16 by Janos Follath · 4 years ago
  11. 621333f Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  12. bbf97cd mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
  13. 231b67a Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
  14. b44517e Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  15. ea96b3a Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
  16. f4a0a27 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  17. a47fdcf Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
  18. ae466e7 Merge pull request #4787 from gilles-peskine-arm/fix-clang12-Wstring-concatenation-2.16 by Ronald Cron · 4 years ago
  19. 70bdf8d Use single-line string literals. by Guido Vranken · 5 years ago
  20. 4a78d58 Prevent triggering Clang 12 -Wstring-concatenation warning by Guido Vranken · 5 years ago
  21. 1cded87 Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  22. d7cd60f Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  23. 124a87e Bump library version numbers by Bence Szépkúti · 4 years, 1 month ago
  24. 726a8cc Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.11rc0-pr by Bence Szépkúti · 4 years, 1 month ago
  25. 4c20c77 Merge pull request #4735 from daverodgman/alert_bugfixes_2.16 by Dave Rodgman · 4 years, 1 month ago
  26. ffbbeee TLS UNSUPPORTED_EXTENSION error code changes by Dave Rodgman · 4 years, 1 month ago
  27. c15e31d pk.c: Ensure min hash_len in pk_hashlen_helper by Nick Child · 4 years, 2 months ago
  28. 459a461 Fix TLS alert codes by Dave Rodgman · 4 years, 1 month ago
  29. 1001d2c Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
  30. 9a64d3e Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  31. 5f9b667 Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  32. b741e8d Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  33. 7d34e2e Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  34. c16ec6b Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  35. 9f12b11 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  36. 89ce7d2 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  37. 6ec1535 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  38. 4d0b9da Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  39. 18efd1c Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 1 month ago
  40. f95d433 Clarification in a comment by Gilles Peskine · 4 years, 1 month ago
  41. 1d6b1dc Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  42. afbf191 Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  43. 2949d3a Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  44. 44e6bb6 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  45. ab6ab6a Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  46. 5504d17 mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
  47. c559eac Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  48. 07941f4 Merge pull request #4690 from gilles-peskine-arm/debug-print-mpi-null-2.16 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  49. c9807ea Merge pull request #4622 from gilles-peskine-arm/default-hashes-curves-2.16 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  50. fa719f7 Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  51. 3db875e Add missing parentheses by Gilles Peskine · 4 years, 2 months ago
  52. 5eace4c Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 2 months ago
  53. e1a3128 Simplify mbedtls_debug_print_mpi and fix the case of empty bignums by Gilles Peskine · 4 years, 2 months ago
  54. 8297657 Fix fd range for select on Windows by Gilles Peskine · 4 years, 1 month ago
  55. 9065d78 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 1 month ago
  56. e9eca7f Homogenize coding patterns by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  57. 56efc52 Merge pull request #4628 from ronald-cron-arm/dhm-key-generation-bias by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  58. 6aba8fc No C99 loops in this branch by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  59. de2ab2a Fix GCC warning by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  60. 4fc96df Silence MSVC type conversion warnings by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. 12f0238 Simplify sign selection by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  62. dc6a5f2 Avoid UB caused by conversion to int by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  63. a1283cc Use bit operations for mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  64. 245a806 Use bit operations for mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  65. 432ebba Avoid using == for sensitive comparisons by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  66. 87bd444 Use constant-time look-up for modular exponentiation by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  67. 1283ed9 Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  68. 2e0969a ecp: Fix bias in the generation of blinding values by Ronald Cron · 4 years, 2 months ago
  69. 39b1a51 DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  70. b4367a3 dhm: Fix bias in private key generation and blinding by Ronald Cron · 4 years, 2 months ago
  71. 260be63 dhm_check_range: microoptimization by Gilles Peskine · 4 years, 4 months ago
  72. c53560e DHM refactoring: use dhm_random_below in dhm_make_common by Gilles Peskine · 4 years, 4 months ago
  73. b2fbda3 DHM blinding: don't accept P-1 as a blinding value by Gilles Peskine · 4 years, 4 months ago
  74. e75bb63 DHM refactoring: unify mbedtls_dhm_make_{params,public} by Gilles Peskine · 4 years, 4 months ago
  75. 347ada7 Document more precisely what goes into the default profile by Gilles Peskine · 4 years, 2 months ago
  76. 6db34e6 Merge pull request #4542 from mpg/fix-ssl-cf-hmac-alt-2.16 by Gilles Peskine · 4 years, 2 months ago
  77. 995d89c Fix null pointer arithmetic in error case by Gilles Peskine · 4 years, 2 months ago
  78. ac12767 Fix non-constant-time comparison in mbedtls_ecp_gen_privkey by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  79. 39f5dae CAMELLIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  80. ba93f59 ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  81. 85060d2 Merge pull request #4498 from netfoundry/gcc11.fixes_2.16 by Gilles Peskine · 4 years, 3 months ago
  82. 1012b7c Merge pull request #4504 from gilles-peskine-arm/ciphersuite-sha384-guard-2.16 by Gilles Peskine · 4 years, 3 months ago
  83. f26d12c Fix dependency for TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 by Gilles Peskine · 4 years, 3 months ago
  84. 7f0d193 Fix misuse of MD API in SSL constant-flow HMAC by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  85. 9911e4a Check if feature macro is defined before define it by Flavio Ceolin · 5 years ago
  86. 69c5f5d avoid -Wstringop-overflow when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  87. 23e5f71 Merge pull request #4325 from gilles-peskine-arm/dhm_min_bitlen-bits-2.16 by Gilles Peskine · 4 years, 3 months ago
  88. 377f4ed Merge pull request #4436 from gilles-peskine-arm/error-add-2.16 by Ronald Cron · 4 years, 3 months ago
  89. 531aede Fix an incorrect error code addition in pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 4 months ago
  90. 87e7b95 Merge pull request #4241 from stevew817/fix_missing_parenthesis_2.16 by Ronald Cron · 4 years, 3 months ago
  91. 6527cd3 Enforce dhm_min_bitlen exactly, not just the byte size by Gilles Peskine · 4 years, 8 months ago
  92. 2c8cfcf Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
  93. 984fd07 Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years, 4 months ago
  94. cb25374 Merge pull request #3720 from militant-daos/mbedtls-2.16 by Gilles Peskine · 4 years, 4 months ago
  95. 4a5ed02 Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
  96. 7bee63a Bump version to Mbed TLS 2.16.10 by Dave Rodgman · 4 years, 5 months ago
  97. 2ed6fe0 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.10-rc by Dave Rodgman · 4 years, 5 months ago
  98. cd65b62 Code style fixups by Paul Elliott · 4 years, 5 months ago
  99. 4823624 Fix carelessly copy pasted comment by Paul Elliott · 4 years, 5 months ago
  100. 490c5d4 Fix constant flow mask maths by Paul Elliott · 4 years, 5 months ago