commit | d2ae4e918218f543214fbd906db68a6c580efbbb | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sun Sep 27 11:07:21 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon Nov 23 18:09:29 2020 +0000 |
tree | b240ab494a23255f2f8b59bd682c33420675fdd3 | |
parent | 12da59fcab5a05d01773e7cb413b8b8f3bb4e334 [diff] |
rxrpc: Don't leak the service-side session key to userspace Don't let someone reading a service-side rxrpc-type key get access to the session key that was exchanged with the client. The server application will, at some point, need to be able to read the information in the ticket, but this probably shouldn't include the key material. Signed-off-by: David Howells <dhowells@redhat.com>