ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e13989f: PKIX: support TLS Feature extension (RFC 763

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Aug 2018 09:10:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e13989fd0a9fe464ee87d08ef570e2b43622b880
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e13989f by Peter Wu (peter@xxxxxxxxxxxxx):

    PKIX: support TLS Feature extension (RFC 7633)
    
    This extension is used for the OCSP Must-Staple property. For the lack
    of a better place, it is currently added to the PKIX1Explicit module.
    
    Bug: 15052
    Change-Id: I0bb04f3e446ca4d458683625485ed58c6e64c195
    Reviewed-on: https://code.wireshark.org/review/29062
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  254364f   Get rid of unused routine.
     add  e13989f   PKIX: support TLS Feature extension (RFC 7633)


Summary of changes:
 .../asn1/pkix1explicit/PKIX1EXPLICIT93.asn         |  4 ++
 .../pkix1explicit/packet-pkix1explicit-template.c  |  3 ++
 .../asn1/pkix1explicit/pkix1explicit.cnf           |  5 ++
 epan/dissectors/packet-pkix1explicit.c             | 60 +++++++++++++++++-----
 4 files changed, 60 insertions(+), 12 deletions(-)