1. c35e90f Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  2. c3e3395 Fix missing #define if PLATFORM_C not here by Manuel Pégourié-Gonnard · 10 years ago
  3. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  4. ad350ed Update Changelog for the mem-measure branch by Manuel Pégourié-Gonnard · 10 years ago
  5. 714929b Fix issues introduced when rebasing by Manuel Pégourié-Gonnard · 10 years ago
  6. 491a3fe Fix compile error in memory_buffer_alloc_selftest by Manuel Pégourié-Gonnard · 10 years ago
  7. 7defc77 Code cosmetics by Manuel Pégourié-Gonnard · 10 years ago
  8. 8b7d7d6 Add curve25519 to ecc-heap.sh by Manuel Pégourié-Gonnard · 10 years ago
  9. 85391f2 Add curve25519 to the benchmark program by Manuel Pégourié-Gonnard · 10 years ago
  10. e579dab Fix compile issue when buffer_alloc not available by Manuel Pégourié-Gonnard · 10 years ago
  11. 500de6e New script ecc-heap.sh by Manuel Pégourié-Gonnard · 10 years ago
  12. 71e75dc Fix unused variable issue in some configs by Manuel Pégourié-Gonnard · 10 years ago
  13. 0da7b04 Rm usunused member in private struct by Manuel Pégourié-Gonnard · 10 years ago
  14. 50da048 Add heap usage for PK in benchmark by Manuel Pégourié-Gonnard · 10 years ago
  15. 128657d Use memory_buffer_alloc() in benchmark if available by Manuel Pégourié-Gonnard · 10 years ago
  16. b8ca723 Only define mode_func if mode is enabled (CBC etc) by Manuel Pégourié-Gonnard · 10 years ago
  17. a2424a0 PKCS8 encrypted key depend on PKCS5 or PKCS12 by Manuel Pégourié-Gonnard · 10 years ago
  18. 92471fb Disable SRV_C for client measurement by Manuel Pégourié-Gonnard · 10 years ago
  19. c6dbc8e Output stack+heap usage with massif by Manuel Pégourié-Gonnard · 10 years ago
  20. 0de7f94 Enable NIST_OPTIM by default for config-suite-b by Manuel Pégourié-Gonnard · 10 years ago
  21. c5b849b Refactor memory.sh by Manuel Pégourié-Gonnard · 10 years ago
  22. f166c54 Adapt memory.sh to config-suite-b by Manuel Pégourié-Gonnard · 10 years ago
  23. 3b8926c Adapt mini-client for config-suite-b.h by Manuel Pégourié-Gonnard · 10 years ago
  24. 4d5cc11 Add script to automate memory usage measurement by Manuel Pégourié-Gonnard · 10 years ago
  25. a6fc5b2 Add mini_client.c by Manuel Pégourié-Gonnard · 10 years ago
  26. 6448bce Add mingw cross-compile test to all.sh by Manuel Pégourié-Gonnard · 10 years ago
  27. ab02580 Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  28. 1052022 Remove gnutls from the travis build by Manuel Pégourié-Gonnard · 10 years ago
  29. ea0184b Document changes to make for windows by Manuel Pégourié-Gonnard · 10 years ago
  30. efd9dd0 Adapt bump_version.sh to new Makefile by Manuel Pégourié-Gonnard · 10 years ago
  31. aff2976 Merge branch 'build' into development by Manuel Pégourié-Gonnard · 10 years ago
  32. 09eb14c Revert "Require unix-utils in path for windows make" by Manuel Pégourié-Gonnard · 10 years ago
  33. f812054 Revert "Replace SONAME with SOVERSION in makefile" by Manuel Pégourié-Gonnard · 10 years ago
  34. 99b9259 Fix whitespace of 369e6c20. by Mansour Moufid · 10 years ago
  35. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  36. fd9afb2 Add a semantic patch to remove casts of malloc. by Mansour Moufid · 10 years ago
  37. 671589d Fix return code in cert_app by Manuel Pégourié-Gonnard · 10 years ago list
  38. e43187d Fix possible fd leak in test file by Manuel Pégourié-Gonnard · 10 years ago
  39. 401caad Align ssl_read in fork_server on ssl_server by Manuel Pégourié-Gonnard · 10 years ago
  40. f53df4f Fix unchecked return values in mpi_demo by Manuel Pégourié-Gonnard · 10 years ago
  41. d48bf68 Write literal byte more clearly by Manuel Pégourié-Gonnard · 10 years ago
  42. 85fadb7 Make loop bound more obvious by Manuel Pégourié-Gonnard · 10 years ago
  43. 5c078e1 Fix memory leak on bad arguments in ssl_server2 by Manuel Pégourié-Gonnard · 10 years ago
  44. 6fdc4ca Fix potential signedness issue by Manuel Pégourié-Gonnard · 10 years ago
  45. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  46. 012acfc modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 10 years ago
  47. b92965b modify programs/*.c to use polarssl_snprintf by Rich Evans · 10 years ago
  48. 6ca4076 Update all.sh for new dependency by Manuel Pégourié-Gonnard · 10 years ago
  49. 0928640 Update generated files by Manuel Pégourié-Gonnard · 10 years ago
  50. 00c2201 Update Changelog for portability improvements by Manuel Pégourié-Gonnard · 10 years ago
  51. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  52. b3b8e43 New test script for generated files by Manuel Pégourié-Gonnard · 10 years ago
  53. f5dc8ec Update error.fmt to match update error.c by Manuel Pégourié-Gonnard · 10 years ago
  54. 6c5abfa Style: fix trailing spaces by Manuel Pégourié-Gonnard · 10 years ago
  55. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  56. db8e3d8 Merge remote-tracking branch 'rich/cleanup' into development by Manuel Pégourié-Gonnard · 10 years ago
  57. a71780e Add test for no platform.c in all.sh by Manuel Pégourié-Gonnard · 10 years ago
  58. 7d5a55a Remove dependency on sscanf in lib x509 by Rich Evans · 10 years ago
  59. c8ada6d Fix extra guard in memory_buffer_alloc by Rich Evans · 10 years ago
  60. 401bb90 rebase from development by Rich Evans · 10 years ago
  61. 16f8cd8 implemented macro overriding for polarssl_* library functions by Rich Evans · 10 years ago
  62. 3d62e72 fix bug introduced by the addition of snprintf and assert macro which caused tests to fail without polarssl_platform_c defined by Rich Evans · 10 years ago
  63. 4cc8a22 add initial symbols to config and checks to check_config to allow use of macros to define standard functions by Rich Evans · 10 years ago
  64. 98081c5 reformat and arrange additions to config alphabetically by Rich Evans · 10 years ago
  65. c0b6da3 add missing checks to check_config by Rich Evans · 10 years ago
  66. 4c09114 add macro definition of assert using polarssl_exit by Rich Evans · 10 years ago
  67. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 10 years ago
  68. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 10 years ago
  69. 6aa04bc modify scripts/* and tests/* to use polarssl_snprintf by Rich Evans · 10 years ago
  70. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 10 years ago
  71. 2387c7d modify library/debug.c to use polarssl_snprintf by Rich Evans · 10 years ago
  72. fac657f modify library/x509*.c to use polarssl_snprintf by Rich Evans · 10 years ago
  73. a18b11f modify library/net.c to use polarssl_snprintf by Rich Evans · 10 years ago
  74. 8f3a943 modify oid.c to use polarssl_snprintf by Rich Evans · 10 years ago
  75. 46b0a8d add platform_set_snprintf by Rich Evans · 10 years ago
  76. 36796df Added missing stdio in lib x509.c needed for sscanf by Rich Evans · 10 years ago
  77. d08a605 Remove platform guard in mem buffer alloc by Rich Evans · 10 years ago
  78. 85b05ec Cleanup programs further by Rich Evans · 10 years ago
  79. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  80. 3cfb345 Avoid warning from mingw for shared library by Manuel Pégourié-Gonnard · 10 years ago
  81. 4180800 Replace SONAME with SOVERSION in makefile by Manuel Pégourié-Gonnard · 10 years ago
  82. 5d46cca Require unix-utils in path for windows make by Manuel Pégourié-Gonnard · 10 years ago
  83. d72704b Remove work-around for alleged compiler bug by Manuel Pégourié-Gonnard · 10 years ago
  84. 2ee8d24 Simplify some constant-time code by Manuel Pégourié-Gonnard · 10 years ago
  85. 06d7519 Fix msvc warning by Manuel Pégourié-Gonnard · 10 years ago
  86. fba22fd Avoid warning from ar by Manuel Pégourié-Gonnard · 10 years ago
  87. 6d71e4e Fix one more warning on windows by Manuel Pégourié-Gonnard · 10 years ago
  88. dda5213 Fix harmless warnings with mingw in timing.c by Manuel Pégourié-Gonnard · 10 years ago
  89. 3843353 Fix hardclock() with mingw64 by Manuel Pégourié-Gonnard · 10 years ago
  90. c5c5939 Add armcc to all.sh if available by Manuel Pégourié-Gonnard · 10 years ago
  91. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  92. 7f84905 Fix two warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  93. 63adb49 Fix compile warning in tests/ by Rich Evans · 10 years ago
  94. edb2dc9 Add some cross-compile runs to all.sh by Manuel Pégourié-Gonnard · 10 years ago
  95. 45ec8da Fix missing include in i386-specific file by Manuel Pégourié-Gonnard · 10 years ago
  96. 0c851ee Fix missing include in non-default things by Manuel Pégourié-Gonnard · 10 years ago
  97. 1cc0a34 Fix missing includes in program by Manuel Pégourié-Gonnard · 10 years ago
  98. 677af93 Update Changelog for the cleanup branch by Manuel Pégourié-Gonnard · 10 years ago
  99. d3cae19 Merge branch 'cleanup' into development by Manuel Pégourié-Gonnard · 10 years ago
  100. 6f60cd8 Move from SHA-1 to SHA-256 as default in programs by Manuel Pégourié-Gonnard · 10 years ago