1. 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
  2. 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
  3. 98081c5 reformat and arrange additions to config alphabetically by Rich Evans · 10 years ago
  4. c0b6da3 add missing checks to check_config by Rich Evans · 10 years ago
  5. 4c09114 add macro definition of assert using polarssl_exit by Rich Evans · 10 years ago
  6. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 10 years ago
  7. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 10 years ago
  8. 6aa04bc modify scripts/* and tests/* to use polarssl_snprintf by Rich Evans · 10 years ago
  9. 783d9d1 modify programs/*.c to use polarssl_snprintf by Rich Evans · 10 years ago
  10. 2387c7d modify library/debug.c to use polarssl_snprintf by Rich Evans · 10 years ago
  11. fac657f modify library/x509*.c to use polarssl_snprintf by Rich Evans · 10 years ago
  12. a18b11f modify library/net.c to use polarssl_snprintf by Rich Evans · 10 years ago
  13. 8f3a943 modify oid.c to use polarssl_snprintf by Rich Evans · 10 years ago
  14. 46b0a8d add platform_set_snprintf by Rich Evans · 10 years ago
  15. 3cfb345 Avoid warning from mingw for shared library by Manuel Pégourié-Gonnard · 10 years ago
  16. 4180800 Replace SONAME with SOVERSION in makefile by Manuel Pégourié-Gonnard · 10 years ago
  17. 5d46cca Require unix-utils in path for windows make by Manuel Pégourié-Gonnard · 10 years ago
  18. d72704b Remove work-around for alleged compiler bug by Manuel Pégourié-Gonnard · 10 years ago
  19. 2ee8d24 Simplify some constant-time code by Manuel Pégourié-Gonnard · 10 years ago
  20. 06d7519 Fix msvc warning by Manuel Pégourié-Gonnard · 10 years ago
  21. fba22fd Avoid warning from ar by Manuel Pégourié-Gonnard · 10 years ago
  22. 6d71e4e Fix one more warning on windows by Manuel Pégourié-Gonnard · 10 years ago
  23. dda5213 Fix harmless warnings with mingw in timing.c by Manuel Pégourié-Gonnard · 10 years ago
  24. 3843353 Fix hardclock() with mingw64 by Manuel Pégourié-Gonnard · 10 years ago
  25. c5c5939 Add armcc to all.sh if available by Manuel Pégourié-Gonnard · 10 years ago
  26. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  27. 7f84905 Fix two warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  28. 63adb49 Fix compile warning in tests/ by Rich Evans · 10 years ago
  29. edb2dc9 Add some cross-compile runs to all.sh by Manuel Pégourié-Gonnard · 10 years ago
  30. 45ec8da Fix missing include in i386-specific file by Manuel Pégourié-Gonnard · 10 years ago
  31. 0c851ee Fix missing include in non-default things by Manuel Pégourié-Gonnard · 10 years ago
  32. 1cc0a34 Fix missing includes in program by Manuel Pégourié-Gonnard · 10 years ago
  33. 677af93 Update Changelog for the cleanup branch by Manuel Pégourié-Gonnard · 10 years ago
  34. d3cae19 Merge branch 'cleanup' into development by Manuel Pégourié-Gonnard · 10 years ago
  35. 6f60cd8 Move from SHA-1 to SHA-256 as default in programs by Manuel Pégourié-Gonnard · 10 years ago
  36. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  37. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  38. 70dbfaa README typos by Reini Urban · 10 years ago
  39. e83ac1d modify include .gitignore to ignore check_config generated when build fails due to incorrect config by Rich Evans · 10 years ago
  40. b1c846e fix bug in makefile that a test doesn't count as a fail even if an assertion fails by inverting logic by Rich Evans · 10 years ago
  41. 4291445 fix style issues with tests/suites/helpers.function by Rich Evans · 10 years ago
  42. 1fef5ff fix always true assertion by Rich Evans · 10 years ago
  43. 7bf1976 Prepare Changelog for 1.3 branch development by Manuel Pégourié-Gonnard · 10 years ago
  44. 539d972 Add missing guards for gnuTLS by Paul Bakker · 10 years ago
  45. daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
  46. 6674cce Fix potential timing issue in RSA pms handling by Manuel Pégourié-Gonnard · 10 years ago
  47. 555fbf8 Support composite RDNs in X.509 certs parsing by Manuel Pégourié-Gonnard · 10 years ago
  48. aa422b2 Add attribution by Manuel Pégourié-Gonnard · 10 years ago
  49. 9b36433 Fix ignore patterns for windows cmake again by Manuel Pégourié-Gonnard · 10 years ago
  50. 7e81e70 Fix left out printf's by Manuel Pégourié-Gonnard · 10 years ago
  51. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  52. 65fc6a8 Fix small bug in base64_encode() by Manuel Pégourié-Gonnard · 10 years ago
  53. bbbb3cf Fix depend that was checked but not documented by Manuel Pégourié-Gonnard · 10 years ago
  54. 94de331 Fix dependency that was not checked by Manuel Pégourié-Gonnard · 10 years ago
  55. 78dbeef Minor gitginore fixes by Manuel Pégourié-Gonnard · 10 years ago
  56. 3f738ca Move some ignore patterns to subdirectories by Manuel Pégourié-Gonnard · 10 years ago
  57. 72f42d7 Ignore CMake/MSVC-related build files. by Matyas Dolak · 10 years ago
  58. f3046ef Re-categorize changelog entry by Manuel Pégourié-Gonnard · 10 years ago
  59. ee7d599 Fix misattribution by Manuel Pégourié-Gonnard · 10 years ago
  60. 64a5799 Minor nits with stdout/stderr. by veggie · 10 years ago
  61. 2a9c8b6 Add cmake compatibility targets by Manuel Pégourié-Gonnard · 10 years ago
  62. 8984cc8 Add script for polarssl symlink creation by Manuel Pégourié-Gonnard · 10 years ago
  63. 5861789 Merge small fixes by Paul Bakker · 10 years ago
  64. 7cbe131 Fix more stdio inclusion issues by Manuel Pégourié-Gonnard · 10 years ago
  65. 607d663 Add debug info for cert/suite selection by Manuel Pégourié-Gonnard · 10 years ago
  66. ceedb82 Fix possible portability issue by Manuel Pégourié-Gonnard · 11 years ago
  67. e89163c Fix bug in ssl_get_verify_result() by Manuel Pégourié-Gonnard · 11 years ago
  68. cc334ef aescrypt2.c local char array not initial by wslfa · 11 years ago
  69. 9d7fc16 Update Changelog by Manuel Pégourié-Gonnard · 11 years ago
  70. d1e7e8b Fix mips64 bignum implementation by James Cowgill · 11 years ago
  71. 478fac4 Fix usage string of ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  72. c9e0483 Update Changelog by Manuel Pégourié-Gonnard · 11 years ago
  73. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  74. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  75. e94e6e5 Fix stdio (non-)inclusion issues. by Manuel Pégourié-Gonnard · 11 years ago
  76. 9ad7b6e Rm spurious printf from test function by Manuel Pégourié-Gonnard · 11 years ago
  77. 920aa9c change more references to (f)printf to polarssl_(f)printf to allow overriding by Rich Evans · 11 years ago
  78. f4253c7 modify tests/scripts/generate_code.pl to allow overriding of from command line by Rich Evans · 11 years ago
  79. 3d536ba fix main_test.function to use polarssl (f)printf functions by Rich Evans · 11 years ago
  80. 9014b6f Rename project in CMake by Manuel Pégourié-Gonnard · 10 years ago
  81. 5285970 Update name in install target for Make by Manuel Pégourié-Gonnard · 10 years ago
  82. 6a4ae35 Link to new name in programs & tests Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  83. 145422f Make now creates libmbedtls.so with polarssl link by Manuel Pégourié-Gonnard · 10 years ago
  84. 04a81d5 Fix issue in previous commit by Manuel Pégourié-Gonnard · 10 years ago
  85. edaa9a0 Generate VC files with new name by Manuel Pégourié-Gonnard · 10 years ago
  86. 813e585 Rename in visual C script and templates by Manuel Pégourié-Gonnard · 10 years ago
  87. 392d3dd Adapt all.sh for OS X (no MemSan) by Manuel Pégourié-Gonnard · 10 years ago
  88. 0ac1d2d Fix error while removing memory.h usage by Manuel Pégourié-Gonnard · 10 years ago
  89. 1e77a96 Fix memsan false positive on Linux >= 3.17 by Manuel Pégourié-Gonnard · 10 years ago
  90. acdb9b9 Fix unchecked error code on Windows by Manuel Pégourié-Gonnard · 11 years ago
  91. afe8f53 Fix error in lcov target by Manuel Pégourié-Gonnard · 11 years ago
  92. d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
  93. 0a155b8 Fix bug with compatibility memory define/header by Manuel Pégourié-Gonnard · 11 years ago
  94. 2be147a Improve documentation of CBC functions by Manuel Pégourié-Gonnard · 11 years ago
  95. cfa9a45 Rename in cmake help strings by Manuel Pégourié-Gonnard · 11 years ago
  96. c26a092 Rename static lib name with make by Manuel Pégourié-Gonnard · 11 years ago
  97. c5d68e5 Fix dependency declaration by Manuel Pégourié-Gonnard · 11 years ago
  98. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  99. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  100. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago