summaryrefslogtreecommitdiff
path: root/library/platform.c
Commit message (Expand)AuthorAge
* Omit runtime configuration of calloc/free if macro config enabledHanno Becker2018-10-11
* Convert mbedtls_free and mbedtls_calloc into functionsRoberto Vargas2018-06-13
* Rename mbedtls_zeroize to mbedtls_platform_zeroizeAndres Amaya Garcia2018-04-17
* Merge remote-tracking branch 'upstream-public/pr/1079' into development-proposedGilles Peskine2018-03-11
|\
| * Fix compilation error with Mingw32Ron Eldor2017-09-06
* | Fix undefined function in platform.cManuel Pégourié-Gonnard2017-12-20
* | Merge remote-tracking branch 'upstream-restricted/pr/369' into development-re...Gilles Peskine2017-11-28
|\ \ | |/ |/|
| * Zeroize return buf on failure in platform.cAndres Amaya Garcia2017-06-26
* | Rename macro SETUP_ALT to SETUP_TEARDOWN_ALTAndres Amaya Garcia2017-07-27
* | Remove internal functions from setup APIAndres Amaya Garcia2017-07-27
* | Add library setup and teardown APIsAndres Amaya Garcia2017-07-27
|/
* Fix various compiler warnings with MSVCSimon B2016-11-10
* Adds missing conditions for platform timeSimon Butcher2016-07-13
* Introduce platform-layer functions for reading/writing seed from NVPaul Bakker2016-06-01
* Fixes time() abstraction for custom configsSimon Butcher2016-04-26
* Abstracts away time()/stdlib.h into platformSimonB2016-04-26
* Change main license to Apache 2.0Manuel Pégourié-Gonnard2015-09-04
* Update date in copyright lineManuel Pégourié-Gonnard2015-07-28
* Some windows environments don't have _snprint_sManuel Pégourié-Gonnard2015-07-08
* Tune up Windows snprintf() supportManuel Pégourié-Gonnard2015-06-26
* Include fixed snprintf for Windows in platform.cManuel Pégourié-Gonnard2015-06-22
* Merge branch 'mbedtls-1.3' into developmentManuel Pégourié-Gonnard2015-06-03
|\
| * Fix compile errors with NO_STD_FUNCTIONSManuel Pégourié-Gonnard2015-06-03
| * Fix compile bug: incompatible declaration of polarssl_exit in platform.cptahpeteh2015-06-02
| * Fix bug in POLARSSL_PLATFORM_STD_EXIT supportManuel Pégourié-Gonnard2015-04-03
* | Adapt the platform layer from malloc to callocManuel Pégourié-Gonnard2015-05-27
* | The Great RenamingManuel Pégourié-Gonnard2015-04-08
* | Fix bug in POLARSSL_PLATFORM_STD_EXIT supportManuel Pégourié-Gonnard2015-04-03
* | Rename include directory to mbedtlsManuel Pégourié-Gonnard2015-03-10
|/
* Rename website and repositoryManuel Pégourié-Gonnard2015-03-06
* add POLARSSL_PLATFORM_EXIT_ALTRich Evans2015-02-13
* add platform_set_snprintfRich Evans2015-02-13
* Fix url againManuel Pégourié-Gonnard2015-01-28
* Fix website url to use https.Manuel Pégourié-Gonnard2015-01-23
* Remove maintainer line.Manuel Pégourié-Gonnard2015-01-23
* Remove redundant "all rights reserved"Manuel Pégourié-Gonnard2015-01-23
* Update copyrightManuel Pégourié-Gonnard2015-01-23
* Change name to mbed TLS in the copyright noticeManuel Pégourié-Gonnard2015-01-22
* Adapt sources to configurable config.h nameManuel Pégourié-Gonnard2014-04-30
* Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.cPaul Bakker2014-04-25
* Fix default #define for malloc/freeManuel Pégourié-Gonnard2014-04-02
* Migrated the Memory layer to the Platform layerPaul Bakker2014-02-06
* Platform abstraction layer for memory, printf and fprintfPaul Bakker2014-02-06