ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-1.12 098aa9f: ssl-utils: dissect the certificate type

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Jul 2014 08:05:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=098aa9f54ab40f9a5d08e54ce9b036312e028a85
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

098aa9f 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>
    (cherry picked from commit 584b81372b70f3fbb28e35df145215778b0d6663)
    Reviewed-on: https://code.wireshark.org/review/2815
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9c1607f   ssl: use SslSession
    adds  098aa9f   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(-)