Wireshark-commits: [Wireshark-commits] master 5aaec7f: oscore: Update to RFC8613.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 May 2020 06:59:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5aaec7f16dca14d2184edbd9a7dc53df11b379cc
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5aaec7f by Mališa Vučinić (malishav@xxxxxxxxx):

    oscore: Update to RFC8613.
    
    -Update dissection of the OSCORE option.
    -Enable zero-length Sender and Recipient ID.
    -Add ID Context field in preferences.
    -Update context derivation to rfc8613.
    -Extend context lookup to include ID context.
    -Fix Observe responses.
    
    Bug: 16585
    Change-Id: Ib9823a54cf535be3559e1c41a19b8b612458777f
    Reviewed-on: https://code.wireshark.org/review/37314
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  53a2478   kerberos: fix build without krb5_c_fx_cf2_simple().
     add  5aaec7f   oscore: Update to RFC8613.


Summary of changes:
 epan/dissectors/packet-coap.c   |  60 +++++++++++-------------
 epan/dissectors/packet-coap.h   |  25 ++--------
 epan/dissectors/packet-oscore.c | 101 ++++++++++++++++++++++++++++------------
 epan/dissectors/packet-oscore.h |   5 +-
 4 files changed, 105 insertions(+), 86 deletions(-)