TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
2ec2eaac312f782f3ccdf5b69d01e64d40aa2c90
/
tests
2ec2eaa
Fix test issues with depends-hashes
by John Durkop
· 5 years ago
c14be90
Add new test_depends_curves_psa to all.sh
by John Durkop
· 5 years ago
f35069a
Fix undefined ref error when ECDSA not defined
by John Durkop
· 5 years ago
98944cd
Merge pull request #3404 from mpg/improve-ssl-opt-logs
by Manuel Pégourié-Gonnard
· 5 years ago
8ca03a7
Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev
by Manuel Pégourié-Gonnard
· 5 years ago
3890f7c
Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf
by Gilles Peskine
· 5 years ago
9ec3648
Merge pull request #3495 from mpg/check-generated-files
by Gilles Peskine
· 5 years ago
7d2a4d8
Add test: DNS names should not match IP addresses
by Manuel Pégourié-Gonnard
· 5 years ago
67a85d1
Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer
by Gilles Peskine
· 5 years ago
d486787
Initialize key pointer in ecdh to NULL
by Steven Cooreman
· 5 years ago
c2620da
Use arc4random_buf instead of rand on NetBSD
by gufe44
· 5 years ago
3fa684e
Allow importing Montgomery public keys in PSA Crypto
by Steven Cooreman
· 5 years ago
882148e
Remove obsolete buildbot reference in compat.sh
by Manuel Pégourié-Gonnard
· 5 years ago
a3b994f
Fix misuse of printf in shell script
by Manuel Pégourié-Gonnard
· 5 years ago
8779e9a
Fix added proxy command when IPv6 is used
by Manuel Pégourié-Gonnard
· 5 years ago
d3beca9
Test Everest with only Curve25519 enabled
by Gilles Peskine
· 5 years ago
a261160
curves.pl: test with each elliptic curve enabled
by Gilles Peskine
· 7 years ago
7ab66a6
Add missing dependencies for ECDH_xxx key exchanges
by Gilles Peskine
· 7 years ago
a80651c
Add a pre-commit hook that checks generated files
by Manuel Pégourié-Gonnard
· 5 years ago
2774fc4
Add -u option to check-generated-files.sh
by Manuel Pégourié-Gonnard
· 5 years ago
5a3c210
Update to renamed curve constant
by Steven Cooreman
· 5 years ago
aec44e9
Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification
by Steven Cooreman
· 5 years ago
0024df6
Remove superfluous argument to ecp_write_key
by Steven Cooreman
· 5 years ago
fafe855
Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros
by Manuel Pégourié-Gonnard
· 5 years ago
14f0e52
Fix Curve25519 ecp_read_key vectors to match description
by Steven Cooreman
· 5 years ago
c9b7f78
Rework mbedtls_ecp_write_key to remove unnecessary output parameter
by Steven Cooreman
· 5 years ago
6f5cc71
Document masking of Montgomery private keys in psa_export_key
by Steven Cooreman
· 5 years ago
de8593f
Implement and test mbedtls_ecp_write_key
by Steven Cooreman
· 5 years ago
642a4ef
Merge pull request #3463 from gilles-peskine-arm/tests-not-executed
by Gilles Peskine
· 5 years ago
2426506
Merge pull request #3458 from gilles-peskine-arm/analyze_outcomes-count_test_cases-1
by Gilles Peskine
· 5 years ago
527b878
Merge pull request #3454 from gilles-peskine-arm/include-common-h-development
by Manuel Pégourié-Gonnard
· 5 years ago
bbb3664
Documentation improvements
by Gilles Peskine
· 5 years ago
75e2703
Rename DH Family Macros According to PSA Spec
by Paul Elliott
· 5 years ago
8ff510a
Rename ECC Family Macros According to PSA Spec
by Paul Elliott
· 5 years ago
76dd3aa
Add comments explaining include paths
by Gilles Peskine
· 5 years ago
0d72165
Fix erroneous skip of test cases for disabled ciphersuites
by Gilles Peskine
· 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
7eefa22
Fix copypasta in test case descriptions
by Gilles Peskine
· 5 years ago
b20b873
Remove metadata tests for features that are not implemented
by Gilles Peskine
· 5 years ago
af9dbc9
Fix dependency in PSA test cases
by Gilles Peskine
· 5 years ago
a911b32
Fix dependency in AES GCM test case
by Gilles Peskine
· 5 years ago
961914d
Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE
by Gilles Peskine
· 5 years ago
3d863f2
Document the fields of TestCasesOutcomes
by Gilles Peskine
· 5 years ago
8d3c70a
Check test case coverage
by Gilles Peskine
· 5 years ago
15c2cbf
New script for test outcome analysis
by Gilles Peskine
· 5 years ago
6f6ff33
check_test_cases: move some functions into the logical class
by Gilles Peskine
· 5 years ago
78c45db
check_test_cases: move "walk" functions into a class
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
d34e9e4
check_test_cases: parametrize iteration functions by the action
by Gilles Peskine
· 5 years ago
fb4f933
Rename Python scripts to use '_' and not '-'
by Gilles Peskine
· 5 years ago
68a9851
basic-in-docker: call all.sh for sanity checks
by Gilles Peskine
· 5 years ago
4d18849
Merge branch 'development-restricted' into mbedtls-2.23.0r0
by Janos Follath
· 5 years ago
70fce98
Simplify test syntax
by Manuel Pégourié-Gonnard
· 5 years ago
69b01f7
Fix logic error in setting client port
by Manuel Pégourié-Gonnard
· 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
Next »