mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Added extra X509 regression and coverage tests
This commit is contained in:
parent
f1fec19797
commit
c26a189189
10 changed files with 175 additions and 3 deletions
|
|
@ -138,7 +138,7 @@ x509parse_crt:crt_data:result_str:result
|
|||
data_len = unhexify( buf, {crt_data} );
|
||||
|
||||
res = x509parse_crt( &crt, buf, data_len );
|
||||
printf(" %04x ", res);
|
||||
|
||||
TEST_ASSERT( x509parse_crt( &crt, buf, data_len ) == ( {result} ) );
|
||||
if( ( {result} ) == 0 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue