1. 126b69a Merge pull request #735 from gilles-peskine-arm/x509parse_crl-empty_entry-2.7 by Gilles Peskine · 5 years ago
  2. 691bed7 Merge pull request #733 from gabor-mezei-arm/689_bp27_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  3. e447f47 Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  4. 78e54b9 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  5. 4ac28b8 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  6. cd542a5 Merge pull request #729 from mpg/ct-varlen-hmac-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  7. 0e6f3b7 Add missing newline by gabor-mezei-arm · 5 years ago
  8. ef73875 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  9. 4c575fb Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  10. 757c2d5 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  11. 21b1983 Remove obsolete comment about test dependency by Manuel Pégourié-Gonnard · 5 years ago
  12. 7cf5ebc Add comment that was lost while backporting by Manuel Pégourié-Gonnard · 5 years ago
  13. 388de18 Merge pull request #726 from mpg/protect-base-blinding-2.7-restricted by Gilles Peskine · 5 years ago
  14. e05e576 Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
  15. 2f484bd Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  16. 2da9a54 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  17. 2810110 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  18. 2b223fd Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  19. 0cd0c73 Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  20. c9ef5a2 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  21. ec956b1 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  22. 41df0f2 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  23. 4508c67 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  24. 961b4dd Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  25. 40597ce Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  26. d119718 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  27. 3ba2bca Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  28. 8ebb88d Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  29. b2b1d8e Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  30. ab601d6 Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  31. ff913e0 Add ChangeLog entry for base blinding protection by Manuel Pégourié-Gonnard · 5 years ago
  32. 406c7ae RSA: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  33. 6ab924d RSA: remove redundant GCD call in prepare_blinding() by Manuel Pégourié-Gonnard · 5 years ago
  34. a35e98a DHM: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  35. f0f43c5 DHM: make drawing of blinding value a function by Manuel Pégourié-Gonnard · 5 years ago
  36. 22b265b Merge pull request #3476 from gilles-peskine-arm/rename-check_files-2.7 by Gilles Peskine · 5 years ago
  37. 00de803 Rename Python scripts to use '_' and not '-' by Gilles Peskine · 5 years ago
  38. 4a4aad8 Merge pull request #715 from ARMmbed/merge-2.7.16-release-to-mbedtls-2.7 by Janos Follath · 5 years ago
  39. 6d3913f Merge tag 'mbedtls-2.7.16' into merge-2.7.16-release-to-mbedtls-2.7 by Janos Follath · 5 years ago
  40. e0f1334 Merge pull request #712 from ARMmbed/mbedtls-2.7.16r0-pr by Janos Follath · 5 years ago mbedtls-2.7.16 v2.7.16
  41. 631b076 Merge pull request #3462 from gilles-peskine-arm/programs-cmake-cleanup-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  42. 9b4b023 programs: ssl: cmake: Add missing executable by Ronald Cron · 5 years ago
  43. d915d00 programs: ssl: cmake: Reorder declaration of executables by Ronald Cron · 5 years ago
  44. 6d5a109 Update ChangeLog header by Janos Follath · 5 years ago
  45. 2a4f899 Bump version to Mbed TLS 2.7.16 by Janos Follath · 5 years ago
  46. 994f7c0 Assemble ChangeLog by Janos Follath · 5 years ago
  47. 9cdda86 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.16r0 by Janos Follath · 5 years ago
  48. b1d1097 Merge pull request #3447 from mpg/use-all-sh-checks-for-pre-push-2.7 by Gilles Peskine · 5 years ago
  49. c09bb4c all.sh: clean up some uses of "local" variables by Manuel Pégourié-Gonnard · 5 years ago
  50. 4f265fb Use all.sh in pre-push hook by Manuel Pégourié-Gonnard · 5 years ago
  51. 73341a0 Add a --quiet option to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  52. f2027b5 Merge pull request #705 from mpg/l13-hw-starts-finish-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  53. 3f44eb5 Merge pull request #706 from mpg/ecp-mul-null-rng-2.7-restricted by Janos Follath · 5 years ago
  54. eaf31e3 Merge pull request #3443 from mpg/make-coverage-script-deterministic-2.7 by Gilles Peskine · 5 years ago
  55. e4a5c05 Adjust comments about SEED synchronisation by Manuel Pégourié-Gonnard · 5 years ago
  56. 54d95b1 Make basic-build-test.sh deterministic by Manuel Pégourié-Gonnard · 5 years ago
  57. 9695178 Test multi-block output of the hash-based KDF by Manuel Pégourié-Gonnard · 5 years ago
  58. 1381091 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  59. 9797288 Improve comment justifying a hard-coded limitation by Manuel Pégourié-Gonnard · 5 years ago
  60. 8745986 Zeroize temporary stack buffer by Manuel Pégourié-Gonnard · 5 years ago
  61. f1aca9f Update dependencies documentation 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. 6d059bf Add Security ChangeLog entry for lack of blinding by Manuel Pégourié-Gonnard · 5 years ago
  68. 966cb79 Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  69. 75036a0 Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  70. d90faf9 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  71. 44183d1 Merge pull request #3409 from bensze01/license-2.7 by Janos Follath · 5 years ago
  72. 8352797 Use starts/finish around Lucky 13 dummy compressions by Manuel Pégourié-Gonnard · 5 years ago
  73. eb7f35d Update LICENSE and README.md to reflect licensing by Bence Szépkúti · 5 years ago
  74. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  75. 693768f Merge pull request #3424 from ronald-cron-arm/ssl_write_client_hello-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  76. 4206bd4 Align with check-like function return value convention by Ronald Cron · 5 years ago
  77. 904775d ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_* by Ronald Cron · 5 years ago
  78. a32236c Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
  79. 2064355 Return error in case of bad user configurations by Hanno Becker · 8 years ago
  80. d8562b5 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  81. 0e8dc48 Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
  82. dc7b5b9 Add macro for bounds checking by Hanno Becker · 8 years ago
  83. 29efc0f Remove unnecessary MBEDTLS_ECP_C preprocessor condition by Ronald Cron · 5 years ago
  84. 8cf6b49 Shorten lines in library/ssl_cli.c to at most 80 characters by Hanno Becker · 8 years ago
  85. 910a751 Introduce macros for constants in SSL ticket implementation by Hanno Becker · 7 years ago
  86. 87e93d0 Merge pull request #3412 from gilles-peskine-arm/montmul-cmp-branch-2.7 by Janos Follath · 5 years ago
  87. f3317e6 Clean up some comments by Gilles Peskine · 5 years ago
  88. fa85cc2 mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  89. cc6a6bf Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  90. 6f3b68d Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  91. dc24cec More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago
  92. ea9ba77 Explicitly cast down from mbedtls_mpi_uint to unsigned char by Gilles Peskine · 5 years ago
  93. 70529ab Add changelog entry: fix #3394 by Gilles Peskine · 5 years ago
  94. 7ff812e Remove a secret-dependent branch in Montgomery multiplication by Gilles Peskine · 5 years ago
  95. 3c44c65 Separate out low-level mpi_safe_cond_assign by Gilles Peskine · 5 years ago
  96. d108d07 Document some internal bignum functions by Gilles Peskine · 5 years ago
  97. 8ff7cc9 Revert "Shut up a clang-analyzer warning" by Gilles Peskine · 5 years ago
  98. d6496af Add a const annotation to the non-changing argument of mpi_sub_mul by Gilles Peskine · 5 years ago
  99. 09b4f19 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  100. b7246ad Add copyright dates to all scripts by Bence Szépkúti · 5 years ago