1. 1ea604d Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C by Hanno Becker · 6 years ago
  2. 8a89f9f Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C by Hanno Becker · 6 years ago
  3. cb9debd Guard PK-parse module by ASN.1-parse module in check_config.h by Hanno Becker · 6 years ago
  4. 0592ea7 Merge remote-tracking branch 'public/pr/1140' into development by Simon Butcher · 6 years ago
  5. 1afc767 Merge remote-tracking branch 'public/pr/1758' into development by Simon Butcher · 6 years ago
  6. c86993e Merge remote-tracking branch 'public/pr/1970' into development by Simon Butcher · 6 years ago
  7. 53546ea Update library version number to 2.13.1 by Simon Butcher · 6 years ago mbedtls-2.13.1
  8. 5d40f67 Merge remote-tracking branch 'public/pr/1927' into development-restricted by Simon Butcher · 6 years ago
  9. d2ef254 Don't define _POSIX_C_SOURCE in header file by Hanno Becker · 6 years ago
  10. f5106d5 Don't declare and define gmtime()-mutex on Windows platforms by Hanno Becker · 6 years ago
  11. 323d801 Correct preprocessor guards determining use of gmtime() by Hanno Becker · 6 years ago
  12. 03b2bd4 Correct documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  13. a50fed9 Correct typo in documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  14. 6f70581 Correct POSIX version check to determine presence of gmtime_r() by Hanno Becker · 6 years ago
  15. c52ef40 Improve documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  16. 7dd82b4 platform_utils.{c/h} -> platform_util.{c/h} by Hanno Becker · 6 years ago
  17. 5a7fe14 Don't include platform_time.h if !MBEDTLS_HAVE_TIME by Hanno Becker · 6 years ago
  18. 9fbbf1c Improve wording of documentation of MBEDTLS_PLATFORM_GMTIME_R_ALT by Hanno Becker · 6 years ago
  19. c946888 Fix typo in documentation of MBEDTLS_PLATFORM_GMTIME_R_ALT by Hanno Becker · 6 years ago
  20. 921b76d Replace 'thread safe' by 'thread-safe' in the documentation by Hanno Becker · 6 years ago
  21. 9a51d01 Improve documentation of MBEDTLS_HAVE_TIME_DATE by Hanno Becker · 6 years ago
  22. acef292 ChangeLog: Add missing renamings gmtime -> gmtime_r by Hanno Becker · 6 years ago
  23. 4e67cca Improve documentation of MBEDTLS_HAVE_TIME_DATE by Hanno Becker · 6 years ago
  24. 48a816f Minor documentation improvements by Hanno Becker · 6 years ago
  25. 651d586 Style: Add missing period in documentation in threading.h by Hanno Becker · 6 years ago
  26. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  27. be2e4bd Guard decl and use of gmtime mutex by HAVE_TIME_DATE and !GMTIME_ALT by Hanno Becker · 6 years ago
  28. 5f95c79 Remove another mentioning of IAR from config.h by Hanno Becker · 6 years ago
  29. 272675f Correct documentation of mbedtls_platform_gmtime() by Hanno Becker · 6 years ago
  30. cfeb70c gmtime: Remove special treatment for IAR by Hanno Becker · 6 years ago
  31. 94b540a Avoid redefining _POSIX_C_SOURCE by Andres Amaya Garcia · 6 years ago
  32. 45e3020 Document that IAR gmtime_s() is auto selected by Andres Amaya Garcia · 6 years ago
  33. 433f911 Check for IAR in gmtime macros by Andres Amaya Garcia · 6 years ago
  34. e58088e Clarify docs for MBEDTLS_HAVE_TIME_DATE by Andres Amaya Garcia · 6 years ago
  35. c29c34c Improve wording of gmtime feature in ChangeLog by Andres Amaya Garcia · 6 years ago
  36. 3c9733a Fix typo in comment for gmtime macro defines by Andres Amaya Garcia · 6 years ago
  37. 193fe89 Add missing _POSIX_C_SOURCE define in threading.h by Andres Amaya Garcia · 6 years ago
  38. ca04a01 Document shorthand gmtime macros by Andres Amaya Garcia · 6 years ago
  39. 8c9a620 Fix missing word in ChangeLog entry for gmtime() by Andres Amaya Garcia · 6 years ago
  40. 2099606 Use gmtime_s() for IAR by Andres Amaya Garcia · 6 years ago
  41. e9b10b2 Define _POSIX_C_SOURCE in threading.c before POSIX detection by Andres Amaya Garcia · 6 years ago
  42. c2f948b Fix grammar in docs for MBEDTLS_HAVE_TIME_DATE by Andres Amaya Garcia · 6 years ago
  43. c0a63bd Remove duplication of some entries in the ChangeLog by Simon Butcher · 6 years ago mbedtls-2.13.0
  44. b70158b Merge pull request #505 from sbutcher-arm/mbedtls-version-2.13.0 by Simon Butcher · 6 years ago
  45. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 6 years ago
  46. b5afb97 Revised and clarified ChangeLog by Simon Butcher · 6 years ago
  47. 0bbb4fc Merge branch 'development' into development by Simon Butcher · 6 years ago
  48. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 6 years ago
  49. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 6 years ago
  50. e50128a Merge remote-tracking branch 'public/pr/1994' into development by Simon Butcher · 6 years ago
  51. 07de4c0 Merge remote-tracking branch 'public/pr/1920' into development by Simon Butcher · 6 years ago
  52. 822a9cc Merge remote-tracking branch 'public/pr/1994' into development-restricted by Simon Butcher · 6 years ago
  53. 108992e Add MTU auto-reduction test with valgrind by Hanno Becker · 6 years ago
  54. 37029eb Skip MTU auto-reduction test when running valgrind by Hanno Becker · 6 years ago
  55. f34a4c1 UDP proxy: Correct debug output for delay_srv option by Hanno Becker · 6 years ago
  56. a591c48 Correct typo in debug message by Hanno Becker · 6 years ago
  57. 83ab41c Correct typo in comment by Hanno Becker · 6 years ago
  58. cd9dcda Add const qualifier to handshake header reading functions by Hanno Becker · 6 years ago
  59. 39b8bc9 Change wording of debug message by Hanno Becker · 6 years ago
  60. ef7afdf Rename another_record_in_datagram to next_record_is_in_datagram by Hanno Becker · 6 years ago
  61. c573ac3 Fix typos in debug message and comment in ssl-tls.c by Hanno Becker · 6 years ago
  62. 7c48dd1 ssl-opt.sh: Add function extracting val or default val from config.h by Hanno Becker · 6 years ago
  63. dc1e950 DTLS reordering: Add test for buffering a proper fragment by Hanno Becker · 6 years ago
  64. 8a552cf Merge remote-tracking branch 'public/pr/1920' into development-restricted by Simon Butcher · 6 years ago
  65. 3af567d Merge remote-tracking branch 'restricted/pr/437' into development-restricted by Simon Butcher · 6 years ago
  66. 129fa82 Merge remote-tracking branch 'restricted/pr/470' into development-restricted by Simon Butcher · 6 years ago
  67. 7f85563 Merge remote-tracking branch 'restricted/pr/491' into development-restricted by Simon Butcher · 6 years ago
  68. 97a1c13 Correct typo in documentation of MBEDTLS_SSL_DTLS_MAX_BUFFERING by Hanno Becker · 6 years ago
  69. 02f6f5a Adapt ChangeLog by Hanno Becker · 6 years ago
  70. 9ce5160 Merge remote-tracking branch 'public/pr/1965' into development by Simon Butcher · 6 years ago
  71. 676d3fd Merge remote-tracking branch 'public/pr/1129' into development by Simon Butcher · 6 years ago
  72. 9d5a9e1 Merge remote-tracking branch 'public/pr/1625' into development by Simon Butcher · 6 years ago
  73. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 6 years ago
  74. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 6 years ago
  75. 9598845 Merge remote-tracking branch 'public/pr/1955' into development by Simon Butcher · 6 years ago
  76. 4613772 Merge remote-tracking branch 'public/pr/1915' into development by Simon Butcher · 6 years ago
  77. e604556 ssl-opt.sh: Don't hardcode varname in requires_config_value_xxx() by Hanno Becker · 6 years ago
  78. 4103810 Style: Correct indentation in UDP proxy code by Hanno Becker · 6 years ago
  79. eefe084 Style: Spell out PMTU in ssl.h by Hanno Becker · 6 years ago
  80. 0207e53 Style: Correct typo in ssl-tls.c by Hanno Becker · 6 years ago
  81. b841b4f ssl-opt.sh: Remove reference to Github issue by Hanno Becker · 6 years ago
  82. 3b8b40c ssl-opt.sh: Add function to skip next test by Hanno Becker · 6 years ago
  83. 6f032a6 Merge remote-tracking branch 'public/pr/1963' into development by Simon Butcher · 6 years ago
  84. badeb07 Merge remote-tracking branch 'public/pr/1967' into development by Simon Butcher · 6 years ago
  85. b9a0086 ssl-opt.sh: Explain use of --insecure in GnuTLS client tests by Hanno Becker · 6 years ago
  86. ea85848 Merge remote-tracking branch 'public/pr/1979' into development by Simon Butcher · 6 years ago
  87. bc2498a Style: Add numerous comments indicating condition guarded by #endif by Hanno Becker · 6 years ago
  88. cf46945 Style: Add empty line before comment in UDP proxy code by Hanno Becker · 6 years ago
  89. d584777 Style: Group buffering-related forward declarations in ssl_tls.c by Hanno Becker · 6 years ago
  90. 360bef3 Reordering: Document that only HS and CCS msgs are buffered by Hanno Becker · 6 years ago
  91. 4f432ad Style: Don't use abbreviations in comments by Hanno Becker · 6 years ago
  92. b8f5014 Add explicit MBEDTLS_DEBUG_C-guard around debugging code by Hanno Becker · 6 years ago
  93. f0da667 Style: Add braces around if-branch where else-branch has them by Hanno Becker · 6 years ago
  94. ecbdf1c Style: Correct indentation of debug msgs in mbedtls_ssl_write_record by Hanno Becker · 6 years ago
  95. 3f7b973 Correct typo in mbedtls_ssl_flight_transmit() by Hanno Becker · 6 years ago
  96. 2800751 DTLS Reordering: Improve doc of MBEDTLS_SSL_DTLS_MAX_BUFFERING by Hanno Becker · 6 years ago
  97. 6a4f224 ssl-opt.sh: change expected output for large srv packet test with SSLv3 by Andrzej Kurek · 6 years ago
  98. 159a37f config.h: Don't use arithmetical exp for SSL_DTLS_MAX_BUFFERING by Hanno Becker · 6 years ago
  99. 2f5aa4c all.sh: Add builds allowing to test dropping buffered messages by Hanno Becker · 6 years ago
  100. a1adcca ssl-opt.sh: Add tests exercising freeing of buffered messages by Hanno Becker · 6 years ago