Wireshark-commits: [Wireshark-commits] master a8e6d12: ssl/dtls: add support for Raw Public keys
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 May 2014 17:55:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8e6d128ab85da609915b92f3d9e370203b67131
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a8e6d12 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>
    

Actions performed:

    from  584b813   ssl-utils: dissect the certificate type TLS extension
    adds  a8e6d12   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(-)