1. a67fd79 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  2. 5efed09 Fix possible unlock before lock in RSA by Manuel Pégourié-Gonnard · 10 years ago
  3. 3a5ee1c Increase tolerance of timing selftest by Manuel Pégourié-Gonnard · 10 years ago
  4. 25f44a6 Relax timing_self_test for windows idiosyncrasies by Manuel Pégourié-Gonnard · 10 years ago
  5. 3edec6c Prepare for 1.3.12 release by Paul Bakker · 10 years ago mbedtls-1.3.12
  6. 705de2f Revert "Avoid formatting debug message uselessly" by Manuel Pégourié-Gonnard · 10 years ago
  7. b5d77d3 Accept a trailing space at end of PEM lines by Manuel Pégourié-Gonnard · 10 years ago
  8. 1b1254f Fix missing -static-libgcc when building dlls by Manuel Pégourié-Gonnard · 10 years ago
  9. 3ab7b96 Make hardclock selftest optional by Manuel Pégourié-Gonnard · 10 years ago
  10. f0f399d Up default server DHM size to 2048 bits by Manuel Pégourié-Gonnard · 10 years ago
  11. 56e245d Only do dynamic alloc when necessary by Manuel Pégourié-Gonnard · 10 years ago
  12. 925a726 Avoid formatting debug message uselessly by Manuel Pégourié-Gonnard · 10 years ago
  13. 9ea1b23 Up min size of DHM params to 1024 bits on client by Manuel Pégourié-Gonnard · 10 years ago
  14. 6c3ccf5 Fix thread-safety issue in debug.c by Manuel Pégourié-Gonnard · 10 years ago
  15. 8e8ae3d Fix potential NULL dereference on bad usage by Manuel Pégourié-Gonnard · 10 years ago
  16. b26b75e Clean up RSA PMS checking code by Manuel Pégourié-Gonnard · 10 years ago
  17. 19eef51 Prepare for 1.3.11 release by Paul Bakker · 10 years ago mbedtls-1.3.11
  18. dccb80b Fix compile errors with NO_STD_FUNCTIONS by Manuel Pégourié-Gonnard · 10 years ago
  19. 249bece Fix compile bug: incompatible declaration of polarssl_exit in platform.c by ptahpeteh · 10 years ago
  20. 468b06d Merge remote-tracking branch 'ptahpeteh/patch-1' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  21. 638fa0b Serious bug fix in entropy.c by ptahpeteh · 10 years ago
  22. 6197761 Fix memleak with repeated [gc]cm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  23. bc07c3a fix minor bug in path_cnt checks by Nicholas Wilson · 10 years ago
  24. 48647b9 Merge remote-tracking branch 'nw/misc' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  25. 7010e46 Merge remote-tracking branch 'peterdettman/perf-ecp-double-jac' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  26. d0fa5cc Typos and doc additions by Nicholas Wilson · 10 years ago
  27. 159c524 Fix undefined behaviour in x509 by Manuel Pégourié-Gonnard · 10 years ago
  28. 7d1e95c Add countermeasure against cache-based lucky 13 by Manuel Pégourié-Gonnard · 10 years ago
  29. e16b62c Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  30. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  31. d97828e Fix detection of getrandom() by Manuel Pégourié-Gonnard · 10 years ago
  32. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  33. a2fce21 Fix potential NULL dereference on bad usage by Manuel Pégourié-Gonnard · 10 years ago
  34. ce60fbe Fix potential timing difference with RSA PMS by Manuel Pégourié-Gonnard · 10 years ago
  35. aac657a Merge remote-tracking branch 'pj/development' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  36. 2ed8173 accept PKCS#3 DH parameters with privateValueLength included by Daniel Kahn Gillmor · 10 years ago
  37. e6c8366 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  38. dbd60f7 Update generated file by Manuel Pégourié-Gonnard · 10 years ago
  39. 29f777e Fix bug with ssl_set_curves() check on client by Manuel Pégourié-Gonnard · 10 years ago
  40. 32a7fe3 Fix bug in POLARSSL_PLATFORM_STD_EXIT support by Manuel Pégourié-Gonnard · 10 years ago
  41. cf20120 Fix bug in Via Padlock support by Manuel Pégourié-Gonnard · 10 years ago
  42. 88fca3e Fix thread safety issue in RSA operations by Manuel Pégourié-Gonnard · 10 years ago
  43. 9409e0c Add support for X.520 uniqueIdentifier by Manuel Pégourié-Gonnard · 10 years ago
  44. dd5dbca Accept bitstrings in X.509 names by Manuel Pégourié-Gonnard · 10 years ago
  45. bf8f7fe Update generated file by Manuel Pégourié-Gonnard · 10 years ago
  46. c70581c Add POLARSSL_DEPRECATED_{WARNING,REMOVED} by Manuel Pégourié-Gonnard · 10 years ago
  47. 85b6600 Suppress clang warning we don't want by Manuel Pégourié-Gonnard · 10 years ago
  48. 9395298 Fix use of deprecated function in the library by Manuel Pégourié-Gonnard · 10 years ago
  49. 7143284 Use proper doxygen markup to mark deprecations by Manuel Pégourié-Gonnard · 10 years ago
  50. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  51. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  52. b99183d Added more constant-time code and removed biases in the prime number generation routines. by Pascal Junod · 10 years ago
  53. 28122e4 Add missing 'const' on selftest data by Manuel Pégourié-Gonnard · 10 years ago
  54. 51bccd3 Fix compile error with renego disabled by Manuel Pégourié-Gonnard · 10 years ago
  55. 73ed39d Remove slow PKCS5 test by Manuel Pégourié-Gonnard · 10 years ago
  56. f427f88 Stop checking key-cert match systematically by Manuel Pégourié-Gonnard · 10 years ago
  57. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  58. 1dd1674 Move private macro from header to C file by Manuel Pégourié-Gonnard · 10 years ago
  59. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  60. 02ba578 Fix -fPIC when cross-compiling to windows by Manuel Pégourié-Gonnard · 10 years ago
  61. f7db5e0 Avoid possible dangling pointers by Manuel Pégourié-Gonnard · 10 years ago
  62. f45850c Fix the fix to ssl_set_psk() by Manuel Pégourié-Gonnard · 10 years ago
  63. ac08b54 Merge remote-tracking branch 'rasp/mem-leak' into development by Manuel Pégourié-Gonnard · 10 years ago
  64. f81088b Fix a potential memory leak found by find-mem-leak.cocci. by Mansour Moufid · 10 years ago
  65. 981732b Fix missing/misplaced #include's by Manuel Pégourié-Gonnard · 10 years ago
  66. 491a3fe Fix compile error in memory_buffer_alloc_selftest by Manuel Pégourié-Gonnard · 11 years ago
  67. 0da7b04 Rm usunused member in private struct by Manuel Pégourié-Gonnard · 11 years ago
  68. 50da048 Add heap usage for PK in benchmark by Manuel Pégourié-Gonnard · 11 years ago
  69. b8ca723 Only define mode_func if mode is enabled (CBC etc) by Manuel Pégourié-Gonnard · 11 years ago
  70. a2424a0 PKCS8 encrypted key depend on PKCS5 or PKCS12 by Manuel Pégourié-Gonnard · 11 years ago
  71. aff2976 Merge branch 'build' into development by Manuel Pégourié-Gonnard · 10 years ago
  72. 09eb14c Revert "Require unix-utils in path for windows make" by Manuel Pégourié-Gonnard · 10 years ago
  73. f812054 Revert "Replace SONAME with SOVERSION in makefile" by Manuel Pégourié-Gonnard · 10 years ago
  74. 99b9259 Fix whitespace of 369e6c20. by Mansour Moufid · 10 years ago
  75. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  76. d48bf68 Write literal byte more clearly by Manuel Pégourié-Gonnard · 10 years ago
  77. 85fadb7 Make loop bound more obvious by Manuel Pégourié-Gonnard · 10 years ago
  78. 6fdc4ca Fix potential signedness issue by Manuel Pégourié-Gonnard · 10 years ago
  79. bd1d44e Fix whitespace of 369e6c20. by Mansour Moufid · 10 years ago
  80. 369e6c2 Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  81. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  82. 0928640 Update generated files by Manuel Pégourié-Gonnard · 10 years ago
  83. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  84. 7d5a55a Remove dependency on sscanf in lib x509 by Rich Evans · 10 years ago
  85. c8ada6d Fix extra guard in memory_buffer_alloc by Rich Evans · 10 years ago
  86. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  87. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 11 years ago
  88. 2387c7d modify library/debug.c to use polarssl_snprintf by Rich Evans · 11 years ago
  89. fac657f modify library/x509*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  90. a18b11f modify library/net.c to use polarssl_snprintf by Rich Evans · 11 years ago
  91. 8f3a943 modify oid.c to use polarssl_snprintf by Rich Evans · 11 years ago
  92. 46b0a8d add platform_set_snprintf by Rich Evans · 11 years ago
  93. 36796df Added missing stdio in lib x509.c needed for sscanf by Rich Evans · 10 years ago
  94. d08a605 Remove platform guard in mem buffer alloc by Rich Evans · 10 years ago
  95. 3cfb345 Avoid warning from mingw for shared library by Manuel Pégourié-Gonnard · 10 years ago
  96. 4180800 Replace SONAME with SOVERSION in makefile by Manuel Pégourié-Gonnard · 10 years ago
  97. 5d46cca Require unix-utils in path for windows make by Manuel Pégourié-Gonnard · 10 years ago
  98. d72704b Remove work-around for alleged compiler bug by Manuel Pégourié-Gonnard · 10 years ago
  99. 2ee8d24 Simplify some constant-time code by Manuel Pégourié-Gonnard · 10 years ago
  100. 06d7519 Fix msvc warning by Manuel Pégourié-Gonnard · 10 years ago