1. a1e5054 Fix issues in CI by Jarno Lamsa · 6 years ago
  2. 7cb9027 Use bitwise comparison in memcmp by Jarno Lamsa · 6 years ago
  3. 32db938 Fix buffer initalisation by Jarno Lamsa · 6 years ago
  4. f5ebe2a Make RNG exclude the given maximum value by Jarno Lamsa · 6 years ago
  5. 0ff7109 Fix style issues by Jarno Lamsa · 6 years ago
  6. f65e9de Change rng-function return-type by Jarno Lamsa · 6 years ago
  7. a196732 Change the rng-function name by Jarno Lamsa · 6 years ago
  8. 21d6a20 Add missing typecast for memset by Jarno Lamsa · 6 years ago
  9. d82e559 Add a config flag for the global RNG by Jarno Lamsa · 6 years ago
  10. 0736325 Add FI/SCA compliant versions of mem-functions by Jarno Lamsa · 6 years ago
  11. e5a0b36 Merge branch 'baremetal' into baremetal-2.16-20190909 by Manuel Pégourié-Gonnard · 6 years ago
  12. 4f4849a Review corrections 2 by Arto Kinnunen · 6 years ago
  13. ee9bfca Update signature of BE conversion functions by Arto Kinnunen · 6 years ago
  14. 0b62ce8 Use function for 16/24/32-bit BE conversion by Arto Kinnunen · 6 years ago
  15. 0c34499 Check for zero length and NULL buffer pointer by Vikas Katariya · 6 years ago
  16. 4c37db6 Remove the library provided function of MBEDTLS_PARAM_FAILED by Simon Butcher · 7 years ago
  17. b486803 Add initial options and support for parameter validation by Simon Butcher · 7 years ago
  18. f5106d5 Don't declare and define gmtime()-mutex on Windows platforms by Hanno Becker · 7 years ago
  19. 323d801 Correct preprocessor guards determining use of gmtime() by Hanno Becker · 7 years ago
  20. 6f70581 Correct POSIX version check to determine presence of gmtime_r() by Hanno Becker · 7 years ago
  21. 7dd82b4 platform_utils.{c/h} -> platform_util.{c/h} by Hanno Becker · 7 years ago
  22. 48a816f Minor documentation improvements by Hanno Becker · 7 years ago
  23. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  24. cfeb70c gmtime: Remove special treatment for IAR by Hanno Becker · 7 years ago
  25. 94b540a Avoid redefining _POSIX_C_SOURCE by Andres Amaya Garcia · 7 years ago
  26. 433f911 Check for IAR in gmtime macros by Andres Amaya Garcia · 7 years ago
  27. 3c9733a Fix typo in comment for gmtime macro defines by Andres Amaya Garcia · 7 years ago
  28. ca04a01 Document shorthand gmtime macros by Andres Amaya Garcia · 7 years ago
  29. 2099606 Use gmtime_s() for IAR by Andres Amaya Garcia · 7 years ago
  30. a658d7d Fix style for mbedtls_platform_gmtime() by Andres Amaya Garcia · 7 years ago
  31. 1abb368 Make gmtime() configurable at compile-time by Andres Amaya Garcia · 7 years ago
  32. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  33. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 7 years ago[Renamed (70%) from library/utils.c]
  34. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
  35. 1e8ea5f Improve docs for mbedtls_zeroize() and add refs by Andres Amaya Garcia · 7 years ago
  36. 0bd4237 Fix formatting in utils.c file comment by Andres Amaya Garcia · 8 years ago
  37. ecd1891 Change mbedtls_zeroize() to prevent optimizations by Andres Amaya Garcia · 8 years ago
  38. b1262a3 Allow compile-time alternate to mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  39. 614d9c0 Add a utils.h file that contains common functions by Andres Amaya Garcia · 8 years ago