mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-30 23:00:59 +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" );
|
printf( "\n . Verifying the server's RSA signature" );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
|
|
||||||
|
p += 2;
|
||||||
|
|
||||||
if( ( n = (size_t) ( end - p ) ) != rsa.len )
|
if( ( n = (size_t) ( end - p ) ) != rsa.len )
|
||||||
{
|
{
|
||||||
ret = 1;
|
ret = 1;
|
||||||
|
|
Loading…
Reference in a new issue