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(-)