]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add warnings to /dev/crypto for deprecated algorithms.
authorjhb <jhb@FreeBSD.org>
Mon, 10 Jun 2019 19:26:57 +0000 (19:26 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 10 Jun 2019 19:26:57 +0000 (19:26 +0000)
commitea1c54fcf5468e35834a729fb2eccac94ad06179
treebb1f51a4bb113a4c30523a0fe648087e5631622a
parentb6848f45046cad8377e0864030b013687ff42370
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

MFC after: 1 month
Relnotes: yes
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D20554
sys/opencrypto/cryptodev.c