commit | 846ae7a70d1399347411106669dc0cb4b3f54b8e | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Fri Apr 05 16:45:01 2019 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Fri Apr 05 16:45:01 2019 +0100 |
tree | 8e8a7aa4c10981b2f03d23a1d3fbf397c64ce1f0 | |
parent | d7ecbd6914be02237e9f4b6d4473ebb306248c60 [diff] |
Document and test flags in x509_verify
diff --git a/tests/suites/test_suite_x509parse.function b/tests/suites/test_suite_x509parse.function index cd6e292..b11ab84 100644 --- a/tests/suites/test_suite_x509parse.function +++ b/tests/suites/test_suite_x509parse.function
@@ -482,6 +482,7 @@ NULL, NULL ); TEST_ASSERT( ret == exp_ret ); + TEST_ASSERT( flags == (uint32_t)( -1 ) ); exit: mbedtls_x509_crt_free( &crt ); mbedtls_x509_crt_free( &ca );