aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_debug.function
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-1/+1
2018-08-06Combine hex parameters in a structAzim Khan1-3/+2
2018-08-06Fix test functions and data after moving hexify/unhexify outAzim Khan1-0/+1
2018-08-06Intermediate hexify out changeAzim Khan1-15/+11
2018-08-06Fix name conflict and implicit use of functions from string.hMohammad Azim Khan1-0/+1
2015-08-31Print "thread ID" in debug messagesManuel Pégourié-Gonnard1-0/+5
2015-06-29Rename a debug functionManuel Pégourié-Gonnard1-1/+1
2015-06-29Rework debug to not need dynamic allocManuel Pégourié-Gonnard1-2/+2
2015-06-23Change SSL debug API in the libraryManuel Pégourié-Gonnard1-17/+24
2015-06-23Avoid static buffer in debug moduleManuel Pégourié-Gonnard1-1/+1
2015-05-11Rename ssl_set_xxx() to ssl_conf_xxx()Manuel Pégourié-Gonnard1-5/+5
2015-05-07Move easy ssl_set_xxx() functions to work on confManuel Pégourié-Gonnard1-5/+5
2015-05-07Allocate ssl_config out of ssl_setup()Manuel Pégourié-Gonnard1-5/+20
2015-05-07Adapt test_suite_debug to recent changesManuel Pégourié-Gonnard1-6/+26
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-42/+42
2015-03-10Rename include directory to mbedtlsManuel Pégourié-Gonnard1-1/+1
2015-02-10change test function includes to use one conventionRich Evans1-1/+1
2014-07-10Add 'exit' label and variable initialization to relevant test suite functionsPaul Bakker1-0/+2
2014-04-25Add debug_set_threshold() and thresholding of messagesPaul Bakker1-0/+22
2014-04-25Debug module only outputs full lines instead of partsPaul Bakker1-0/+7
2014-04-25debug_set_log_mode() added to determine raw or full loggingPaul Bakker1-6/+11
2014-04-25Add tests for debug_print_ret() and debug_print_buf().Paul Bakker1-4/+47
2013-09-18Renamed x509_cert structure to x509_crt for consistencyPaul Bakker1-1/+1
2013-09-18Renamed x509parse_* functions to new formPaul Bakker1-1/+1
2013-09-18Introduced x509_crt_init(), x509_crl_init() and x509_csr_init()Paul Bakker1-1/+1
2013-09-17Fixed bunch of X509_PARSE related defines / dependenciesPaul Bakker1-2/+2
2013-09-15Fixed warnings in case POLARSSL_X509_PARSE_C is not definedPaul Bakker1-1/+1
2013-09-15Moved POLARSSL_FS_IO check to .function from .dataPaul Bakker1-1/+1
2013-08-20Converted .function file to c-like format and adapted generator codePaul Bakker1-19/+20
2013-08-16Adapted .function files and .data files to new test frameworkPaul Bakker1-2/+2
2013-01-03Cleaner test-memory cleanupsPaul Bakker1-0/+2
2011-12-10 - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now r...Paul Bakker1-1/+1
2011-12-04 - Added permissive certificate parsing to x509parse_crt() and x509parse_crt...Paul Bakker1-1/+1
2011-07-13 - Fixed compiler warningPaul Bakker1-1/+1
2011-05-26 - Fixed a whole bunch of dependencies on defines between files, examples and...Paul Bakker1-0/+4
2011-05-05 - mpi_init() and mpi_free() only accept a single argument and do not accept ...Paul Bakker1-1/+3
2011-03-14 - Debug print of MPI now removes leading zero octets and displays actual bit...Paul Bakker1-0/+24
2010-03-16 - Added const-correctness to main codebasePaul Bakker1-1/+2
2010-02-18 - Fixed bug resulting in failure to send the last certificate in the chain i...Paul Bakker1-0/+38