commit | 8270dbfcebea5b68037a84ad1710e2cfa499b82f | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sun Jan 15 12:21:13 2023 -0500 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Feb 20 09:20:35 2023 -0500 |
tree | 31714ae4657282fd1f412d3620f8c7c56a9b54e4 | |
parent | 2dbe0cac3cd6d747579b0b347145326eddfd4e5c [diff] |
SUNRPC: Obscure Kerberos integrity keys There's no need to keep the integrity keys around if we instead allocate and key a pair of ahashes and keep those. This not only enables the subkeys to be destroyed immediately after deriving them, but it makes the Kerberos integrity code path more efficient. Tested-by: Scott Mayhew <smayhew@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>