1. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  3. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  4. dac9f45 Merge remote-tracking branch 'origin/pr/1551' into development by Jaeden Amero · 6 years ago
  5. 2cdb6b4 Include MinGW in the non-conforming (v)snprintf scope by Krzysztof Stachowiak · 7 years ago
  6. cfa2e33 Omit runtime configuration of calloc/free if macro config enabled by Hanno Becker · 7 years ago
  7. edb868d Move MinGW specific define out of a header file by Krzysztof Stachowiak · 7 years ago
  8. 41734a1 Return an error code from a dummy function by Krzysztof Stachowiak · 7 years ago
  9. 723f867 Provide cross platform vsnprintf wrapper by k-stachowiak · 7 years ago
  10. 7decfe8 Convert mbedtls_free and mbedtls_calloc into functions by Roberto Vargas · 7 years ago
  11. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  12. 19c3862 Merge remote-tracking branch 'upstream-public/pr/1079' into development-proposed by Gilles Peskine · 7 years ago
  13. a268da9 Fix undefined function in platform.c by Manuel Pégourié-Gonnard · 8 years ago
  14. c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
  15. bc18eb3 Fix compilation error with Mingw32 by Ron Eldor · 8 years ago
  16. d91f99f Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  17. 3c8a39d Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  18. 2a6f39c Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  19. 79a2e7e Zeroize return buf on failure in platform.c by Andres Amaya Garcia · 8 years ago
  20. 3249cb7 Fix various compiler warnings with MSVC by Simon B · 9 years ago
  21. 23e9778 Adds missing conditions for platform time by Simon Butcher · 9 years ago
  22. e021a4b Introduce platform-layer functions for reading/writing seed from NV by Paul Bakker · 9 years ago
  23. 3fe6cd3 Fixes time() abstraction for custom configs by Simon Butcher · 9 years ago
  24. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  25. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  26. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  27. a4f055f Some windows environments don't have _snprint_s by Manuel Pégourié-Gonnard · 10 years ago
  28. f659d2c Tune up Windows snprintf() support by Manuel Pégourié-Gonnard · 10 years ago
  29. 6c0c8e0 Include fixed snprintf for Windows in platform.c by Manuel Pégourié-Gonnard · 10 years ago
  30. 7ee5ddd Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  31. dccb80b Fix compile errors with NO_STD_FUNCTIONS by Manuel Pégourié-Gonnard · 10 years ago
  32. 249bece Fix compile bug: incompatible declaration of polarssl_exit in platform.c by ptahpeteh · 10 years ago
  33. b9ef118 Adapt the platform layer from malloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  34. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  35. a5cc2aa Fix bug in POLARSSL_PLATFORM_STD_EXIT support by Manuel Pégourié-Gonnard · 10 years ago
  36. 32a7fe3 Fix bug in POLARSSL_PLATFORM_STD_EXIT support by Manuel Pégourié-Gonnard · 10 years ago
  37. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  38. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  39. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 10 years ago
  40. 46b0a8d add platform_set_snprintf by Rich Evans · 10 years ago
  41. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  42. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  43. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  44. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  45. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  46. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  47. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  48. 10a9dd3 Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c by Paul Bakker · 11 years ago
  49. 74bc68a Fix default #define for malloc/free by Manuel Pégourié-Gonnard · 11 years ago
  50. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 11 years ago
  51. 747a83a Platform abstraction layer for memory, printf and fprintf by Paul Bakker · 11 years ago