mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-30 05:01:04 +00:00
- Fixed for new DHM handling (TLS 1.2)
This commit is contained in:
parent
279432a7c0
commit
88f17b8549
|
@ -193,6 +193,8 @@ int main( int argc, char *argv[] )
|
|||
printf( "\n . Verifying the server's RSA signature" );
|
||||
fflush( stdout );
|
||||
|
||||
p += 2;
|
||||
|
||||
if( ( n = (size_t) ( end - p ) ) != rsa.len )
|
||||
{
|
||||
ret = 1;
|
||||
|
|
Loading…
Reference in a new issue