commit | 0a3785855edcdb326ebf052c4f92ebc2710614c6 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Aug 29 10:15:40 2017 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Aug 29 10:55:06 2017 +0100 |
tree | 320a5da51eb6837d04992ee9ac6ceee34f9171b0 | |
parent | 10674a03c633379fadb5b314abde975fba270058 [diff] |
rxrpc: Use correct timestamp from Kerberos 5 ticket When an XDR-encoded Kerberos 5 ticket is added as an rxrpc-type key, the expiry time should be drawn from the k5 part of the token union (which was what was filled in), rather than the kad part of the union. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David Howells <dhowells@redhat.com>