1. 2b3c06e Enable certain documented defines only when generating doxygen by Andrzej Kurek · 2 years ago
  2. ecaf6fb Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 2 months ago
  3. 2d981f0 Extend mbedtls_calloc and mbedtls_free documentation by Andrzej Kurek · 2 years, 3 months ago
  4. b9f8974 Document mbedtls_calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  5. 5e4a01b mbedtls/platform.h: Avoid potential macro redefinition warnings. by Aaron M. Ucko · 2 years, 6 months ago
  6. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  7. 04e4c19 Document the base state of platform abstraction by Gilles Peskine · 2 years, 10 months ago
  8. 0bd76ee Fix Doxygen documentation attached to non-existent elements by Gilles Peskine · 3 years ago
  9. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years ago
  10. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  11. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  12. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  13. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  14. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  15. 33946bb Two platform error codes moved to error.h to fix _without_platform test by TRodziewicz · 4 years, 3 months ago
  16. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  17. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  18. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  19. 32eb58f platform: Include stdarg.h where needed by Jaeden Amero · 6 years ago
  20. dac9f45 Merge remote-tracking branch 'origin/pr/1551' into development by Jaeden Amero · 6 years ago
  21. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  22. 2cdb6b4 Include MinGW in the non-conforming (v)snprintf scope by Krzysztof Stachowiak · 7 years ago
  23. 5267b62 Change error description by Ron Eldor · 7 years ago
  24. a27190b Rename platform error code and value by Ron Eldor · 7 years ago
  25. 1555716 Correct formatting in `mbedtls_platform_set_vsnprint()` doxygen comment by Krzysztof Stachowiak · 7 years ago
  26. edb868d Move MinGW specific define out of a header file by Krzysztof Stachowiak · 7 years ago
  27. 54a7c62 Minor style changes by Ron Eldor · 7 years ago
  28. b0ad581 Remove the invalid input for platform module by Ron Eldor · 7 years ago
  29. 0ff4e0b Add platform error codes by Ron Eldor · 7 years ago
  30. 643bcb3 Force ANSI stdio in MinGW by Krzysztof Stachowiak · 7 years ago
  31. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  32. 723f867 Provide cross platform vsnprintf wrapper by k-stachowiak · 7 years ago
  33. 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  34. 7decfe8 Convert mbedtls_free and mbedtls_calloc into functions by Roberto Vargas · 7 years ago
  35. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  36. fb19399 Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed by Jaeden Amero · 7 years ago
  37. 9464d7b Update platform.h by Rose Zadik · 7 years ago
  38. 4bca2b0 Update platform.h by Rose Zadik · 7 years ago
  39. 8d54c06 Use correct version of snprintf on Windows by Azim Khan · 7 years ago
  40. 332658d Improve platform documentation by Rose Zadik · 7 years ago
  41. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  42. a95d630 Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  43. d3be27a Add additional comments to platform setup/teardown functions by Simon Butcher · 8 years ago
  44. d91f99f Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  45. 64b02cd Improve documentation for mbedtls_platform_context by Andres Amaya Garcia · 8 years ago
  46. 3c8a39d Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  47. 2a6f39c Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  48. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  49. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 9 years ago
  50. a9c321c Add MBEDTLS_FS_IO guard on default NV seed defines in platform.h by Paul Bakker · 9 years ago
  51. e021a4b Introduce platform-layer functions for reading/writing seed from NV by Paul Bakker · 9 years ago
  52. db0feca Fixes platform time_t abstraction by Simon Butcher · 9 years ago
  53. 80aea30 Fixes syntax and naming for check-names.sh by Simon Butcher · 9 years ago
  54. 3fe6cd3 Fixes time() abstraction for custom configs by Simon Butcher · 9 years ago
  55. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  56. 9194744 Add exit value macros to platform abstraction layer. by Janos Follath · 9 years ago
  57. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  58. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  59. 6c0c8e0 Include fixed snprintf for Windows in platform.c by Manuel Pégourié-Gonnard · 10 years ago
  60. 7ee5ddd Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  61. b9ef118 Adapt the platform layer from malloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  62. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  63. 8a89fcd Rm references to removed config options by Manuel Pégourié-Gonnard · 10 years ago
  64. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  65. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/platform.h]
  66. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  67. fb57e64 Fix whitespace issues by Manuel Pégourié-Gonnard · 10 years ago
  68. 401bb90 rebase from development by Rich Evans · 10 years ago
  69. 16f8cd8 implemented macro overriding for polarssl_* library functions by Rich Evans · 10 years ago
  70. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 10 years ago
  71. 46b0a8d add platform_set_snprintf by Rich Evans · 10 years ago
  72. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  73. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  74. 0a155b8 Fix bug with compatibility memory define/header by Manuel Pégourié-Gonnard · 10 years ago
  75. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  76. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  77. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  78. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  79. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 10 years ago
  80. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  81. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  82. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  83. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  84. eb82a74 Fix header issue with default malloc() by Manuel Pégourié-Gonnard · 11 years ago
  85. a9066cf Include stdlib in the right spot by Paul Bakker · 11 years ago
  86. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 11 years ago
  87. b2f66c9 Only include platform files when needed by Paul Bakker · 11 years ago
  88. 747a83a Platform abstraction layer for memory, printf and fprintf by Paul Bakker · 11 years ago