1. 8eb6413 Address issues find by manual coverity scan. by Janos Follath · 9 years ago
  2. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  3. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 9 years ago
  4. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  5. 7b23c51 Print "thread ID" in debug messages by Manuel Pégourié-Gonnard · 10 years ago
  6. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  7. a4f055f Some windows environments don't have _snprint_s by Manuel Pégourié-Gonnard · 10 years ago
  8. a16e7c4 Rename a debug function by Manuel Pégourié-Gonnard · 10 years ago
  9. 80d627a Remove now useless function by Manuel Pégourié-Gonnard · 10 years ago
  10. b74c245 Rework debug to not need dynamic alloc by Manuel Pégourié-Gonnard · 10 years ago
  11. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  12. d23f593 Avoid static buffer in debug module by Manuel Pégourié-Gonnard · 10 years ago
  13. 9dbaf40 Rationalize other snprintf() uses by Manuel Pégourié-Gonnard · 10 years ago
  14. 49f5eb9 Better NULL checks in debug by Manuel Pégourié-Gonnard · 10 years ago
  15. 4cba1a7 Avoid debug flooding with non-blocking reads by Manuel Pégourié-Gonnard · 10 years ago
  16. 7ca4e4d Move things to conf substructure by Manuel Pégourié-Gonnard · 10 years ago
  17. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  18. a78b218 Fix contness of debug_print_buf() by Manuel Pégourié-Gonnard · 10 years ago
  19. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  20. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  21. 2387c7d modify library/debug.c to use polarssl_snprintf by Rich Evans · 10 years ago
  22. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  23. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  24. e94e6e5 Fix stdio (non-)inclusion issues. by Manuel Pégourié-Gonnard · 10 years ago
  25. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  26. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  27. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  28. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  29. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  30. 8c9223d Add text view to debug_print_buf() by Manuel Pégourié-Gonnard · 10 years ago
  31. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  32. 8ebfe08 Fix minor format string inconsistency. by Peter Vaskovic · 11 years ago
  33. 5593f7c Fix typo in debug_print_msg() by Paul Bakker · 11 years ago
  34. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  35. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  36. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  37. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  38. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  39. 0e4f911 Fix iteration counter by Paul Bakker · 11 years ago
  40. f84f799 Tune debug_print_ret format by Manuel Pégourié-Gonnard · 11 years ago
  41. f07031a debug_ecp: don't print Z, always 1 by Manuel Pégourié-Gonnard · 11 years ago
  42. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 11 years ago
  43. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 11 years ago
  44. bac0e3b Dependency fixes by Manuel Pégourié-Gonnard · 11 years ago
  45. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  46. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  47. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  48. c6ac887 Nicer interface between PK and debug. by Manuel Pégourié-Gonnard · 12 years ago
  49. fd5164e Fix some more ifdef's RSA/EC, in pk and debug by Manuel Pégourié-Gonnard · 12 years ago
  50. 893879a Adapt debug_print_crt() for EC keys by Manuel Pégourié-Gonnard · 12 years ago
  51. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  52. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  53. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 12 years ago
  54. f4f6968 - Improved compile-time compatibility with mingw32 64-bit versions by Paul Bakker · 14 years ago
  55. a755ca1 - Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity by Paul Bakker · 14 years ago
  56. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  57. be4e7dc - Debug print of MPI now removes leading zero octets and displays actual bit size of the value by Paul Bakker · 14 years ago
  58. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  59. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  60. 2908713 - Corrected behaviour by Paul Bakker · 15 years ago
  61. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  62. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  63. 4ed999c - Added fixes for compiler warnings on a Mac by Paul Bakker · 15 years ago
  64. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  65. 1f76115 - Fixed bug resulting in failure to send the last certificate in the chain in ssl_write_certificate() and ssl_write_certificate_request() by Paul Bakker · 15 years ago
  66. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  67. d98030e - Added prelimenary CRL parsing and info support by Paul Bakker · 16 years ago
  68. 3681b11 - Enlarged debug buffer to facilitate long certificate values and filenames by Paul Bakker · 16 years ago
  69. 785a9ee - Added email address to header license information by Paul Bakker · 16 years ago
  70. e0ccd0a - Updated Copyright notices by Paul Bakker · 16 years ago
  71. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 16 years ago
  72. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 16 years ago