Whamcloud - gitweb
LU-16249 sec: krb5_decrypt_bulk calls decryption primitive 07/48907/1
authorSebastien Buisson <sbuisson@ddn.com>
Tue, 18 Oct 2022 15:19:01 +0000 (17:19 +0200)
committerSebastien Buisson <sbuisson@ddn.com>
Tue, 18 Oct 2022 15:19:01 +0000 (17:19 +0200)
commit851f3915659941db00a0cda58867e68139e5e0d1
treea9d16c2af16ba313ea69ef1525891b9b2fe68e6d
parent3ffcb5b700ebfd68dba4daca4192fdacaf7fd541
LU-16249 sec: krb5_decrypt_bulk calls decryption primitive

krb5_decrypt_bulk() was mistakenly calling an encryption primitive
instead of a decryption primitive for the confounder.

Test-Parameters: trivial
Fixes: 0a65279121 ("LU-13344 gss: Update crypto to use sync_skcipher")
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I9251172644ed6baa3bb06a59dbe7c1bab401d817
lustre/ptlrpc/gss/gss_krb5_mech.c