URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a691315652b3bc805d9d358fad60ac975ea9f051
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a691315 by Peter Wu (peter@xxxxxxxxxxxxx):
TLS13: handle message-specific TLS extensions
Some extensions from the client are processed differently than those
sent by the server. In TLS 1.3 the Encrypted Extensions section took
over most of the Server Hello extensions and some appear in Certificate.
Based on https://tlswg.github.io/tls13-spec/#rfc.section.4.2
Change-Id: I40d98bae21fe7933563df4a79b0cec4bf02a76f8
Reviewed-on: https://code.wireshark.org/review/20109
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 3e7f32e ssl-utils: sort extensions cases
adds a691315 TLS13: handle message-specific TLS extensions
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)