]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
rxrpc: Hand server key parsing off to the security class
authorDavid Howells <dhowells@redhat.com>
Wed, 16 Sep 2020 07:37:29 +0000 (08:37 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 23 Nov 2020 18:09:29 +0000 (18:09 +0000)
commit12da59fcab5a05d01773e7cb413b8b8f3bb4e334
tree3d40fbb68ce1048cbf36fa57daff16666540956b
parentca7fb10059a5755908d46db81d1f3738cd26aa9f
rxrpc: Hand server key parsing off to the security class

Hand responsibility for parsing a server key off to the security class.  We
can determine which class from the description.  This is necessary as rxgk
server keys have different lookup requirements and different content
requirements (dependent on crypto type) to those of rxkad server keys.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/rxkad.c
net/rxrpc/security.c
net/rxrpc/server_key.c