Add tests for auth_mode

This commit is contained in:
Manuel Pégourié-Gonnard 2014-02-21 12:12:23 +01:00
parent da782c9458
commit 8520dac292
2 changed files with 90 additions and 3 deletions

View file

@ -2042,7 +2042,7 @@ static int ssl_write_server_key_exchange( ssl_context *ssl )
{
ssl_get_ecdh_params_from_cert( ssl );
SSL_DEBUG_MSG( 2, ( "<= skip parse server key exchange" ) );
SSL_DEBUG_MSG( 2, ( "<= skip write server key exchange" ) );
ssl->state++;
return( 0 );
}