diff options
author | Marc Dionne <marc.dionne@auristor.com> | 2020-09-04 20:01:24 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2020-10-05 18:33:28 +0300 |
commit | 56305118e05b2db8d0395bba640ac9a3aee92624 (patch) | |
tree | fbba433f6f0b290d1c97ea775abadbe7eec20ad5 /net/rxrpc/output.c | |
parent | 4296adc3e32f5d544a95061160fe7e127be1b9ff (diff) | |
download | linux-56305118e05b2db8d0395bba640ac9a3aee92624.tar.xz |
rxrpc: Fix rxkad token xdr encoding
The session key should be encoded with just the 8 data bytes and
no length; ENCODE_DATA precedes it with a 4 byte length, which
confuses some existing tools that try to parse this format.
Add an ENCODE_BYTES macro that does not include a length, and use
it for the key. Also adjust the expected length.
Note that commit 774521f353e1d ("rxrpc: Fix an assertion in
rxrpc_read()") had fixed a BUG by changing the length rather than
fixing the encoding. The original length was correct.
Fixes: 99455153d067 ("RxRPC: Parse security index 5 keys (Kerberos 5)")
Signed-off-by: Marc Dionne <marc.dionne@auristor.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/output.c')
0 files changed, 0 insertions, 0 deletions