URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f033925557c6d91d00273de4d0e3ddad5ab21d87
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f033925 by Peter Wu (peter@xxxxxxxxxxxxx):
TLS13: fix key expansion for AES256
"key_len" refers to the key length of an algorithm, not the block size.
For AES128 both are the same, but for AES256 it is different.
Change-Id: Ic657265d90323eb224b133b23232cb809264ab64
Ping-Bug: 12779
Reviewed-on: https://code.wireshark.org/review/20598
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from c0d6b0e LLRP: Fix LLRP Custom Parameter Decoding
adds f033925 TLS13: fix key expansion for AES256
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)