]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mark asymmetric cryptography via OCF deprecated for 14.0.
authorjhb <jhb@FreeBSD.org>
Mon, 19 Oct 2020 18:21:41 +0000 (18:21 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 19 Oct 2020 18:21:41 +0000 (18:21 +0000)
commitd06b97bc3191862758806138c09e359d4a883855
treeb0bed5a0cac0a728624151dcc93ac47212805078
parent2d76d56e8dee09f509f51ff1ca8ff2a07c5ff19a
Mark asymmetric cryptography via OCF deprecated for 14.0.

Only one MIPS-specific driver implements support for one of the
asymmetric operations.  There are no in-kernel users besides
/dev/crypto.  The only known user of the /dev/crypto interface was the
engine in OpenSSL releases before 1.1.0.  1.1.0 includes a rewritten
engine that does not use the asymmetric operations due to lack of
documentation.

Reviewed by: cem, markj
MFC after: 1 week
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D26810
share/man/man4/crypto.4
sys/opencrypto/crypto.c
sys/opencrypto/cryptodev.c