Skip to content

Commit 9b830e1

Browse files
Addition of ChangeLog and migration guide entry files.
Signed-off-by: TRodziewicz <[email protected]>
1 parent f36a011 commit 9b830e1

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

ChangeLog.d/issue4084.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Removals
2+
* Remove MD2, MD4, RC4, Blowfish and XTEA cryptographic primitives and
3+
ciphersuites. Remove the following library files: arc4.c/h, blowfish.c/h,
4+
md2.c/h, md4.c/h, xtea.c/h and belonging csr/crt/pem files. Remove the
5+
following defines: MBEDTLS_RC4_C, MBEDTLS_ARC4_C, MBEDTLS_ARC4_ALT,
6+
PSA_WANT_KEY_TYPE_ARC4, PSA_WANT_ALG_STREAM_CIPHER,
7+
MBEDTLS_PSA_ACCEL_KEY_TYPE_ARC4, MBEDTLS_CIPHER_ID_ARC4,
8+
MBEDTLS_CIPHER_ARC4_128, MBEDTLS_BLOWFISH_C, MBEDTLS_BLOWFISH_ALT,
9+
MBEDTLS_CIPHER_ID_BLOWFISH, MBEDTLS_CIPHER_BLOWFISH_ECB,
10+
MBEDTLS_CIPHER_BLOWFISH_CBC, MBEDTLS_CIPHER_BLOWFISH_CFB64,
11+
MBEDTLS_CIPHER_BLOWFISH_CTR, MBEDTLS_MD2_C, MBEDTLS_MD2_ALT,
12+
MBEDTLS_MD2_PROCESS_ALT, PSA_ALG_MD2, PSA_WANT_ALG_MD2,
13+
MBEDTLS_PSA_ACCEL_ALG_MD2, MBEDTLS_OID_PKCS1_MD2,
14+
MBEDTLS_OID_DIGEST_ALG_MD2, MBEDTLS_OID_PKCS5_PBE_MD2_DES_CBC,
15+
MBEDTLS_MD_MD2, MBEDTLS_MD4_C, MBEDTLS_MD4_ALT, MBEDTLS_MD4_PROCESS_ALT,
16+
PSA_ALG_MD4, PSA_WANT_ALG_MD4, MBEDTLS_PSA_ACCEL_ALG_MD4,
17+
MBEDTLS_OID_PKCS1_MD4, MBEDTLS_OID_DIGEST_ALG_MD4,
18+
MBEDTLS_OID_PKCS5_PBE_MD2_RC2_CBC, MBEDTLS_MD_MD4, MBEDTLS_XTEA_C,
19+
MBEDTLS_XTEA_ALT. Remove the following functions:
20+
mbedtls_arc4_self_test(), mbedtls_md2_free(), mbedtls_md2_clone(),
21+
mbedtls_md2_starts_ret(), mbedtls_md2_update_ret(),
22+
mbedtls_md2_finish_ret(), mbedtls_md2_ret(), mbedtls_md2_self_test(),
23+
mbedtls_internal_md2_process(), mbedtls_md4_free(), mbedtls_md4_clone(),
24+
mbedtls_md4_starts_ret(), mbedtls_md4_update_ret(),
25+
mbedtls_md4_finish_ret(), mbedtls_md4_ret(), mbedtls_md4_self_test(),
26+
mbedtls_internal_md4_process(), mbedtls_xtea_self_test().
27+
Remove the related tests and test suites and error codes. Fixes #4084.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Remove MD2, MD4, RC4, Blowfish and XTEA ciphersuites
2+
--
3+
4+
This change affects users of the MD2, MD4, RC4, Blowfish and XTEA ciphersuites.
5+
6+
They are already niche or obsolete and most of them are weak or broken. For
7+
those reasons possible users should consider switching to modern and safe
8+
alternatives to be found in literature.

0 commit comments

Comments
 (0)