Wireshark-commits: [Wireshark-commits] master 925f811: Adding string for "anyPolicy" OID to x509ce

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 03 Oct 2018 03:50:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=925f8119d7d4f42cf5f035dd308e4a168e92dd23
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

925f811 by Martin Peylo (wireshark@xxxxxxx):

    Adding string for "anyPolicy" OID to x509ce
    
    Commonly used in the certificate policies extension of X.509 CA certificates.
    Standardized in X.509 (and RFC 5280), existing in CertificateExtensions.asn
    
    Change-Id: I788127e7ccea7a31f9f3419aa425e607e772b97b
    Reviewed-on: https://code.wireshark.org/review/29981
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0bc74bb   Adding dissector for OIDs used in TCG X.509 Certificates
     add  925f811   Adding string for "anyPolicy" OID to x509ce


Summary of changes:
 epan/dissectors/asn1/x509ce/packet-x509ce-template.c |  2 ++
 epan/dissectors/packet-x509ce.c                      | 14 ++++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)