Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16

Mbed TLS 2.16.7
This commit is contained in:
Janos Follath 2020-07-01 11:34:02 +01:00
commit 15a7cd1052
23 changed files with 605 additions and 49 deletions

View file

@ -1005,6 +1005,14 @@ int query_config( const char *config )
}
#endif /* MBEDTLS_ECP_NIST_OPTIM */
#if defined(MBEDTLS_ECP_NO_INTERNAL_RNG)
if( strcmp( "MBEDTLS_ECP_NO_INTERNAL_RNG", config ) == 0 )
{
MACRO_EXPANSION_TO_STR( MBEDTLS_ECP_NO_INTERNAL_RNG );
return( 0 );
}
#endif /* MBEDTLS_ECP_NO_INTERNAL_RNG */
#if defined(MBEDTLS_ECP_RESTARTABLE)
if( strcmp( "MBEDTLS_ECP_RESTARTABLE", config ) == 0 )
{