Wireshark-commits: [Wireshark-commits] master cc50ec3: QUIC: simplify TLS key log for draft -17 and

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 May 2019 17:03:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc50ec36344784bd7043e4c62da5b4cea97bc826
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cc50ec3 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: simplify TLS key log for draft -17 and newer
    
    Since the "quic " label was dropped in draft -17 (which happens to be
    our minimum supported QUIC draft version as well), the QUIC and TLS 1.3
    base secrets are the same again. Temporarily accept both the QUIC_xyz
    and xyz labels, hopefully we can drop the "QUIC_" label soon.
    
    Change-Id: Ib3919997db75c2e9652239a5d6400876df745fdb
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/33275
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  c5b2808   QUIC: Fix broken Key Update support
     add  cc50ec3   QUIC: simplify TLS key log for draft -17 and newer


Summary of changes:
 epan/dissectors/packet-tls-utils.c | 39 +++++++-------------------------------
 epan/dissectors/packet-tls-utils.h |  7 -------
 epan/dissectors/packet-tls.c       | 12 ++++++------
 3 files changed, 13 insertions(+), 45 deletions(-)