]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
auth/crypto: add support for aes256-hmac384-192
authorYehuda Sadeh <ysadehwe@ibm.com>
Fri, 21 Feb 2025 21:18:58 +0000 (16:18 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 26 Jan 2026 15:26:25 +0000 (10:26 -0500)
commit1f2a30adb3f9899ed6c86f18ec55c29d8e64cc80
tree8759fd0056fb2c2e14212a6a55721692874138fa
parentd1ff3b1d643289f6c4b441d782137d1d2b42e786
auth/crypto: add support for aes256-hmac384-192

Using the encryption standard set in RFC 8009. This is the
encryption that is used in Kerberos 5, so naming this variation
as AES256KRB5.

Signed-off-by: Yehuda Sadeh <ysadehwe@ibm.com>
src/auth/Crypto.cc
src/common/ceph_context.cc
src/common/ceph_context.h
src/include/ceph_fs.h
src/test/crypto.cc