Skip to content

SUNRPC: Add RPCSEC GSS krb5 support for additional encryption types

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2178741

Add support for encryption types defined in RFC 6803 (Camellia) and RFC 8009 (AES with HMAC-SHA2). The KUnit tests from the upstream patchset are not included because one of the testcases fails on aarch64 with hardware accelerated ciphers enabled, due to the asm helper for "cts(cbc(aes))" not returning the next initialization vector. If/when that gets fixed, I'll post the KUnit tests in a separate MR.

Signed-off-by: Scott Mayhew smayhew@redhat.com

Edited by Scott Mayhew

Merge request reports