1. d2ef254 Don't define _POSIX_C_SOURCE in header file by Hanno Becker · 6 years ago
  2. f5106d5 Don't declare and define gmtime()-mutex on Windows platforms by Hanno Becker · 6 years ago
  3. 323d801 Correct preprocessor guards determining use of gmtime() by Hanno Becker · 6 years ago
  4. 03b2bd4 Correct documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  5. a50fed9 Correct typo in documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  6. 6f70581 Correct POSIX version check to determine presence of gmtime_r() by Hanno Becker · 6 years ago
  7. c52ef40 Improve documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  8. 7dd82b4 platform_utils.{c/h} -> platform_util.{c/h} by Hanno Becker · 6 years ago
  9. 5a7fe14 Don't include platform_time.h if !MBEDTLS_HAVE_TIME by Hanno Becker · 6 years ago
  10. 9fbbf1c Improve wording of documentation of MBEDTLS_PLATFORM_GMTIME_R_ALT by Hanno Becker · 6 years ago
  11. c946888 Fix typo in documentation of MBEDTLS_PLATFORM_GMTIME_R_ALT by Hanno Becker · 6 years ago
  12. 921b76d Replace 'thread safe' by 'thread-safe' in the documentation by Hanno Becker · 6 years ago
  13. 9a51d01 Improve documentation of MBEDTLS_HAVE_TIME_DATE by Hanno Becker · 6 years ago
  14. 4e67cca Improve documentation of MBEDTLS_HAVE_TIME_DATE by Hanno Becker · 6 years ago
  15. 48a816f Minor documentation improvements by Hanno Becker · 6 years ago
  16. 651d586 Style: Add missing period in documentation in threading.h by Hanno Becker · 6 years ago
  17. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  18. be2e4bd Guard decl and use of gmtime mutex by HAVE_TIME_DATE and !GMTIME_ALT by Hanno Becker · 6 years ago
  19. 5f95c79 Remove another mentioning of IAR from config.h by Hanno Becker · 6 years ago
  20. 272675f Correct documentation of mbedtls_platform_gmtime() by Hanno Becker · 6 years ago
  21. cfeb70c gmtime: Remove special treatment for IAR by Hanno Becker · 6 years ago
  22. 94b540a Avoid redefining _POSIX_C_SOURCE by Andres Amaya Garcia · 6 years ago
  23. 45e3020 Document that IAR gmtime_s() is auto selected by Andres Amaya Garcia · 6 years ago
  24. 433f911 Check for IAR in gmtime macros by Andres Amaya Garcia · 6 years ago
  25. e58088e Clarify docs for MBEDTLS_HAVE_TIME_DATE by Andres Amaya Garcia · 6 years ago
  26. 193fe89 Add missing _POSIX_C_SOURCE define in threading.h by Andres Amaya Garcia · 6 years ago
  27. ca04a01 Document shorthand gmtime macros by Andres Amaya Garcia · 6 years ago
  28. c2f948b Fix grammar in docs for MBEDTLS_HAVE_TIME_DATE by Andres Amaya Garcia · 6 years ago
  29. c99b12b Fix documentation for MBEDTLS_HAVE_DATE_TIME by Andres Amaya Garcia · 6 years ago
  30. 1abb368 Make gmtime() configurable at compile-time by Andres Amaya Garcia · 6 years ago
  31. 97f3ecb Document dependency on gmtime, gmtime_r & gmtime_s by Andres Amaya Garcia · 6 years ago
  32. ce6eebb Use gmtime when target is not windows or posix by Andres Amaya Garcia · 6 years ago
  33. c796573 Add Chacha dependency to the stream cipher field by Simon Butcher · 6 years ago
  34. 193c864 Update version to 2.12.0 by Jaeden Amero · 6 years ago
  35. 34acd3c Merge remote-tracking branch 'public/pr/1868' into development by Simon Butcher · 6 years ago
  36. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 6 years ago
  37. c88c627 Merge remote-tracking branch 'public/pr/1658' into development by Simon Butcher · 6 years ago
  38. 488fd08 Add aes KW OIDs as defined by Ron Eldor · 6 years ago
  39. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  40. ccb43df Merge remote-tracking branch 'public/pr/927' into development by Simon Butcher · 6 years ago
  41. 5cf4d06 Refine the definition of net_sockets.h by Simon Butcher · 6 years ago
  42. e459f07 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 6 years ago
  43. 922bd1e Merge remote-tracking branch 'public/pr/1752' into development by Simon Butcher · 6 years ago
  44. 862e703 Merge remote-tracking branch 'public/pr/921' into development by Simon Butcher · 6 years ago
  45. a72098b Merge remote-tracking branch 'public/pr/1778' into development by Simon Butcher · 6 years ago
  46. ca33caf Add definition of purpose and use of networking module by Simon Butcher · 6 years ago
  47. 0011503 Repharse comments by Ron Eldor · 6 years ago
  48. 4b9a3ad Disable use of the i386 assembly for option -O0 by Simon Butcher · 6 years ago
  49. e7aeef0 Merge remote-tracking branch 'public/pr/536' into development by Simon Butcher · 6 years ago
  50. 382c1db Minor fixes by Ron Eldor · 6 years ago
  51. 5ffc220 Documentation error in `mbedtls_ssl_get_session` by Ron Eldor · 8 years ago
  52. 3fa6c27 Move definition to cipher.h by Ron Eldor · 6 years ago
  53. ab8d58c Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 6 years ago
  54. 4b6b08e Merge remote-tracking branch 'public/pr/1006' into development by Simon Butcher · 6 years ago
  55. 512b4ee Use gmtime_r to fix thread-safety issue, and use mbedtls_time on Windows by Nicholas Wilson · 7 years ago
  56. 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  57. 5357164 Add ebx to the i386 clobber list for MPI assembly by Simon Butcher · 6 years ago
  58. 7ee25d7 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 7 years ago
  59. ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 6 years ago
  60. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 6 years ago
  61. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 6 years ago
  62. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 6 years ago
  63. d8213d0 Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizes by Angus Gratton · 9 years ago
  64. c7bc9e1 Fix a few typos by Manuel Pégourié-Gonnard · 6 years ago
  65. 1f91575 Merge remote-tracking branch 'public/pr/1681' into development by Simon Butcher · 6 years ago
  66. d9c71da Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" by Jaeden Amero · 6 years ago
  67. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 6 years ago
  68. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 6 years ago
  69. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 6 years ago
  70. ed91a79 config: Update documentation for XTS option by Jaeden Amero · 6 years ago
  71. f167deb aes: xts: Add a reference to the standard by Jaeden Amero · 6 years ago
  72. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  73. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 6 years ago
  74. 0a8b020 aes: xts: Enforce NIST SP 800-38E data unit size by Jaeden Amero · 6 years ago
  75. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  76. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  77. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  78. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 7 years ago
  79. 5f77801 Implement AES-XTS mode by Aorimn · 8 years ago
  80. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 9 years ago
  81. 75e3661 Add AES-XEX mode to the default config file by Aorimn · 9 years ago
  82. 0089d36 Implement AES-XEX mode by Aorimn · 9 years ago
  83. b053658 Add 2 files for multiplication in GF(128) by Aorimn · 9 years ago
  84. 7decfe8 Convert mbedtls_free and mbedtls_calloc into functions by Roberto Vargas · 6 years ago
  85. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 6 years ago
  86. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 6 years ago
  87. ebb6427 Merge remote-tracking branch 'public/pr/1646' into development by Simon Butcher · 6 years ago
  88. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 6 years ago
  89. dbe80c6 Merge remote-tracking branch 'public/pr/1668' into development by Simon Butcher · 6 years ago
  90. cb2c935 aes: Clarify IV requirements for OFB mode by Jaeden Amero · 6 years ago
  91. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 6 years ago
  92. 968646c Clarify comments on use of AES OFB block mode by Simon Butcher · 6 years ago
  93. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  94. 6873c84 Update cipher.h for OFB block mode documentation by Simon Butcher · 7 years ago
  95. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  96. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  97. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 8 years ago
  98. 0a0e08a mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 6 years ago
  99. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 6 years ago
  100. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 6 years ago