TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/archive/better-cf-padding-checks
/
tests
/
suites
/
helpers.function
067f6e0
Fix bug in redirection of unit test outputs
by gufe44
· 5 years ago
2058d56
tests: Move random helper functions
by Ronald Cron
· 5 years ago
b7eb67f
tests: Add random.c and random.h files
by Ronald Cron
· 5 years ago
f40529d
tests: Move generic helper functions
by Ronald Cron
· 5 years ago
b6d6d4c
tests: Add helpers.c and helpers.h files
by Ronald Cron
· 5 years ago
849930a
tests: Move generic macros to macros.h
by Ronald Cron
· 5 years ago
4b8b199
tests: Add macros.h include file
by Ronald Cron
· 5 years ago
f91c495
tests: helpers: Update static qualifiers
by Ronald Cron
· 5 years ago
2579675
Merge remote-tracking branch 'upstream-public/development' into development
by Gilles Peskine
· 5 years ago
292672e
If ASSERT_ALLOC_WEAK fails, mark the test as skipped, not passed
by Gilles Peskine
· 6 years ago
6608e71
Change ASSERT_ALLOC to take a size in elements, not bytes
by Gilles Peskine
· 7 years ago
2840530
New macro ASSERT_ALLOC to allocate memory in tests
by Gilles Peskine
· 7 years ago
9afbfdc
Merge remote-tracking branch 'myfork-public/development' into merge-crypto-development-20191115
by Gilles Peskine
· 6 years ago
47b7540
Give a type name to test_info
by Gilles Peskine
· 6 years ago
2cd8ecc
New test helper macro ASSERT_ALLOC_WEAK
by Gilles Peskine
· 6 years ago
5605591
Report step number when a test case fails
by Gilles Peskine
· 6 years ago
8aa7e9b
Merge branch 'psa-api-1.0-beta' into merge-psa-api-branch-into-development
by Janos Follath
· 6 years ago
3963993
Merge 'mbedtls/development' into merge-crypto-development-20190806
by Gilles Peskine
· 6 years ago
72c8c5b
Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
e69d015
Add TEST_ASSUME macro to allow skipping tests at runtime
by Hanno Becker
· 6 years ago
fd0f654
Merge remote-tracking branch 'origin/pr/2697' into development
by Jaeden Amero
· 6 years ago
aada0c7
Merge remote-tracking branch 'origin/pr/2053' into development
by Jaeden Amero
· 6 years ago
9e23bea
Make test suites compatible with #include <assert.h>
by Gilles Peskine
· 6 years ago
e7655df
Make test suites compatible with #include <assert.h>
by Gilles Peskine
· 6 years ago
952f409
Create PSA-specific helper function file
by Gilles Peskine
· 6 years ago
1b20be5
Write documentation for TEST_ASSERT
by Andrzej Kurek
· 6 years ago
67ea2c5
Merge branch 'development-psa-proposed' into development
by Jaeden Amero
· 6 years ago
c470b6b
Merge development commit 8e76332 into development-psa
by Andrzej Kurek
· 6 years ago
ecff219
Change file scoping of test helpers.function
by Simon Butcher
· 7 years ago
c08fc1d
Move MIN and MAX macros from PSA tests to helpers.function
by Gilles Peskine
· 7 years ago
5f7aeee
New test macro TEST_EQUAL
by Gilles Peskine
· 7 years ago
0174be2
Move the PSA_ASSERT macro to the common helpers file
by Gilles Peskine
· 7 years ago
f055ad7
Add a safety check to ARRAY_LENGTH
by Gilles Peskine
· 7 years ago
8ffc92a
Add parameter validation for the GCM module
by k-stachowiak
· 7 years ago
3d2f949
Move the ARRAY_LENGTH macro to the common helpers file
by Gilles Peskine
· 7 years ago
e7306d3
Improve some documentation and ChangeLog entry
by Manuel Pégourié-Gonnard
· 7 years ago
54e7f31
Make TEST_VALID_PARAM() available unconditionally
by Manuel Pégourié-Gonnard
· 7 years ago
aae10fa
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 7 years ago
cd2b29c
Improve wording in documentation and ChangeLog
by Manuel Pégourié-Gonnard
· 7 years ago
7f6e3a8
Change ASSERT_ALLOC to take a size in elements, not bytes
by Gilles Peskine
· 7 years ago
9b8ea89
Fix a few style / whitespace issues
by Manuel Pégourié-Gonnard
· 7 years ago
acfdc62
Fix test macro that was too lenient
by Manuel Pégourié-Gonnard
· 7 years ago
44c5d58
Document AES functions and fix free() functions
by Manuel Pégourié-Gonnard
· 7 years ago
a2b0e27
Skip param validation tests if custom macro used
by Manuel Pégourié-Gonnard
· 7 years ago
3ef6a6d
Fix const-ness in mbedtls_param_failed()
by Manuel Pégourié-Gonnard
· 7 years ago
8e661bf
Fix arity of the PARAM_FAILED() macro and function
by Manuel Pégourié-Gonnard
· 7 years ago
6542f6c
Change the use of setjmp/longjmp in parameter failure callback
by Simon Butcher
· 7 years ago
747f5fe
Add disabling of gcc 'clobbered' warning
by Simon Butcher
· 7 years ago
a646345
Add additional parameter validation tests for the AES module
by Simon Butcher
· 7 years ago
3c22596
New macro ASSERT_COMPARE to compare two buffers
by Gilles Peskine
· 7 years ago
b75125c
New macro ASSERT_ALLOC to allocate memory in tests
by Gilles Peskine
· 7 years ago
8954d0c
Write documentation for TEST_ASSERT
by Gilles Peskine
· 7 years ago
d2d0112
Style fixes
by Mohammad Azim Khan
· 7 years ago
5fcca46
Rename HexParam_t -> data_t for consistent coding style
by Azim Khan
· 7 years ago
62a5d7d
Document status/error codes in helper.function
by Azim Khan
· 7 years ago
0fa3504
Add missing MSVC typedefs
by Azim Khan
· 7 years ago
d30ca13
Combine hex parameters in a struct
by Azim Khan
· 8 years ago
3499a9e
Add hex comparison function
by Azim Khan
· 8 years ago
ee6c018
Unify test setup errors for sending to host
by Azim Khan
· 8 years ago
ec02448
Fix line no. directive
by Azim Khan
· 8 years ago
2682edf
Fix build using -std=c99
by Nicholas Wilson
· 8 years ago
f13ca95
Test suites: print error on failed platform_setup
by Andrzej Kurek
· 7 years ago
a282270
Add explicit checks for non-zero result of platform setup in test suites
by Andrzej Kurek
· 7 years ago
32a675f
Add conditional platform context creation & usage
by Andrzej Kurek
· 7 years ago
1152fa8
Add platform setup and teardown calls to test suites
by Andrzej Kurek
· 7 years ago
4daffe2
Merge branch 'pr_1025' into development
by Gilles Peskine
· 8 years ago
3f50f51
Ensure failed test_suite output is sent to stdout
by Andres Amaya Garcia
· 8 years ago
d4a872e
Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG
by Hanno Becker
· 8 years ago
47deec4
Move flag indicating presence of strong entropy to test code
by Hanno Becker
· 8 years ago
e709f7c
Fix global variable shadowing
by Janos Follath
· 9 years ago
e019296
Fix stdio redirection memory leak in test suites
by Simon Butcher
· 9 years ago
8ca53b5
Fix minor style issues in test framework
by Janos Follath
· 9 years ago
2573136
Fix to test output in test suites
by Simon Butcher
· 9 years ago
edb7fd9
Fixes stdlib.h dependencies in test suites
by Simon Butcher
· 9 years ago
324258f
Merge pull request #353 from NWilson/win-tests
by Paul Bakker
· 9 years ago
d96924d
Widens test parameters in memory alloc tests
by Simon Butcher
· 9 years ago
31a6c49
Adds reporting of file/line no. in failed tests
by SimonB
· 9 years ago
b2d5dd1
Fixes X509 sample app and SSL test suite
by Simon Butcher
· 9 years ago
1594210
Adds better support to debug generated code
by SimonB
· 9 years ago
55abc21
Fix ci break in builds without platform.h
by Janos Follath
· 9 years ago
8ca7bc4
Adds verbose mode to the test suites
by SimonB
· 9 years ago
0269dad
Refactored test suite template code
by SimonB
· 9 years ago
733676b
Allow test suites to be run on Windows
by Nicholas Wilson
· 10 years ago
e670f90
Fix whitespace at EOL issues
by Manuel Pégourié-Gonnard
· 10 years ago
9386664
Move from inttypes.h to stdint.h
by Manuel Pégourié-Gonnard
· 10 years ago
7551cb9
Replace malloc with calloc
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
3d62e72
fix bug introduced by the addition of snprintf and assert macro which caused tests to fail without polarssl_platform_c defined
by Rich Evans
· 10 years ago
4c09114
add macro definition of assert using polarssl_exit
by Rich Evans
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
4291445
fix style issues with tests/suites/helpers.function
by Rich Evans
· 10 years ago
1fef5ff
fix always true assertion
by Rich Evans
· 10 years ago
d43ccb6
Quit using deprecated header.
by Manuel Pégourié-Gonnard
· 11 years ago
4d0cfe8
Split assert() with side effects in test suite helper
by Paul Bakker
· 11 years ago
0dc5e0d
Add helper function zero_malloc for tests
by Manuel Pégourié-Gonnard
· 11 years ago
3d49b9d
Add test helper function unhexify_alloc()
by Manuel Pégourié-Gonnard
· 11 years ago
f96f7b6
On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
by Paul Bakker
· 11 years ago
027a7cb
Rm now useless test helper function
by Manuel Pégourié-Gonnard
· 12 years ago
Next »