Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-1.12 7db5606: ssl/dtls: add support for Raw Public ke

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 12 Jul 2014 00:45:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7db56060b262cdaa87f91321fff83e133241bf01
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

7db5606 by Hauke Mehrtens (hauke@xxxxxxxxxx):

    ssl/dtls: add support for Raw Public keys
    
    Instead of X.509 certificates now also Raw public keys are supported
    and shown correctly.
    
    This is described in this draft:
    https://tools.ietf.org/html/draft-ietf-tls-oob-pubkey-11
    
    Change-Id: Ibe7610aace31a19791b02e71ccd8d9ceb8cf979d
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1372
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit a8e6d128ab85da609915b92f3d9e370203b67131)
    Reviewed-on: https://code.wireshark.org/review/2999
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  615b70a   GTP: allow empty Data Record Packet IE
    adds  7db5606   ssl/dtls: add support for Raw Public keys


Summary of changes:
 epan/dissectors/packet-dtls.c      |   36 ++++++++++++++++++++++++------------
 epan/dissectors/packet-ssl-utils.c |    2 +-
 epan/dissectors/packet-ssl-utils.h |    1 +
 epan/dissectors/packet-ssl.c       |   35 ++++++++++++++++++++++++-----------
 4 files changed, 50 insertions(+), 24 deletions(-)