SUNRPC: Support the Camellia enctypes
authorChuck Lever <chuck.lever@oracle.com>
Sun, 15 Jan 2023 17:23:08 +0000 (12:23 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:43 +0000 (09:20 -0500)
commit3394682fba3b9010c6147e94f37633f044876e5e
tree2754a79f56cf21fd6353aa536502243cbd70ddd4
parentf26ec6b1b15c5d84e4c8e5b361e2be119def498d
SUNRPC: Support the Camellia enctypes

RFC 6803 defines two encryption types that use Camellia ciphers (RFC
3713) and CMAC digests. Implement support for those in SunRPC's GSS
Kerberos 5 mechanism.

There has not been an explicit request to support these enctypes.
However, this new set of enctypes provides a good alternative to the
AES-SHA1 enctypes that are to be deprecated at some point.

As this implementation is still a "beta", the default is to not
build it automatically.

Tested-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/sunrpc/gss_krb5.h
net/sunrpc/Kconfig
net/sunrpc/auth_gss/gss_krb5_mech.c