]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 348876: Add warnings to /dev/crypto for deprecated algorithms.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 20 Aug 2019 01:30:35 +0000 (01:30 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 20 Aug 2019 01:30:35 +0000 (01:30 +0000)
commit1c08844fdf8bee7b5b3805d20730b7a30b922d68
tree719f12b3edda7383fe6f4c4cb13bf188ed1f9d97
parentf74c746635988c12dd7fa7b9b347840ed2797eb6
MFC 348876: Add warnings to /dev/crypto for deprecated algorithms.

These algorithms are deprecated algorithms that will have no in-kernel
consumers in FreeBSD 13.  Specifically, deprecate the following
algorithms:
- ARC4
- Blowfish
- CAST128
- DES
- 3DES
- MD5-HMAC
- Skipjack

Relnotes: yes
sys/opencrypto/cryptodev.c