commit | fd08f2dbf0c2e95f8503e2c79339fe5711f1aa1d | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Thu Oct 15 00:25:02 2020 -0500 |
committer | Steve French <stfrench@microsoft.com> | Mon Oct 19 15:11:06 2020 -0500 |
tree | c767bea2dc0e360252ae5c49215c5711cc360648 | |
parent | 511ac89e591ab9affce17a8be4c45f6c2bb837f0 [diff] |
smb3.1.1: rename nonces used for GCM and CCM encryption Now that 256 bit encryption can be negotiated, update names of the nonces to match the updated official protocol documentation (e.g. AES_GCM_NONCE instead of AES_128GCM_NONCE) since they apply to both 128 bit and 256 bit encryption. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>