wireshark/epan/dissectors/packet-tcg-cp-oids.h
Martin Peylo 0bc74bb7ea Adding dissector for OIDs used in TCG X.509 Certificates
OIDs used in Trusted Computing Group X.509 Certificate Profiles are available in
https://www.trustedcomputinggroup.org/wp-content/uploads/Credential_Profile_EK_V2.0_R14_published.pdf
Example Certificates in PEM format are in Appendix A.

The relevant TCG OIDs are mostly used in certificate extensions like:
- subjectAltName
- extKeyUsage
- subjectDirectoryAttributes

Change-Id: Ifd44f598bea0b32b4471dfec2fd3af74f7a9e33e
Reviewed-on: https://code.wireshark.org/review/29983
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-03 03:49:44 +00:00

30 lines
1 KiB
C

/* Do not modify this file. Changes will be overwritten. */
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-tcg-cp-oids.h */
/* asn2wrs.py -b -p tcg-cp-oids -c ./tcg-cp-oids.cnf -s ./packet-tcg-cp-oids-template -D . -O ../.. tcg-cp-oids.asn */
/* Input file: packet-tcg-cp-oids-template.h */
#line 1 "./asn1/tcg-cp-oids/packet-tcg-cp-oids-template.h"
/* packet-tcg-cp-oids.h
* Routines for TCG Certificate Profile OIDs
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_TCG_CP_OIDS_H
#define PACKET_TCG_CP_OIDS_H
/*--- Included file: packet-tcg-cp-oids-exp.h ---*/
#line 1 "./asn1/tcg-cp-oids/packet-tcg-cp-oids-exp.h"
/*--- End of included file: packet-tcg-cp-oids-exp.h ---*/
#line 15 "./asn1/tcg-cp-oids/packet-tcg-cp-oids-template.h"
#endif /* PACKET_TCG_CP_OIDS_H */