1. 116ac43 Merge remote-tracking branch 'public/pr/1852' into development by Simon Butcher · 7 years ago
  2. bdf80d0 Merge remote-tracking branch 'public/pr/1810' into development by Simon Butcher · 7 years ago
  3. fced1f2 Merge remote-tracking branch 'public/pr/1854' into development by Simon Butcher · 7 years ago
  4. ecb635e Add ChangeLog entry for #1098 fix. by Simon Butcher · 7 years ago
  5. 4072aae Merge remote-tracking branch 'public/pr/1875' into development by Simon Butcher · 7 years ago
  6. a7b3543 Merge remote-tracking branch 'public/pr/1871' into development by Simon Butcher · 7 years ago
  7. cce68be Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 7 years ago
  8. e459f07 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 7 years ago
  9. 8e6a22a Add additional i386 tests to all.sh by Simon Butcher · 7 years ago
  10. 7a6da6e Expand i386 all.sh tests to full config ASan builds by Simon Butcher · 7 years ago
  11. ccbd464 Increase the memory buffer size for ssl_server2.c by Simon Butcher · 7 years ago
  12. 4c761fa Add test for empty app data records to ssl-opt.sh by Andres Amaya Garcia · 7 years ago
  13. 81f0633 Add ChangeLog entry for empty app data fix by Andres Amaya Garcia · 7 years ago
  14. ce6fbac Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 7 years ago
  15. 1a7a17e Check for invalid short Alert messages by Angus Gratton · 7 years ago
  16. 3481792 TLSv1.2: Treat zero-length fragments as invalid, unless they are application data by Angus Gratton · 7 years ago
  17. b512bc1 CBC mode: Allow zero-length message fragments (100% padding) by Angus Gratton · 7 years ago
  18. 7c1258d all.sh: Return error on keep-going failure by Jaeden Amero · 7 years ago
  19. 7d728bd Merge remote-tracking branch 'public/pr/1454' into development by Simon Butcher · 7 years ago
  20. 922bd1e Merge remote-tracking branch 'public/pr/1752' into development by Simon Butcher · 7 years ago
  21. 862e703 Merge remote-tracking branch 'public/pr/921' into development by Simon Butcher · 7 years ago
  22. be685ba Merge remote-tracking branch 'public/pr/1836' into development by Simon Butcher · 7 years ago
  23. 4f37bca Fix ChangeLog entry for issue #1663 by Simon Butcher · 7 years ago
  24. df15356 Merge remote-tracking branch 'public/pr/1663' into development by Simon Butcher · 7 years ago
  25. fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 7 years ago
  26. a72098b Merge remote-tracking branch 'public/pr/1778' into development by Simon Butcher · 7 years ago
  27. 0e2c07e Remove unnecessary mark as unused #1098 by Dawid Drozd · 7 years ago
  28. 8744a02 Clarify a few comments by Manuel Pégourié-Gonnard · 7 years ago
  29. 4b9a3ad Disable use of the i386 assembly for option -O0 by Simon Butcher · 7 years ago
  30. 00af447 Add ChangeLog entry for PR #536 by Simon Butcher · 7 years ago
  31. e7aeef0 Merge remote-tracking branch 'public/pr/536' into development by Simon Butcher · 7 years ago
  32. 32b0747 Merge remote-tracking branch 'public/pr/1737' into development by Simon Butcher · 7 years ago
  33. 727325b Merge remote-tracking branch 'public/pr/1788' into development by Simon Butcher · 7 years ago
  34. 24c0dbf Merge remote-tracking branch 'public/pr/1821' into development by Simon Butcher · 7 years ago
  35. cdbb2f2 Merge remote-tracking branch 'public/pr/1563' into development by Simon Butcher · 7 years ago
  36. 231d7e5 Add ChangeLog entry for PR #1567. by Simon Butcher · 7 years ago
  37. 6331cb0 Fix some whitespace issues in ChangeLog and CMakeLists.txt by Simon Butcher · 7 years ago
  38. d21bd31 Merge remote-tracking branch 'public/pr/1567' into development by Simon Butcher · 7 years ago
  39. cdb5cc5 tests: dhm: Rename Hallman to Hellman by Jaeden Amero · 7 years ago
  40. 21f9afe Remove the namespacing from config-no-entropy.h by Ron Eldor · 7 years ago
  41. 991f9fe all_sh: add a check for header inclusion in cpp_dummy_build.cpp by Andrzej Kurek · 7 years ago
  42. 05fa46e Add ChangeLog entry for #992 fix by Simon Butcher · 7 years ago
  43. 13dfb4e Revert changes in the configs folder by Ron Eldor · 7 years ago
  44. 3fa6c27 Move definition to cipher.h by Ron Eldor · 7 years ago
  45. da2a312 Add entry in ChangeLog by Ron Eldor · 7 years ago
  46. ab8d58c Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 7 years ago
  47. a931265 Fix ssl-opt.sh not starting when lsof is not available by Gilles Peskine · 7 years ago
  48. 1ab9b57 Add a ChangeLog entry for memory leak in mbedtls_x509_csr_parse() by Simon Butcher · 7 years ago
  49. 034e139 Merge remote-tracking branch 'public/pr/1621' into development by Simon Butcher · 7 years ago
  50. 4b6b08e Merge remote-tracking branch 'public/pr/1006' into development by Simon Butcher · 7 years ago
  51. 1d97cab Merge remote-tracking branch 'public/pr/1645' into development by Simon Butcher · 7 years ago
  52. bea00bd Merge remote-tracking branch 'public/pr/1783' into development by Simon Butcher · 7 years ago
  53. 9e02b97 Add ChangeLog entry for #1257 - key_app_writer writes invalid ASN.1 by Simon Butcher · 7 years ago
  54. b056dd8 Remove a redundant dependency clause by k-stachowiak · 7 years ago
  55. 19c01ef Merge remote-tracking branch 'public/pr/1258' into development by Simon Butcher · 7 years ago
  56. fd0c240 Merge remote-tracking branch 'public/pr/1793' into development by Simon Butcher · 7 years ago
  57. 05be06c Make the C++ test mandatory by removing the --no-cxx flag from all.sh by Andrzej Kurek · 7 years ago
  58. 45a6719 Add a CXX build to all.sh to execute the C++ dummy test by default by Andrzej Kurek · 7 years ago
  59. 037ec4b Replace tabs with spaces by Andrzej Kurek · 7 years ago
  60. 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
  61. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  62. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  63. d56654f Update the forum link in the README file by Ron Eldor · 7 years ago
  64. 6665b67 Merge remote-tracking branch 'public/pr/1390' into development by Simon Butcher · 7 years ago
  65. 9fa21bf Merge remote-tracking branch 'public/pr/1533' into development by Simon Butcher · 7 years ago
  66. 95a1c1f Merge remote-tracking branch 'public/pr/1617' into development by Simon Butcher · 7 years ago
  67. 4922123 Update the Mbed TLS forum link by Ron Eldor · 7 years ago
  68. 7972334 Enable ARIA self test in the unit testing by k-stachowiak · 7 years ago
  69. 164b9cd update ChangeLog by niisato · 7 years ago
  70. b7d39db update ChangeLog by niisato · 7 years ago
  71. 99a3e80 update change log. by niisato · 7 years ago
  72. 1555085 add ChangeLog to this commit. by niisato · 7 years ago
  73. 8ee2422 about a issue Replace "new" variable #1782 by niisato · 7 years ago
  74. 51d7cfe Fix coverity warnings in benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  75. 6c34442 Add fix for #1550 and credit to the ChangeLog by Simon Butcher · 7 years ago
  76. 6332e36 Fix typo in ChangeLog by Ron Eldor · 8 years ago
  77. 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  78. 5357164 Add ebx to the i386 clobber list for MPI assembly by Simon Butcher · 7 years ago
  79. bf7fe4f Replace check with APPLE with CMAKE_SYSTEM_NAME by Andres Amaya Garcia · 7 years ago
  80. 5b92352 Document ssl_write_real() behaviour in detail by Andres Amaya Garcia · 8 years ago
  81. 7ee25d7 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 8 years ago
  82. a562c26 Add ChangeLog entry for mbedtls_ssl_write() docs by Andres Amaya Garcia · 8 years ago
  83. e3402ce Enable APPLE_BUILD in makefile if using system ar by Andres Amaya Garcia · 7 years ago
  84. 21f73b5 Coding style by Philippe Antoine · 7 years ago
  85. c51d613 Ensure crosscompiling with make works in Mac OS X by Andres Amaya Garcia · 7 years ago
  86. e12f0ac Adapt buffer size for minimal CCM config by Manuel Pégourié-Gonnard · 7 years ago
  87. 1f092b4 Add ChangeLog entry for ChachaPoly ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  88. 9fece7e Add ChachaPoly ciphersuites to compat.sh by Manuel Pégourié-Gonnard · 7 years ago
  89. 2e58e8e Implement ChachaPoly mode in TLS by Manuel Pégourié-Gonnard · 7 years ago
  90. c36b432 Add GnuTLS interop for CCM(-8) ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  91. ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  92. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 7 years ago
  93. a18034a Adjust to added fields in cipher_base_t by Manuel Pégourié-Gonnard · 7 years ago
  94. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  95. 8266aca Merge remote-tracking branch 'upstream-restricted/pr/487' into development by Jaeden Amero · 7 years ago mbedtls-2.11.0
  96. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 7 years ago
  97. 925568a Fix version in ChangeLog for fix for #552 by Simon Butcher · 7 years ago
  98. c4dd073 test: Add test cases for separately reduced inward/outward buffer sizes by Angus Gratton · 7 years ago
  99. d8213d0 Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizes by Angus Gratton · 9 years ago
  100. b6a5bff Add ChangeLog entry for clang version fix. Issue #1072 by Simon Butcher · 7 years ago