TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
b51f04466f9fc84dd041c342900dfe5c7801e450
/
tests
b51f044
Fix misleading comment in test function
by Manuel Pégourié-Gonnard
· 5 years ago
864abbf
Rework how lengths are expressed in CBC test
by Manuel Pégourié-Gonnard
· 5 years ago
4adc04a
Give a constant a name in test function
by Manuel Pégourié-Gonnard
· 5 years ago
913a204
Fix undeclared dependency of test function
by Manuel Pégourié-Gonnard
· 5 years ago
62af37d
Add tests with ARIA, Camellia, 3DES
by Manuel Pégourié-Gonnard
· 5 years ago
7a1cb41
Add test cases with MD5, SHA1, SHA384
by Manuel Pégourié-Gonnard
· 5 years ago
e79e3bb
Add test cases with various record sizes
by Manuel Pégourié-Gonnard
· 5 years ago
527c1ff
Generate good/bad padding programmatically
by Manuel Pégourié-Gonnard
· 5 years ago
0ac01a1
TLS: Add negative tests for non-EtM CBC decryption
by Manuel Pégourié-Gonnard
· 5 years ago
be9a575
Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development
by Janos Follath
· 5 years ago
0435cd8
Bump version to Mbed TLS 2.23.0
by Janos Follath
· 5 years ago
82ac38e
Merge pull request #3438 from ronald-cron-arm/programs-use-common-test-code
by Gilles Peskine
· 5 years ago
961914d
Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE
by Gilles Peskine
· 5 years ago
a0c2539
Rework mbedtls_test_unhexify()
by Ronald Cron
· 5 years ago
9ed4073
tests: Get rid of mbedtls_test_unhexify() in unit test code
by Ronald Cron
· 5 years ago
c7ba560
tests: ccm: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
df02eb0
tests: aes.ofb: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
7370185
tests: nist_kw: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
7e51271
tests: chacha20: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
4030833
tests: hkdf: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
e85a2c3
tests: aria: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
ddaf99c
build: Add top-level mbedtls_test target
by Ronald Cron
· 5 years ago
f5ea29a
tests: Improve naming of build common test variables
by Ronald Cron
· 5 years ago
6d3f20d
Merge pull request #3337 from ronald-cron-arm/include_directories
by Manuel Pégourié-Gonnard
· 5 years ago
4d18849
Merge branch 'development-restricted' into mbedtls-2.23.0r0
by Janos Follath
· 5 years ago
04c6b61
Merge pull request #2639 from mpg/use-all-sh-checks-for-pre-push
by Gilles Peskine
· 5 years ago
dda1045
Merge pull request #3419 from ndilieto/development
by Gilles Peskine
· 5 years ago
8552741
cmake: Remove global include directories
by Ronald Cron
· 5 years ago
c96d4e2
Merge pull request #3410 from mpg/make-coverage-script-deterministic
by Gilles Peskine
· 5 years ago
5430447
Adjust comments about SEED synchronisation
by Manuel Pégourié-Gonnard
· 5 years ago
25c7dbe
Merge pull request #3435 from paul-elliott-arm/fix_dangerous_parameters
by Manuel Pégourié-Gonnard
· 5 years ago
0c00407
Merge pull request #3430 from bensze01/license
by Janos Follath
· 5 years ago
d335f2b
Merge pull request #3421 from niacat/posix_c_source
by Manuel Pégourié-Gonnard
· 5 years ago
b77fad8
test_suite_x509parse.function improvement
by Nicola Di Lieto
· 5 years ago
c84b1e6
Pass "certificate policies" extension to callback
by Nicola Di Lieto
· 5 years ago
f5a5e45
Refactor equality-testing asserts in SE driver tests to TEST_EQUAL
by Steven Cooreman
· 5 years ago
a50f283
Add test to check key ID's from the vendor range are accepted
by Steven Cooreman
· 5 years ago
c4b6656
Merge pull request #3405 from AndrzejKurek/variable-buffers-cid-serialization
by danh-arm
· 5 years ago
392faa2
Merge pull request #2669 from RonEld/iotssl_2864
by Gilles Peskine
· 5 years ago
b657783
Update iv and len context pointers manually when reallocating buffers
by Andrzej Kurek
· 5 years ago
8697465
Add Apache-2.0 headers to all source files
by Bence Szépkúti
· 5 years ago
6a81eb6
Remove Dangerous Parameter Passing
by Paul Elliott
· 5 years ago
9dfcae8
Merge pull request #3426 from paul-elliott-arm/resource_leak
by Manuel Pégourié-Gonnard
· 5 years ago
c7da1fe
Add Apache-2.0 headers to all scripts
by Bence Szépkúti
· 5 years ago
700ee44
Add missing copyright dates to scripts and sources
by Bence Szépkúti
· 5 years ago
b21b1f5
Merge pull request #3387 from ronald-cron-arm/tests-common-code
by Manuel Pégourié-Gonnard
· 5 years ago
65d8c26
Show failure in ssl-opts.sh when key export fails
by Ron Eldor
· 6 years ago
6c5bd7f
tests: Reformating due to rnd_* renaming
by Ronald Cron
· 5 years ago
351f0ee
tests: Add mbedtls_test_ prefix to rnd_* symbols
by Ronald Cron
· 5 years ago
2dbba99
tests: Reformating due to hexcmp() renaming
by Ronald Cron
· 5 years ago
de70b16
tests: Add mbedtls_test_ prefix to hexcmp()
by Ronald Cron
· 5 years ago
f73ab00
tests: Reformating due to unhexify_alloc() renaming
by Ronald Cron
· 5 years ago
a256c70
tests: Add mbedtls_test_ prefix to unhexify_alloc()
by Ronald Cron
· 5 years ago
690f3eb
tests: Add mbedtls_test_ prefix to zero_alloc()
by Ronald Cron
· 5 years ago
ff31eab
tests: Reformating due to *hexify functions renaming
by Ronald Cron
· 5 years ago
72d628f
tests: Add mbedtls_test_ prefix to *hexify functions
by Ronald Cron
· 5 years ago
e9c09f1
tests: Add mbedtls_test_ prefix to platform_* functions
by Ronald Cron
· 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
6f1eda7
Fix for resource leak in test_suite_ssl
by Paul Elliott
· 5 years ago
1c0c837
Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99.
by nia
· 5 years ago
5b66d44
Merge pull request #3195 from paul-elliott-arm/development
by Janos Follath
· 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
02c78b7
tests: Create an include folder
by Ronald Cron
· 5 years ago
87a51aa
Merge pull request #3243 from ndilieto/development
by Manuel Pégourié-Gonnard
· 5 years ago
15fee93
Merge pull request #3363 from bensze01/zeroize
by danh-arm
· 5 years ago
3c1b090
Use FindPython3 when cmake version >= 3.15.0
by okhowang(王沛文)
· 5 years ago
c857044
Add min/max version negotiation to unit tests
by Paul Elliott
· 5 years ago
5620d71
Remove hardcoded line number from the zeroize test
by Bence Szépkúti
· 5 years ago
223f287
Add test to check that volatile external keys do not get persisted
by Steven Cooreman
· 5 years ago
8335f41
Enable figuring out number of cores when running on OS X
by Steven Cooreman
· 5 years ago
e050191
Make basic-build-test.sh deterministic
by Manuel Pégourié-Gonnard
· 5 years ago
304b099
all.sh: clean up some uses of "local" variables
by Manuel Pégourié-Gonnard
· 5 years ago
f1f180a
all.sh: keep dd output in non-quiet mode
by Manuel Pégourié-Gonnard
· 5 years ago
21b3d12
Merge pull request #3374 from danh-arm/dh/branch-cov
by Manuel Pégourié-Gonnard
· 5 years ago
53fb66d
Add support for RESTARTABLE with internal RNG
by Manuel Pégourié-Gonnard
· 5 years ago
1a3f9ed
Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG
by Manuel Pégourié-Gonnard
· 5 years ago
a7f6d25
Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev
by Manuel Pégourié-Gonnard
· 5 years ago
e860fef
Merge pull request #3318 from Jonas4420/development
by Manuel Pégourié-Gonnard
· 5 years ago
5b942dc
Add test for dependencies on HMAC_DRBG in all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
c03d499
Fix undeclared dep on deterministic ECDSA in test
by Manuel Pégourié-Gonnard
· 5 years ago
bba4c17
Merge pull request #3315 from hanno-arm/tls13-experimental-macro
by Janos Follath
· 5 years ago
6abc20e
Merge pull request #3378 from mpg/fix-ctr-drbg-deps
by Manuel Pégourié-Gonnard
· 5 years ago
d6916d7
Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto
by Gilles Peskine
· 5 years ago
129e13c
Use all.sh in pre-push hook
by Manuel Pégourié-Gonnard
· 5 years ago
a911916
Make component_check_test_cases more -q frienly
by Manuel Pégourié-Gonnard
· 5 years ago
dfb114a
Make check_generate_test_code more -q friendly
by Manuel Pégourié-Gonnard
· 5 years ago
2b2bdaa
Add a --quiet option to all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
bf7ae6f
Silence dd invocation in all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
e58b463
Unsupported extension tests in test_suite_x509parse
by Nicola Di Lieto
· 5 years ago
817e368
Add test for building without CTR_DRBG
by Manuel Pégourié-Gonnard
· 5 years ago
d12402f
Fix undeclared deps on MBEDTLS_CTR_DRBG in tests
by Manuel Pégourié-Gonnard
· 5 years ago
5659e7e
Add opaque context to mbedtls_x509_crt_ext_cb_t
by Nicola Di Lieto
· 5 years ago
17bb60c
Tests for mbedtls_x509_crt_parse_der_with_ext_cb
by Nicola Di Lieto
· 5 years ago
a8b26c2
Enable branch coverage in basic_build_test.sh
by Dan Handley
· 5 years ago
eca95db
Finish the documentation of normalize_path
by Gilles Peskine
· 5 years ago
Next »