1. a138c0a Move size checks outside of mbedtls_platform_random_in_range by Andrzej Kurek · 4 years, 9 months ago
  2. a793237 Calculate hashes of ssl encryption and decryption keys by Andrzej Kurek · 4 years, 10 months ago
  3. 05beb9a replace user rand by platform rand in ecc delays by Shelly Liberman · 4 years, 11 months ago
  4. 8bb0839 Add a deprecated version of mbedtls_platform_memcmp. by Andrzej Kurek · 5 years ago
  5. ea8e846 Add flow monitor for mbedtls_platform_memcpy() and mbedtls_platform_memmove() by Piotr Nowicki · 5 years ago
  6. ed840db Add flow montitor to the mbedtls_platform_memset() by Piotr Nowicki · 5 years ago
  7. 057daa3 Random delay can be disabled in configuration by Piotr Nowicki · 5 years ago
  8. 77b7a77 Expanded the random number generator in the `platform_util.c` file by Piotr Nowicki · 5 years ago
  9. 8656fc6 Change the value type in the mbedtls_platform_random_in_range() by Piotr Nowicki · 5 years ago
  10. e3c4ee5 Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal() by Piotr Nowicki · 5 years ago
  11. 189ee74 Add a platform function to return a random uint32_t by Andrzej Kurek · 5 years ago
  12. ce0aab4 Add new error code PLATFORM_ALLOC_FAILED for mbedtls_platform_memmove() by Piotr Nowicki · 5 years ago
  13. 5d5841f Add mbedtls_platform_memmove() as a secured memcmp() by Piotr Nowicki · 5 years ago
  14. ac6d226 Update signature of mbedtls_platform_random_delay by Arto Kinnunen · 6 years ago
  15. e91f0dc Replace mbedtls_platform_enforce_volatile_reads by Arto Kinnunen · 6 years ago
  16. 0490485 Add random delay to enforce_volatile_reads by Arto Kinnunen · 6 years ago
  17. 9a506e7 Update comments of mbedtls_platform_random_delay by Arto Kinnunen · 6 years ago
  18. 4c63b98 Add random delay function to platform_utils by Arto Kinnunen · 6 years ago
  19. 72a8c9e Force some compilers to respect volatile reads by Manuel Pégourié-Gonnard · 6 years ago
  20. c4315e6 Address review comments for documentation by Jarno Lamsa · 6 years ago
  21. 39a9d40 Update documentation for the RNG-function by Jarno Lamsa · 6 years ago
  22. 51f65e4 Standardize prototypes of platform_memcpy/memset by Manuel Pégourié-Gonnard · 6 years ago
  23. a1e5054 Fix issues in CI by Jarno Lamsa · 6 years ago
  24. 77a0e07 Add return value doxygen by Jarno Lamsa · 6 years ago
  25. f5ebe2a Make RNG exclude the given maximum value by Jarno Lamsa · 6 years ago
  26. 0ff7109 Fix style issues by Jarno Lamsa · 6 years ago
  27. f65e9de Change rng-function return-type by Jarno Lamsa · 6 years ago
  28. 7d28155 Add doxygen for the platform-functions by Jarno Lamsa · 6 years ago
  29. a196732 Change the rng-function name by Jarno Lamsa · 6 years ago
  30. 0736325 Add FI/SCA compliant versions of mem-functions by Jarno Lamsa · 6 years ago
  31. e8144aa Merge remote-tracking branch 'origin/pr/657' into baremetal by Simon Butcher · 6 years ago
  32. 9b3b194 Review corrections 4 by Arto Kinnunen · 6 years ago
  33. 4f4849a Review corrections 2 by Arto Kinnunen · 6 years ago
  34. ee9bfca Update signature of BE conversion functions by Arto Kinnunen · 6 years ago
  35. 0b62ce8 Use function for 16/24/32-bit BE conversion by Arto Kinnunen · 6 years ago
  36. 7bcf2b5 Introduce version comparing functions by Hanno Becker · 6 years ago
  37. 30346f6 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  38. 983acb7 Fix include file path by GuHaijun · 7 years ago
  39. 54b789a Merge remote-tracking branch 'public/pr/2298' into development by Simon Butcher · 7 years ago
  40. 9dbefa1 Fix conflict between constant deprecation and check-names.sh by Hanno Becker · 7 years ago
  41. 6d0816a Introduce macros to deprecate constants in the API by Hanno Becker · 7 years ago
  42. 35acb09 Fix some documentation typos/markup/duplication. by Manuel Pégourié-Gonnard · 7 years ago
  43. 9b8ea89 Fix a few style / whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  44. 22028a0 Fix a typo in documentation by Manuel Pégourié-Gonnard · 7 years ago
  45. 0e17cc9 Avoid stringifying condition too early by Manuel Pégourié-Gonnard · 7 years ago
  46. 0e9cddb Introduce generic validation macros by Manuel Pégourié-Gonnard · 7 years ago
  47. ab58852 Rework documentation. by Manuel Pégourié-Gonnard · 7 years ago
  48. a2b0e27 Skip param validation tests if custom macro used by Manuel Pégourié-Gonnard · 7 years ago
  49. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  50. 8e661bf Fix arity of the PARAM_FAILED() macro and function by Manuel Pégourié-Gonnard · 7 years ago
  51. 4c37db6 Remove the library provided function of MBEDTLS_PARAM_FAILED by Simon Butcher · 7 years ago
  52. b486803 Add initial options and support for parameter validation by Simon Butcher · 7 years ago
  53. 03b2bd4 Correct documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  54. a50fed9 Correct typo in documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  55. c52ef40 Improve documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  56. 5a7fe14 Don't include platform_time.h if !MBEDTLS_HAVE_TIME by Hanno Becker · 7 years ago
  57. 921b76d Replace 'thread safe' by 'thread-safe' in the documentation by Hanno Becker · 7 years ago
  58. 48a816f Minor documentation improvements by Hanno Becker · 7 years ago
  59. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  60. 272675f Correct documentation of mbedtls_platform_gmtime() by Hanno Becker · 7 years ago
  61. 1abb368 Make gmtime() configurable at compile-time by Andres Amaya Garcia · 7 years ago
  62. 56e06db Improve mbedtls_platform_zeroize() docs by Andres Amaya Garcia · 7 years ago
  63. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 7 years ago