mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 20:32:27 +01:00
FIPS 140-3 recommends that all crypto implementations should be tested before first use. Testmanager performs initial tests based on existing test vectors. Not all algorithms have defined test vectors, so to improve this situation, this commit backports recently added test vectors for three cipher suites: * authenc(hmac(md5),cbc(des3_ede)), * authenc(hmac(sha224),cbc(aes)), * authenc(hmac(sha384),cbc(aes)). These vectors were calculated using a software implementation and then double-checked on Mediatek MT7981 (safexcel) and NXP P2020 (talitos). Both platforms passed self-tests. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Link: https://github.com/openwrt/openwrt/pull/21970 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .. | ||
| backport-6.12 | ||
| files | ||
| hack-6.12 | ||
| image | ||
| other-files | ||
| pending-6.12 | ||
| config-6.12 | ||
| config-filter | ||
| kernel-6.12 | ||
| PATCHES.md | ||