Wireshark-commits: [Wireshark-commits] master 584b813: ssl-utils: dissect the certificate type TLS
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 May 2014 17:54:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=584b81372b70f3fbb28e35df145215778b0d6663
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

584b813 by Hauke Mehrtens (hauke@xxxxxxxxxx):

    ssl-utils: dissect the certificate type TLS extension
    
    This analyses the certificate type extensions and then stores the
    certificate type in the ssl session. This way we can later show the
    certificate in the correct from.
    
    This is described in this draft:
    https://tools.ietf.org/html/draft-ietf-tls-oob-pubkey-11
    
    Change-Id: Ifdda165807bc29f1fc138da000a9a538ecd18b6e
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1371
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  419ea28   make terrestrial centre frequency filterable
    adds  584b813   ssl-utils: dissect the certificate type TLS extension


Summary of changes:
 epan/dissectors/packet-dtls.c      |   23 ++++++++------
 epan/dissectors/packet-ssl-utils.c |   61 +++++++++++++++++++++++++++++++++---
 epan/dissectors/packet-ssl-utils.h |   32 +++++++++++++++++--
 epan/dissectors/packet-ssl.c       |   21 ++++++++-----
 4 files changed, 112 insertions(+), 25 deletions(-)