1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

- Added extra X509 regression and coverage tests

This commit is contained in:
Paul Bakker
2009-07-19 20:30:14 +00:00
parent f1fec19797
commit c26a189189
10 changed files with 175 additions and 3 deletions

View File

@ -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 )
{