libcli/smb2: the session key for SMB2 signing is truncated to 16 bytes
authorStefan Metzmacher <metze@samba.org>
Mon, 28 Jul 2008 13:49:46 +0000 (15:49 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 28 Jul 2008 14:15:23 +0000 (16:15 +0200)
commit2d2911c7885dc832700185e62160bc18f8abfa04
tree5e731d3ecd33b9e28dedcdeb6cd5526d7c672719
parent0251096a89d9740f6bf2dfcf41594957424f887d
libcli/smb2: the session key for SMB2 signing is truncated to 16 bytes

To make that work (as a client) with aes128 and aes256 krb5 keys
we need to use gsskrb5_get_subkey().

metze
(This used to be commit 0c6d988f2083067e1ac7b07a492f88cefd3ba906)
source4/libcli/smb2/session.c
source4/libcli/smb2/signing.c