1. d170419 Merge pull request #7999 from valeriosetti/issue7759 by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7999-91c8372c014cc04ec3bbb20068ac7e6ea66b7f2e
  2. ca4c15d debug: remove redundant variable assignments by Valerio Setti · 2 years ago
  3. c1319f4 debug: improve debug_print_psa_ec() as not to depend on bignum by Valerio Setti · 2 years ago
  4. 797e396 debug: use proper guard for PK_DEBUG_MPI items by Valerio Setti · 2 years ago
  5. d0371b0 debug: keep ECDH_C guard for debug printf accessing ecdh_context's items by Valerio Setti · 2 years ago
  6. b302efc debug: replace ECDH_C symbol with key exchange one by Valerio Setti · 2 years ago
  7. 9dc9204 Merge pull request #7554 from valeriosetti/issue7073-reshape by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  8. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 2 months ago
  9. 7ca7b90 debug: add support for printing the new EC raw format by Valerio Setti · 2 years, 2 months ago
  10. 8508e50 Make use of MBEDTLS_STATIC_ASSERT by Dave Rodgman · 2 years, 2 months ago
  11. ed59ea7 Document minimum size for DEBUG_BUF_SIZE by Dave Rodgman · 2 years, 5 months ago
  12. 5bfcd1c simplify code by valord577 · 2 years, 5 months ago
  13. 176e927 code style by valord577 · 2 years, 5 months ago
  14. 536893c make code readable and change var name by valord577 · 2 years, 5 months ago
  15. 24da0cd send debug msg if contains '\n' by valord577 · 2 years, 5 months ago
  16. 9ecf5f9 Update library/debug.c by Dave Rodgman · 2 years, 9 months ago
  17. 25418ac Fix: no newline when debug msg over DEBUG_BUF_SIZE by valord577 · 2 years, 9 months ago
  18. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 3 months ago
  19. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  20. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 7 months ago
  21. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  22. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  23. 55cb9af Add missing parentheses by Gilles Peskine · 4 years, 1 month ago
  24. 3b3aa36 Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 1 month ago
  25. b26696b Simplify mbedtls_debug_print_mpi and fix the case of empty bignums by Gilles Peskine · 4 years, 1 month ago
  26. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 9 months ago
  27. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  28. 4e58970 Declare mbedtls_debug_print_msg as printf-like by Paul Elliott · 4 years, 7 months ago
  29. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  30. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  31. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  32. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  33. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  34. c851b08 Merge remote-tracking branch 'origin/pr/1818' into development by Jaeden Amero · 6 years ago
  35. dac9f45 Merge remote-tracking branch 'origin/pr/1551' into development by Jaeden Amero · 6 years ago
  36. 948f4be Debug: Add functions for ECDH contexts by Janos Follath · 7 years ago
  37. 687c500 Return from debugging functions if SSL context is unset by Hanno Becker · 7 years ago
  38. 723f867 Provide cross platform vsnprintf wrapper by k-stachowiak · 7 years ago
  39. bc18eb3 Fix compilation error with Mingw32 by Ron Eldor · 8 years ago
  40. 097618b Fix compiler warning in debug.c by Simon Butcher · 9 years ago
  41. 8eb6413 Address issues find by manual coverity scan. by Janos Follath · 9 years ago
  42. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  43. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  44. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  45. 7b23c51 Print "thread ID" in debug messages by Manuel Pégourié-Gonnard · 10 years ago
  46. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  47. a4f055f Some windows environments don't have _snprint_s by Manuel Pégourié-Gonnard · 10 years ago
  48. a16e7c4 Rename a debug function by Manuel Pégourié-Gonnard · 10 years ago
  49. 80d627a Remove now useless function by Manuel Pégourié-Gonnard · 10 years ago
  50. b74c245 Rework debug to not need dynamic alloc by Manuel Pégourié-Gonnard · 10 years ago
  51. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  52. d23f593 Avoid static buffer in debug module by Manuel Pégourié-Gonnard · 10 years ago
  53. 9dbaf40 Rationalize other snprintf() uses by Manuel Pégourié-Gonnard · 10 years ago
  54. 49f5eb9 Better NULL checks in debug by Manuel Pégourié-Gonnard · 10 years ago
  55. 4cba1a7 Avoid debug flooding with non-blocking reads by Manuel Pégourié-Gonnard · 10 years ago
  56. 7ca4e4d Move things to conf substructure by Manuel Pégourié-Gonnard · 10 years ago
  57. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  58. a78b218 Fix contness of debug_print_buf() by Manuel Pégourié-Gonnard · 10 years ago
  59. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  60. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  61. 2387c7d modify library/debug.c to use polarssl_snprintf by Rich Evans · 10 years ago
  62. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  63. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  64. e94e6e5 Fix stdio (non-)inclusion issues. by Manuel Pégourié-Gonnard · 10 years ago
  65. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  66. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  67. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  68. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  69. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  70. 8c9223d Add text view to debug_print_buf() by Manuel Pégourié-Gonnard · 11 years ago
  71. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  72. 8ebfe08 Fix minor format string inconsistency. by Peter Vaskovic · 11 years ago
  73. 5593f7c Fix typo in debug_print_msg() by Paul Bakker · 11 years ago
  74. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  75. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  76. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  77. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  78. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  79. 0e4f911 Fix iteration counter by Paul Bakker · 11 years ago
  80. f84f799 Tune debug_print_ret format by Manuel Pégourié-Gonnard · 11 years ago
  81. f07031a debug_ecp: don't print Z, always 1 by Manuel Pégourié-Gonnard · 11 years ago
  82. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  83. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  84. bac0e3b Dependency fixes by Manuel Pégourié-Gonnard · 12 years ago
  85. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  86. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  87. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  88. c6ac887 Nicer interface between PK and debug. by Manuel Pégourié-Gonnard · 12 years ago
  89. fd5164e Fix some more ifdef's RSA/EC, in pk and debug by Manuel Pégourié-Gonnard · 12 years ago
  90. 893879a Adapt debug_print_crt() for EC keys by Manuel Pégourié-Gonnard · 12 years ago
  91. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  92. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  93. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  94. f4f6968 - Improved compile-time compatibility with mingw32 64-bit versions by Paul Bakker · 14 years ago
  95. 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
  96. 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
  97. be4e7dc - Debug print of MPI now removes leading zero octets and displays actual bit size of the value by Paul Bakker · 14 years ago
  98. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  99. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  100. 2908713 - Corrected behaviour by Paul Bakker · 15 years ago