1. ce45d1a Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  2. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  3. 14cb46d Merge pull request #3598 from makise-homura/mbedtls-2.16 by Gilles Peskine · 5 years ago
  4. 8c3fa63 A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
  5. d69edda Merge pull request #3601 from gufe44/helpers-redirect-restore-output-2.16 by Gilles Peskine · 5 years ago
  6. 650ce76 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  7. 03b4ef6 Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  8. 50f6a19 Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  9. 0ac8a78 Merge pull request #3593 from mpg/fix-compat.sh-with-ubuntu-16.04-gnutls-2.16 by Gilles Peskine · 5 years ago
  10. 300e1b3 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
  11. 91615cf compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
  12. 0e7bdd1 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
  13. 2dcd067 Merge pull request #3582 from bensze01/license-2.16 by Gilles Peskine · 5 years ago
  14. 2645bcc Fix license header in pre-commit hook by Bence Szépkúti · 5 years ago
  15. 2823efa Merge pull request #3580 from bensze01/copyright-2.16 by danh-arm · 5 years ago
  16. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  17. daba4f6 Merge pull request #3555 from mpg/x509-verify-non-dns-san-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  18. b9c64e4 Merge pull request #3558 from gufe44/net-sockets-fixes-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  19. 5bfa623 Merge pull request #3565 from mpg/improve-ssl-opt-logs-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  20. 19735b6 Fix building on NetBSD 9.0 by gufe44 · 5 years ago
  21. 4ca6050 Merge pull request #734 from gilles-peskine-arm/x509parse_crl-empty_entry-2.16 by Gilles Peskine · 5 years ago
  22. 62870c9 Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
  23. a1919ad Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
  24. 7442f84 Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
  25. 581af9f Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
  26. bedcb3e Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
  27. cbd5c03 ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
  28. e63fc6d ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
  29. fcf6c16 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
  30. 9acf943 Merge pull request #3560 from gufe44/netbsd-rand-arc4random_buf-2.16 by Gilles Peskine · 5 years ago
  31. 1505e42 Merge pull request #3548 from mpg/check-generated-files-2.16 by Gilles Peskine · 5 years ago
  32. ba5cba8 Log change as bugfix by gufe44 · 5 years ago
  33. d5f8c26 Add changelog entry by gufe44 · 5 years ago
  34. 3fa7c64 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  35. 0ca801a Merge pull request #732 from gabor-mezei-arm/689_bp216_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  36. de7e036 Merge pull request #3489 from CodeMonkeyLeet/mbedtls-2.16_backport_3464 by Gilles Peskine · 5 years ago
  37. 4ddfdbf Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  38. 6579235 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  39. d8dc8e2 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  40. 58c8da2 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  41. dfd5172 Merge pull request #3488 from CodeMonkeyLeet/mbedtls-2.16_backport_2632 by Manuel Pégourié-Gonnard · 5 years ago
  42. c703cf1 Add a pre-commit hook that checks generated files by Manuel Pégourié-Gonnard · 5 years ago
  43. 9ad5128 Add -u option to check-generated-files.sh by Manuel Pégourié-Gonnard · 5 years ago
  44. f1ef895 Merge pull request #728 from mpg/ct-varlen-hmac-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  45. b394b43 Add missing newline by gabor-mezei-arm · 5 years ago
  46. 3eaa103 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  47. 7433fa4 Add warning about test-only config.h option by Manuel Pégourié-Gonnard · 5 years ago
  48. f82cb79 Add comments clarifying differences between macros by Manuel Pégourié-Gonnard · 5 years ago
  49. 681615a Remove obsolete comment about test dependency by Manuel Pégourié-Gonnard · 5 years ago
  50. e1b1fff Add comment that was lost while backporting by Manuel Pégourié-Gonnard · 5 years ago
  51. cf03a61 Merge pull request #725 from mpg/protect-base-blinding-2.16-restricted by Gilles Peskine · 5 years ago
  52. 253b0de Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
  53. 09ac297 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  54. 94fd8dc Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  55. 2b2f956 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  56. 2b80249 Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  57. 5bb6f3c Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  58. a6c1317 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  59. 74503bb Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  60. 1e94128 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  61. de02b58 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  62. 0dab12e Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  63. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  64. 368fc65 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  65. fde7505 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  66. a60d0f2 Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  67. 87a602d Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  68. cadcf4c Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  69. 8be9d3b Add ChangeLog entry for base blinding protection by Manuel Pégourié-Gonnard · 5 years ago
  70. 49e94e3 RSA: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  71. 86ad5be RSA: remove redundant GCD call in prepare_blinding() by Manuel Pégourié-Gonnard · 5 years ago
  72. d96edbc DHM: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  73. 41ee839 DHM: make drawing of blinding value a function by Manuel Pégourié-Gonnard · 5 years ago
  74. a242f50 Classify #3464 ChangeLog entry as Bugfix by Simon Leet · 5 years ago
  75. 1535a43 Revise comments for x509write_csr_der_internal by Simon Leet · 5 years ago
  76. afc2717 Avoid stack-allocation of large memory buffers by Doru Gucea · 7 years ago
  77. f90597f Adapt ChangeLog by Hanno Becker · 6 years ago
  78. c33e921 Avoid use of large stack buffers in mbedtls_x509_write_crt_pem() by Hanno Becker · 6 years ago
  79. cfc77d4 Improve documentation of mbedtls_pem_write_buffer() by Hanno Becker · 6 years ago
  80. eeea9ea Perform CRT writing in-place on the output buffer by Hanno Becker · 6 years ago
  81. beaf396 Adapt x509write_crt.c to coding style by Hanno Becker · 6 years ago
  82. a586099 Merge pull request #3475 from gilles-peskine-arm/rename-check_files-2.16 by Gilles Peskine · 5 years ago
  83. ee69477 Rename Python scripts to use '_' and not '-' by Gilles Peskine · 5 years ago
  84. 5b6bebe Merge pull request #714 from ARMmbed/merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  85. 15a7cd1 Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  86. abc4602 Merge pull request #711 from ARMmbed/mbedtls-2.16.7r0-pr by Janos Follath · 5 years ago mbedtls-2.16.7 v2.16.7
  87. dd5f369 Merge pull request #3461 from ronald-cron-arm/programs-use-common-test-code-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  88. 599a234 Merge pull request #3460 from gilles-peskine-arm/programs-cmake-cleanup-2.16 by Janos Follath · 5 years ago
  89. 6c48d09 Update ChangeLog header by Janos Follath · 5 years ago
  90. ef5f8fc Bump version to Mbed TLS 2.16.7 by Janos Follath · 5 years ago
  91. 49e6caf Assemble ChangeLog by Janos Follath · 5 years ago
  92. 14a5645 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  93. 1d5ef29 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  94. b2eb38d tests: aes.ofb: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  95. afbe3ee tests: nist_kw: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  96. 7e8f1af tests: chacha20: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  97. d7a4df8 tests: hkdf: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  98. 6d1f0ad tests: aria: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  99. 5b13a86 tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  100. a0c9ff3 tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago