summaryrefslogtreecommitdiff
path: root/library/platform_util.c
Commit message (Expand)AuthorAge
* Remove the library provided function of MBEDTLS_PARAM_FAILEDSimon Butcher2018-12-11
* Add initial options and support for parameter validationSimon Butcher2018-12-11
* Don't declare and define gmtime()-mutex on Windows platformsHanno Becker2018-09-06
* Correct preprocessor guards determining use of gmtime()Hanno Becker2018-09-06
* Correct POSIX version check to determine presence of gmtime_r()Hanno Becker2018-09-06
* platform_utils.{c/h} -> platform_util.{c/h}Hanno Becker2018-09-05
* Minor documentation improvementsHanno Becker2018-09-05
* Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r()Hanno Becker2018-09-05
* gmtime: Remove special treatment for IARHanno Becker2018-09-05
* Avoid redefining _POSIX_C_SOURCEAndres Amaya Garcia2018-09-05
* Check for IAR in gmtime macrosAndres Amaya Garcia2018-09-05
* Fix typo in comment for gmtime macro definesAndres Amaya Garcia2018-09-05
* Document shorthand gmtime macrosAndres Amaya Garcia2018-09-05
* Use gmtime_s() for IARAndres Amaya Garcia2018-09-05
* Fix style for mbedtls_platform_gmtime()Andres Amaya Garcia2018-08-21
* Make gmtime() configurable at compile-timeAndres Amaya Garcia2018-08-16
* Rename mbedtls_zeroize to mbedtls_platform_zeroizeAndres Amaya Garcia2018-04-17
* Make utils module part of the platformAndres Amaya Garcia2018-04-17