TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/coverity_scan
/
tests
/
suites
4df61d4
fix style issues
by Ben Taylor
· 7 days ago
dbea0a9
Remove additional unused no rng case
by Ben Taylor
· 7 days ago
1e2e2ea
Added back crypto treatment of certs as the keyfile is now passed in and the previous rng issue should no longer be relevent
by Ben Taylor
· 7 days ago
98ecfdb
corrected code style
by Ben Taylor
· 8 weeks ago
9020426
remove MBEDTLS_USE_PSA_CRYPTO from tests
by Ben Taylor
· 8 weeks ago
cd1b7ff
tests: x509write: replace MBEDTLS_ECDSA_DETERMINISTIC with PSA_WANT one
by Valerio Setti
· 7 days ago
361ce2b
Rename mbedtls_pk_setup_opaque to mbedtls_pk_wrap_psa
by Ben Taylor
· 5 weeks ago
5be8511
Fix too many arguments in mbedtls_pk_verify_new
by Ben Taylor
· 3 weeks ago
0c787e3
Remove additional calls to mbedtls_pk_verify_ext
by Ben Taylor
· 3 weeks ago
c801d32
include private pk.h internally
by Ben Taylor
· 5 weeks ago
83bef5b
Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback
by Minos Galanakis
· 4 weeks ago
9213318
Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev
by Manuel Pégourié-Gonnard
· 5 weeks ago
0038408
Properly initialize SSL endpoint objects
by Gilles Peskine
· 6 weeks ago
042ee3b
Fix accidentally skipped test assertion
by Gilles Peskine
· 6 weeks ago
ed87da7
Merge remote-tracking branch 'restricted/development-restricted' into future_rc
by Minos Galanakis
· 6 weeks ago
f68f45c
Merge pull request #10213 from valeriosetti/issue298-development
by Gilles Peskine
· 6 weeks ago
27eb014
tests: suite_x509parse: rename variable in x509parse_crt()
by Valerio Setti
· 7 weeks ago
210b611
tests: suite_x509parse: fix indentation in x509parse_crt()
by Valerio Setti
· 7 weeks ago
2747ac1
tests: x509parse: fix RSA key in DER certificates
by Valerio Setti
· 8 weeks ago
11345e9
tests: x509parse: fix return values for invalid RSA keys
by Valerio Setti
· 8 weeks ago
760608d
Properly initialize SSL endpoint objects
by Gilles Peskine
· 6 weeks ago
b836d46
Fix accidentally skipped test assertion
by Gilles Peskine
· 6 weeks ago
5b84ae1
Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING
by Felix Conway
· 8 weeks ago
79b5138
Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning
by Felix Conway
· 8 weeks ago
f5a63d1
Fix invalid test data by aligning with 3.6
by Manuel Pégourié-Gonnard
· 8 weeks ago
d2262f2
Uncomment tests now that crypto is fixed
by Manuel Pégourié-Gonnard
· 10 weeks ago
a81d6df
tests|programs: remove usage of mbedtls_ecp_set_max_ops()
by Valerio Setti
· 3 months ago
b4cbc15
Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2
by Gilles Peskine
· 9 weeks ago
b828820
Declare oid_xxx_numeric_string only when they are defined
by Gilles Peskine
· 3 months ago
02ec585
Replace MBEDTLS_OID_C by function-specific dependencies
by Gilles Peskine
· 3 months ago
cd4c0d7
Move OID string definitions back to mbedtls/oid.h
by Gilles Peskine
· 3 months ago
4c83221
Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID
by Gilles Peskine
· 3 months ago
47f1d7b
Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL
by Gilles Peskine
· 3 months ago
32a1112
Remove MBEDTLS_OID_X509_EXT_xxx constants
by Gilles Peskine
· 4 months ago
b7ef4df
Remove OID tables that are not used in X.509
by Gilles Peskine
· 3 months ago
532e3ee
Switch library and tests to the x509_oid module
by Gilles Peskine
· 3 months ago
86a47f8
Switch to "x509_oid.h" in code that uses OID functions
by Gilles Peskine
· 3 months ago
fb2ce05
SSL tests: make client authentication more uniform, defaulting on
by Gilles Peskine
· 10 weeks ago
ca8a9ac
Remove unused parameters to endpoint init/free
by Gilles Peskine
· 10 weeks ago
353eb33
Use TEST_EQUAL(a,b) instead of TEST_ASSERT(a==b)
by Gilles Peskine
· 3 months ago
03a86e7
test: suites: pkcs7/x509parse: add missing PSA_INIT and PSA_DONE
by Valerio Setti
· 10 weeks ago
5989da2
Add tests for bug in mbedtls_x509_string_to_names()
by Manuel Pégourié-Gonnard
· 3 months ago
a4ffc4e
Merge remote-tracking branch 'public/development' into development-restricted
by Manuel Pégourié-Gonnard
· 10 weeks ago
4a2e7b9
tests: suite_x509parse: set PSA max operations in x509_verify_restart()
by Valerio Setti
· 2 months ago
bda3ab9
Add unit test for new behaviour of string_to_names()
by Manuel Pégourié-Gonnard
· 3 months ago
49b7ef6
Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509
by Gilles Peskine
· 3 months ago
1876efc
Merge remote-tracking branch 'development' into HEAD
by Gilles Peskine
· 3 months ago
47c8579
Copy OID files that are getting moved to tf-psa-crypto
by Gilles Peskine
· 3 months ago
b8d5649
tests: test_suite_x509: adapt RSA-PSS tests
by Valerio Setti
· 3 months ago
7f6f4e6
library: pass NULL options parameter to mbedtls_pk_verify_ext()
by Valerio Setti
· 3 months ago
d24dfad
library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets()
by Valerio Setti
· 3 months ago
232da48
Merge pull request #9421 from mfil/feature/implement_tls_exporter
by David Horstmann
· 4 months ago
a5db6c1
Fix record insertion
by Manuel Pégourié-Gonnard
· 4 months ago
7af97b6
Use HANDSHAKE_OVER in nominal test cases
by Manuel Pégourié-Gonnard
· 4 months ago
8d73bdc
Improve comments
by Manuel Pégourié-Gonnard
· 4 months ago
132f5b9
Use same dependencies for helper functions
by Manuel Pégourié-Gonnard
· 4 months ago
1f471a1
Tighten dependencies again
by Manuel Pégourié-Gonnard
· 4 months ago
921a2ac
Improve dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
0a1996f
Tighten dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
c0721e0
Improve documentation
by Gilles Peskine
· 5 months ago
eb48890
Remove redundant setup
by Gilles Peskine
· 5 months ago
84ccbd8
Simulate closing the connection mid-message
by Gilles Peskine
· 5 months ago
5e3c0bd
Also test inserting non-empty, non-handshake records
by Gilles Peskine
· 5 months ago
c34ea47
Fix the build without MBEDTLS_DEBUG_C
by Gilles Peskine
· 5 months ago
0742672
Fix the build in PSK-only configurations
by Gilles Peskine
· 5 months ago
7ab9fb6
Pacify ancient clang -Wmissing-initializer
by Gilles Peskine
· 5 months ago
7c1dbef
Test split, coalesced-split and empty handshake records
by Gilles Peskine
· 5 months ago
92122ed
Create handshake record coalescing tests
by Gilles Peskine
· 5 months ago
e235958
Merge pull request #10078 from bjwtaylor/pk_rsa_alt-removal
by Manuel Pégourié-Gonnard
· 4 months ago
1a1ec2f
Fix up merge conflict resolution
by Max Fillinger
· 4 months ago
29f8f9a
Fix dependencies for TLS-Exporter tests
by Max Fillinger
· 7 months ago
9f84333
Exporter: Add min. and max. label tests
by Max Fillinger
· 8 months ago
9c5bae5
Fix max. label length in key material exporter
by Max Fillinger
· 9 months ago
d6e0095
Exporter tests: Don't use unavailbable constant
by Max Fillinger
· 9 months ago
8e0b8c9
Exporter tests: Add missing depends-ons
by Max Fillinger
· 9 months ago
c6fd1a2
Use one maximum key_len for all exported keys
by Max Fillinger
· 9 months ago
a9a9e99
Exporter tests: Reduce key size in long key tests
by Max Fillinger
· 9 months ago
9dc7b19
Exporter tests: Free endpoints before PSA_DONE()
by Max Fillinger
· 9 months ago
364afea
Exporter tests: Fix possible uninitialized variable use
by Max Fillinger
· 9 months ago
ea1e777
Coding style cleanup
by Max Fillinger
· 9 months ago
8a2d2ad
Exporter tests: Initialize allocated memory
by Max Fillinger
· 9 months ago
8f12e31
Exportert tests: Free endpoints and options
by Max Fillinger
· 9 months ago
3e12918
Fix output size check for key material exporter
by Max Fillinger
· 9 months ago
28916ac
Increase allowed output size of HKDF-Expand-Label
by Max Fillinger
· 9 months ago
cf007ca
Add more tests for keying material export
by Max Fillinger
· 9 months ago
7b72220
Fix coding style
by Max Fillinger
· 11 months ago
c798642
Add test for TLS-Exporter in TLS 1.3
by Max Fillinger
· 12 months ago
05a9787
Remove MBEDTLS_PK_RSA_ALT
by Ben Taylor
· 5 months ago
602b296
pre-test version of the mbedtls_ssl_conf_rng removal
by Ben Taylor
· 5 months ago
47111a1
initial remove of mbedtls_ssl_conf_rng
by Ben Taylor
· 5 months ago
440cb2a
Remove RNG from x509 and PK
by Ben Taylor
· 5 months ago
5ba9b57
Convert test function to a static function
by Gabor Mezei
· 5 months ago
9ee58e4
Update test dependencies
by Gabor Mezei
· 5 months ago
47c6277
Update dependencies
by Gabor Mezei
· 5 months ago
6dcfdf1
Adapt dependencies to the new world
by Manuel Pégourié-Gonnard
· 5 months ago
af4606d
Re-introduce log asserts on positive cases
by Manuel Pégourié-Gonnard
· 5 months ago
47d0b79
Improve a test assertion
by Manuel Pégourié-Gonnard
· 5 months ago
f4a67cf
Fix a typo
by Manuel Pégourié-Gonnard
· 5 months ago
e5ddf36
Add test cases for EOF in the middle of fragments
by Manuel Pégourié-Gonnard
· 5 months ago
ed873f9
Adjust logic around log pattern
by Manuel Pégourié-Gonnard
· 5 months ago
Next »