1. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  2. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  3. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  4. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  5. 67735d5 Fix name conflict and implicit use of functions from string.h by Mohammad Azim Khan · 8 years ago
  6. 7b23c51 Print "thread ID" in debug messages by Manuel Pégourié-Gonnard · 10 years ago
  7. a16e7c4 Rename a debug function by Manuel Pégourié-Gonnard · 10 years ago
  8. b74c245 Rework debug to not need dynamic alloc by Manuel Pégourié-Gonnard · 10 years ago
  9. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  10. d23f593 Avoid static buffer in debug module by Manuel Pégourié-Gonnard · 10 years ago
  11. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  12. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  13. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  14. d5a9e41 Adapt test_suite_debug to recent changes by Manuel Pégourié-Gonnard · 10 years ago
  15. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  16. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  17. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  18. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  19. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  20. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  21. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  22. 57ffa55 Add tests for debug_print_ret() and debug_print_buf(). by Paul Bakker · 11 years ago
  23. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  24. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  25. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  26. 36713e8 Fixed bunch of X509_PARSE related defines / dependencies by Paul Bakker · 12 years ago
  27. 2292d1f Fixed warnings in case POLARSSL_X509_PARSE_C is not defined by Paul Bakker · 12 years ago
  28. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  29. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  30. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  31. 58ef6ec Cleaner test-memory cleanups by Paul Bakker · 13 years ago
  32. 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
  33. 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
  34. 26b41a8 - Fixed compiler warning by Paul Bakker · 14 years ago
  35. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  36. 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
  37. be4e7dc - Debug print of MPI now removes leading zero octets and displays actual bit size of the value by Paul Bakker · 14 years ago
  38. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  39. 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