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