This removes support for the following algorithms:
- ARC4
- Blowfish
- CAST128
- DES
- 3DES
- MD5-HMAC
- Skipjack
Since /dev/crypto no longer supports 3DES, stop testing the 3DES KAT
vectors in cryptotest.py.
Differential D24346
Remove support for the algorithms deprecated in r348876. jhb on Apr 8 2020, 10:09 PM. Authored by Tags None Referenced Files
Subscribers
Details
This removes support for the following algorithms:
Since /dev/crypto no longer supports 3DES, stop testing the 3DES KAT
Diff Detail
Event TimelineComment Actions I don't know why we would defer 3DES to 14. I think it makes more sense to remove it ASAP, and we should probably also go ahead and mark SHA1-HMAC as gone_in(14). NIST will probably unrecommend that one pretty soon. |