]> git.apps.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>
Wed, 1 Oct 2025 18:46:43 +0000 (14:46 -0400)
commit19617e49565e7e1e81e1a4120fed5850e787a72c
tree24b084fa7404c0b76fa20297fe37ecca98286bc5
parent6e22a8034332e0a2d8d9e6723ae5eebbdbb425ef
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