1. 7b23c51 Print "thread ID" in debug messages by Manuel Pégourié-Gonnard · 10 years ago
  2. a16e7c4 Rename a debug function by Manuel Pégourié-Gonnard · 10 years ago
  3. b74c245 Rework debug to not need dynamic alloc by Manuel Pégourié-Gonnard · 10 years ago
  4. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  5. d23f593 Avoid static buffer in debug module by Manuel Pégourié-Gonnard · 10 years ago
  6. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  7. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  8. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  9. d5a9e41 Adapt test_suite_debug to recent changes by Manuel Pégourié-Gonnard · 10 years ago
  10. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  11. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  12. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  13. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  14. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  15. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  16. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  17. 57ffa55 Add tests for debug_print_ret() and debug_print_buf(). by Paul Bakker · 11 years ago
  18. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  19. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  20. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  21. 36713e8 Fixed bunch of X509_PARSE related defines / dependencies by Paul Bakker · 12 years ago
  22. 2292d1f Fixed warnings in case POLARSSL_X509_PARSE_C is not defined by Paul Bakker · 12 years ago
  23. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  24. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  25. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  26. 58ef6ec Cleaner test-memory cleanups by Paul Bakker · 13 years ago
  27. 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
  28. 6c0ceb3 - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error by Paul Bakker · 14 years ago
  29. 26b41a8 - Fixed compiler warning by Paul Bakker · 14 years ago
  30. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  31. 6c591fa - mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases. by Paul Bakker · 14 years ago
  32. be4e7dc - Debug print of MPI now removes leading zero octets and displays actual bit size of the value by Paul Bakker · 14 years ago
  33. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  34. 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