commit | 5100d8a3fe034845926266a4e7f5bdcbb859088b | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Mon Apr 09 10:47:14 2018 -0500 |
committer | Steve French <smfrench@gmail.com> | Thu Apr 12 16:54:06 2018 -0500 |
tree | 350de14c3b16b0657664b18e4c045a96a4f574c6 | |
parent | 136ff1b4b65edf09b6b7173ba94ad53347d3aa83 [diff] |
SMB311: Improve checking of negotiate security contexts SMB3.11 crypto and hash contexts were not being checked strictly enough. Add parsing and validity checking for the security contexts in the SMB3.11 negotiate response. Signed-off-by: Steve French <smfrench@gmail.com> CC: Stable <stable@vger.kernel.org> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>