mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Remove Obsolete SSLs tests with truncated MAC tags & NULL/CBC cipher
These tests are related to an obsolete feature removed from the library. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1493,10 +1493,6 @@ static int build_transforms( mbedtls_ssl_transform *t_in,
|
|||||||
t_out->maclen = maclen;
|
t_out->maclen = maclen;
|
||||||
t_in->maclen = maclen;
|
t_in->maclen = maclen;
|
||||||
break;
|
break;
|
||||||
case 1: /* Partial tag */
|
|
||||||
t_out->maclen = 10;
|
|
||||||
t_in->maclen = 10;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
ret = 1;
|
ret = 1;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
Reference in New Issue
Block a user