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:
parent
f4cc062935
commit
4f091290bd
2 changed files with 0 additions and 1604 deletions
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_in->maclen = maclen;
|
||||
break;
|
||||
case 1: /* Partial tag */
|
||||
t_out->maclen = 10;
|
||||
t_in->maclen = 10;
|
||||
break;
|
||||
default:
|
||||
ret = 1;
|
||||
goto cleanup;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue