1. 92c3f36 test_suite_debug: fix USE_PSA_INIT/DONE guards in a test by Valerio Setti · 2 years, 2 months ago
  2. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  3. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  4. 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
  5. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  6. ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
  7. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  8. 98b1af4 test_suite_debug: adapt dependenies so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  9. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  10. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  11. b19ccc3 fix test_suite_debug test fail by Jerry Yu · 4 years ago
  12. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  13. 3beb72e Add mbedtls_debug_print_mpi test case for 0 by Gilles Peskine · 4 years, 2 months ago
  14. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  15. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  16. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  17. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  18. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  19. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  20. 67735d5 Fix name conflict and implicit use of functions from string.h by Mohammad Azim Khan · 8 years ago
  21. 7b23c51 Print "thread ID" in debug messages by Manuel Pégourié-Gonnard · 10 years ago
  22. a16e7c4 Rename a debug function by Manuel Pégourié-Gonnard · 10 years ago
  23. b74c245 Rework debug to not need dynamic alloc by Manuel Pégourié-Gonnard · 10 years ago
  24. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  25. d23f593 Avoid static buffer in debug module by Manuel Pégourié-Gonnard · 10 years ago
  26. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  27. d36e33f Move easy ssl_set_xxx() functions to work on conf by Manuel Pégourié-Gonnard · 10 years ago
  28. def0bbe Allocate ssl_config out of ssl_setup() by Manuel Pégourié-Gonnard · 10 years ago
  29. d5a9e41 Adapt test_suite_debug to recent changes by Manuel Pégourié-Gonnard · 10 years ago
  30. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  31. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  32. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  33. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  34. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  35. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  36. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  37. 57ffa55 Add tests for debug_print_ret() and debug_print_buf(). by Paul Bakker · 11 years ago
  38. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  39. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  40. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 12 years ago
  41. 36713e8 Fixed bunch of X509_PARSE related defines / dependencies by Paul Bakker · 12 years ago
  42. 2292d1f Fixed warnings in case POLARSSL_X509_PARSE_C is not defined by Paul Bakker · 12 years ago
  43. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  44. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  45. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  46. 58ef6ec Cleaner test-memory cleanups by Paul Bakker · 13 years ago
  47. 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
  48. 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
  49. 26b41a8 - Fixed compiler warning by Paul Bakker · 14 years ago
  50. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  51. 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
  52. be4e7dc - Debug print of MPI now removes leading zero octets and displays actual bit size of the value by Paul Bakker · 14 years ago
  53. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  54. 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