TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
ff28df98f51bb73dd26d431fd6faabf3118d1fc0
/
tests
fbd0110
Merge pull request #3746 from gilles-peskine-arm/verbosify-cmake-tests-2.16
by Ronald Cron
· 4 years, 10 months ago
b74e0d0
Merge pull request #3596 from gilles-peskine-arm/cert-gen-cleanup-202008-2.16
by Ronald Cron
· 4 years, 10 months ago
e944cac
Merge pull request #3529 from ronald-cron-arm/common-mbedtls_param_failed-2.16
by Gilles Peskine
· 4 years, 10 months ago
bd1b89a
all.sh: Enable verbose failure messages for CMake
by Jaeden Amero
· 6 years ago
e39d14b
Fix "make -C tests/data_files -f ..."
by Gilles Peskine
· 4 years, 11 months ago
ad5c5a2
Merge pull request #3626 from gilles-peskine-arm/test-fail-report-first-2.16
by Gilles Peskine
· 5 years ago
319ecf3
Initialize ret from test code
by Gilles Peskine
· 5 years ago
dfb5cff
Report the first failure, not the last one
by Gilles Peskine
· 5 years ago
1bfb580
Bump version to Mbed TLS 2.16.8
by Janos Follath
· 5 years ago
36169d4
Merge branch 'mbedtls-2.16-restricted'
by Janos Follath
· 5 years ago
75475d8
Always revoke certificate on CRL
by Raoul Strackx
· 5 years ago
f082847
Add an option to test constant-flow with valgrind
by Manuel Pégourié-Gonnard
· 5 years ago
590b2d9
Add mbedtls_ssl_cf_memcpy_offset() with tests
by Manuel Pégourié-Gonnard
· 5 years ago
f0b469e
Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
14cb46d
Merge pull request #3598 from makise-homura/mbedtls-2.16
by Gilles Peskine
· 5 years ago
d69edda
Merge pull request #3601 from gufe44/helpers-redirect-restore-output-2.16
by Gilles Peskine
· 5 years ago
650ce76
Fix bug in redirection of unit test outputs
by gufe44
· 5 years ago
50f6a19
Backport e2k support to mbedtls-2.7
by makise-homura
· 5 years ago
e6e812a
Commit the intermediate files cert_md*.csr
by Gilles Peskine
· 5 years ago
6b739bb
Fix "make -C tests/data_files"
by Gilles Peskine
· 5 years ago
300e1b3
compat.sh: stop using allow_sha1
by Manuel Pégourié-Gonnard
· 5 years ago
91615cf
compat.sh: quit using SHA-1 certificates
by Manuel Pégourié-Gonnard
· 5 years ago
0e7bdd1
compat.sh: enable CBC-SHA-2 suites for GnuTLS
by Manuel Pégourié-Gonnard
· 5 years ago
2645bcc
Fix license header in pre-commit hook
by Bence Szépkúti
· 5 years ago
a2947ac
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
daba4f6
Merge pull request #3555 from mpg/x509-verify-non-dns-san-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
4ca6050
Merge pull request #734 from gilles-peskine-arm/x509parse_crl-empty_entry-2.16
by Gilles Peskine
· 5 years ago
62870c9
Remove obsolete buildbot reference in compat.sh
by Manuel Pégourié-Gonnard
· 5 years ago
a1919ad
Fix misuse of printf in shell script
by Manuel Pégourié-Gonnard
· 5 years ago
7442f84
Fix added proxy command when IPv6 is used
by Manuel Pégourié-Gonnard
· 5 years ago
581af9f
Simplify test syntax
by Manuel Pégourié-Gonnard
· 5 years ago
bedcb3e
Fix logic error in setting client port
by Manuel Pégourié-Gonnard
· 5 years ago
cbd5c03
ssl-opt.sh: include test name in log files
by Manuel Pégourié-Gonnard
· 5 years ago
e63fc6d
ssl-opt.sh: remove old buildbot-specific condition
by Manuel Pégourié-Gonnard
· 5 years ago
fcf6c16
ssl-opt.sh: add proxy to all DTLS tests
by Manuel Pégourié-Gonnard
· 5 years ago
9acf943
Merge pull request #3560 from gufe44/netbsd-rand-arc4random_buf-2.16
by Gilles Peskine
· 5 years ago
3fa7c64
Use arc4random_buf instead of rand on NetBSD
by gufe44
· 5 years ago
4ddfdbf
Add the decomposition of the base case as a comment
by Gilles Peskine
· 5 years ago
d8dc8e2
x509parse_crl: more negative test cases
by Gilles Peskine
· 5 years ago
58c8da2
Add test: DNS names should not match IP addresses
by Manuel Pégourié-Gonnard
· 5 years ago
c703cf1
Add a pre-commit hook that checks generated files
by Manuel Pégourié-Gonnard
· 5 years ago
9ad5128
Add -u option to check-generated-files.sh
by Manuel Pégourié-Gonnard
· 5 years ago
681615a
Remove obsolete comment about test dependency
by Manuel Pégourié-Gonnard
· 5 years ago
8e8898d
tests: Replace "TEST_ASSERT(!memcmp ...)" by ASSERT_COMPARE
by Ronald Cron
· 5 years ago
4bdc13f
tests: Remove usage of mbedtls_test_hexify for comparison
by Ronald Cron
· 5 years ago
aea41df
tests: suites: Remove `hex` in name of variables of type data_t
by Ronald Cron
· 5 years ago
9fde353
tests: Reformating due to hexcmp() renaming
by Ronald Cron
· 5 years ago
d239794
tests: Add mbedtls_test_ prefix to hexcmp()
by Ronald Cron
· 5 years ago
2b80249
Add comment on memsan + constant-flow testing
by Manuel Pégourié-Gonnard
· 5 years ago
1e94128
Factor repeated condition to its own macro
by Manuel Pégourié-Gonnard
· 5 years ago
0dab12e
Start testing cf_hmac() for constant flow
by Manuel Pégourié-Gonnard
· 5 years ago
a237722
Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN
by Manuel Pégourié-Gonnard
· 5 years ago
fde7505
Add dummy constant-flow HMAC function with tests
by Manuel Pégourié-Gonnard
· 5 years ago
a586099
Merge pull request #3475 from gilles-peskine-arm/rename-check_files-2.16
by Gilles Peskine
· 5 years ago
ee69477
Rename Python scripts to use '_' and not '-'
by Gilles Peskine
· 5 years ago
15a7cd1
Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16
by Janos Follath
· 5 years ago
ef5f8fc
Bump version to Mbed TLS 2.16.7
by Janos Follath
· 5 years ago
14a5645
tests: Get rid of mbedtls_test_unhexify() in unit test code
by Ronald Cron
· 5 years ago
1d5ef29
tests: ccm: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
b2eb38d
tests: aes.ofb: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
afbe3ee
tests: nist_kw: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
7e8f1af
tests: chacha20: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
d7a4df8
tests: hkdf: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
6d1f0ad
tests: aria: Prepare to char* to data_t* type change
by Ronald Cron
· 5 years ago
5b13a86
tests: Reformating due to *hexify functions renaming
by Ronald Cron
· 5 years ago
a0c9ff3
tests: Add mbedtls_test_ prefix to *hexify functions
by Ronald Cron
· 5 years ago
f69b919
Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0
by Janos Follath
· 5 years ago
805b146
all.sh: clean up some uses of "local" variables
by Manuel Pégourié-Gonnard
· 5 years ago
d2b5ad8
Use all.sh in pre-push hook
by Manuel Pégourié-Gonnard
· 5 years ago
1ee6850
Make check_generate_test_code more -q friendly
by Manuel Pégourié-Gonnard
· 5 years ago
de4ad2d
Add a --quiet option to all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
1bff684
Adjust comments about SEED synchronisation
by Manuel Pégourié-Gonnard
· 5 years ago
c2400d3
Make basic-build-test.sh deterministic
by Manuel Pégourié-Gonnard
· 5 years ago
2df5857
Remove SHA-1 as a fallback option
by Manuel Pégourié-Gonnard
· 5 years ago
72177e3
Add fall-back to hash-based KDF for internal ECP DRBG
by Manuel Pégourié-Gonnard
· 5 years ago
047986c
Add support for RESTARTABLE with internal RNG
by Manuel Pégourié-Gonnard
· 5 years ago
23983f3
Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG
by Manuel Pégourié-Gonnard
· 5 years ago
f744bd7
Update license headers to Apache-2.0 OR GPL-2.0-or-later
by Bence Szépkúti
· 5 years ago
51b41d5
Add Apache-2.0 headers to all scripts
by Bence Szépkúti
· 5 years ago
468a76f
Add copyright dates to all scripts
by Bence Szépkúti
· 5 years ago
cd6fd06
Remove hardcoded line number from the zeroize test
by Bence Szépkúti
· 5 years ago
74fc3be
Remove superfluous include from zeroize.c
by Bence Szépkúti
· 5 years ago
471ae59
Merge pull request #3396 from danh-arm/dh/branch-cov-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
3a562d7
Merge pull request #3401 from mpg/fix-hmac-drbg-deps-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
62b293d
Merge pull request #3352 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
c5243c1
Add test for dependencies on HMAC_DRBG in all.sh
by Manuel Pégourié-Gonnard
· 5 years ago
8cb1981
Enable branch coverage in basic_build_test.sh
by Dan Handley
· 5 years ago
49d3dd0
Merge pull request #3384 from mpg/fix-ctr-drbg-deps-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
014ff5b
Add test for building without CTR_DRBG
by Manuel Pégourié-Gonnard
· 5 years ago
503b79e
Merge pull request #3375 from gilles-peskine-arm/basic-build-test-status-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
f2c6e34
Fix undeclared deps on MBEDTLS_CTR_DRBG in tests
by Manuel Pégourié-Gonnard
· 5 years ago
f25cd6b
MBEDTLS_MEMORY_BACKTRACE is no longer included in the full config
by Gilles Peskine
· 5 years ago
d9701ae
Create a seedfile explicitly
by Gilles Peskine
· 5 years ago
ed1f673
If 'make lcov' failed, exit immediately
by Gilles Peskine
· 5 years ago
8bfe12b
Note that we keep going even if some tests fail
by Gilles Peskine
· 5 years ago
f54a5de
Exit with a failure status if some tests failed
by Gilles Peskine
· 5 years ago
b648487
Finish the documentation of normalize_path
by Gilles Peskine
· 5 years ago
3c23c82
Run assemble_changelog.py in all.sh
by Gilles Peskine
· 5 years ago
43c74d2
Some .pem files are openssl output and have tabs and that's ok
by Gilles Peskine
· 5 years ago
4018251
.dsw files are Visual Studio stuff
by Gilles Peskine
· 5 years ago
Next »