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 daa62ae: Fixing, adding PKIX AuthorityInfoAccess OID

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Aug 2018 14:18:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=daa62ae7cbb54bed971e0d7f84bb7e324a366b7f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

daa62ae by Martin Peylo (wireshark@xxxxxxx):

    Fixing, adding PKIX AuthorityInfoAccess OID names
    
    RFCs 2459 / 5280 define the name for Authority Information Access as
    id-pe-authorityInfoAccess, and the sequence as AuthorityInfoAccessSyntax. This
    was mixed up - fixed.
    
    Adding related "Access Description" OID names id-ad-caIssuers and id-ad-ocsp
    from RFCs 2459 / 5280.
    
    Example certificate containing this extension and access descriptions e.g. used
    by https://www.google.com
    
    Change-Id: Ic6881531a2f6d8e318e8d3a47bcb1f7ea38e5236
    Reviewed-on: https://code.wireshark.org/review/29138
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  19f3204   gtp: Bugfix teid as HEX.
     add  daa62ae   Fixing, adding PKIX AuthorityInfoAccess OID names


Summary of changes:
 epan/dissectors/asn1/pkix1implicit/pkix1implicit.cnf | 4 +++-
 epan/dissectors/packet-pkix1implicit.c               | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)