]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: During encryption of short case-insensitive file names, store raw ciphertext 67377/head
authorChristopher Hoffman <choffman@redhat.com>
Tue, 17 Feb 2026 18:51:51 +0000 (18:51 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Tue, 17 Feb 2026 19:22:53 +0000 (19:22 +0000)
commit8c3774e53c21fda9911c696eb751c7d653933005
treee39b046fb13897d29836cc784de74e1694af4482
parent9adbb8821d565c4c8e1952bdce0e2b2677519862
client: During encryption of short case-insensitive file names, store raw ciphertext

When writing alternate_name containing a short encrypted name, ensure that
unarmored (not b64 encoded in this case) ciphertext is stored.

Fixes: https://tracker.ceph.com/issues/74934
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc
src/client/FSCrypt.cc
src/client/FSCrypt.h