mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-17 07:39:56 +00:00
Mark output as public before testing it
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -19,6 +19,7 @@ void mask_of_range( int low_arg, int high_arg )
|
|||||||
TEST_CF_SECRET( &c, sizeof( c ) );
|
TEST_CF_SECRET( &c, sizeof( c ) );
|
||||||
unsigned char m = mbedtls_base64_mask_of_range( low, high, c );
|
unsigned char m = mbedtls_base64_mask_of_range( low, high, c );
|
||||||
TEST_CF_PUBLIC( &c, sizeof( c ) );
|
TEST_CF_PUBLIC( &c, sizeof( c ) );
|
||||||
|
TEST_CF_PUBLIC( &m, sizeof( m ) );
|
||||||
if( low <= c && c <= high )
|
if( low <= c && c <= high )
|
||||||
TEST_EQUAL( m, 0xff );
|
TEST_EQUAL( m, 0xff );
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user