Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failed
alert.
This commit is contained in:
@@ -414,7 +414,8 @@ dtls1_process_record(SSL *s)
|
||||
goto err;
|
||||
|
||||
/* otherwise enc_err == -1 */
|
||||
goto err;
|
||||
al=SSL_AD_BAD_RECORD_MAC;
|
||||
goto f_err;
|
||||
}
|
||||
|
||||
#ifdef TLS_DEBUG
|
||||
|
Reference in New Issue
Block a user