#![allow(dead_code)]
#![allow(non_upper_case_globals)]
pub const SPC_INDIRECT_DATA_OBJID: &str = "1.3.6.1.4.1.311.2.1.4";
pub const SPC_SP_AGENCY_INFO_OBJID: &str = "1.3.6.1.4.1.311.2.1.10";
pub const SPC_STATEMENT_TYPE_OBJID: &str = "1.3.6.1.4.1.311.2.1.11";
pub const SPC_SP_OPUS_INFO_OBJID: &str = "1.3.6.1.4.1.311.2.1.12";
pub const SPC_CERT_EXTENSIONS_OBJID: &str = "1.3.6.1.4.1.311.2.1.14";
pub const SPC_PE_IMAGE_DATA_OBJID: &str = "1.3.6.1.4.1.311.2.1.15";
pub const SPC_RAW_FILE_DATA_OBJID: &str = "1.3.6.1.4.1.311.2.1.18";
pub const SPC_STRUCTURED_STORAGE_DATA_OBJID: &str = "1.3.6.1.4.1.311.2.1.19";
pub const SPC_JAVA_CLASS_DATA_OBJID: &str = "1.3.6.1.4.1.311.2.1.20";
pub const SPC_INDIVIDUAL_SP_KEY_PURPOSE_OBJID: &str = "1.3.6.1.4.1.311.2.1.21";
pub const SPC_COMMERCIAL_SP_KEY_PURPOSE_OBJID: &str = "1.3.6.1.4.1.311.2.1.22";
pub const SPC_CAB_DATA_OBJID: &str = "1.3.6.1.4.1.311.2.1.25";
pub const SPC_GLUE_RDN_OBJID: &str = "1.3.6.1.4.1.311.2.1.25";
pub const SPC_MINIMAL_CRITERIA_OBJID: &str = "1.3.6.1.4.1.311.2.1.26";
pub const SPC_FINANCIAL_CRITERIA_OBJID: &str = "1.3.6.1.4.1.311.2.1.27";
pub const SPC_LINK_OBJID: &str = "1.3.6.1.4.1.311.2.1.28";
pub const SPC_SIGINFO_OBJID: &str = "1.3.6.1.4.1.311.2.1.30";
pub const CAT_NAMEVALUE_OBJID: &str = "1.3.6.1.4.1.311.12.2.1";
pub const CAT_MEMBERINFO_OBJID: &str = "1.3.6.1.4.1.311.12.2.2";
pub const SZ_OID_RSA: &str = "1.2.840.113549";
pub const SZ_OID_PKCS: &str = "1.2.840.113549.1";
pub const SZ_OID_RSA_HASH: &str = "1.2.840.113549.2";
pub const SZ_OID_RSA_ENCRYPT: &str = "1.2.840.113549.3";
pub const SZ_OID_PKCS_1: &str = "1.2.840.113549.1.1";
pub const SZ_OID_PKCS_2: &str = "1.2.840.113549.1.2";
pub const SZ_OID_PKCS_3: &str = "1.2.840.113549.1.3";
pub const SZ_OID_PKCS_4: &str = "1.2.840.113549.1.4";
pub const SZ_OID_PKCS_5: &str = "1.2.840.113549.1.5";
pub const SZ_OID_PKCS_6: &str = "1.2.840.113549.1.6";
pub const SZ_OID_PKCS_7: &str = "1.2.840.113549.1.7";
pub const SZ_OID_PKCS_8: &str = "1.2.840.113549.1.8";
pub const SZ_OID_PKCS_9: &str = "1.2.840.113549.1.9";
pub const SZ_OID_PKCS_10: &str = "1.2.840.113549.1.10";
pub const SZ_OID_PKCS_11: &str = "1.2.840.113549.1.12";
pub const SZ_OID_RSA_RSA: &str = "1.2.840.113549.1.1.1";
pub const SZ_OID_RSA_MD2RSA: &str = "1.2.840.113549.1.1.2";
pub const SZ_OID_RSA_MD4RSA: &str = "1.2.840.113549.1.1.3";
pub const SZ_OID_RSA_MD5RSA: &str = "1.2.840.113549.1.1.4";
pub const SZ_OID_RSA_SHA1RSA: &str = "1.2.840.113549.1.1.5";
pub const SZ_OID_RSA_SET0AEP_RSA: &str = "1.2.840.113549.1.1.6";
pub const SZ_OID_RSA_SHA256RSA: &str = "1.2.840.113549.1.1.11";
pub const SZ_OID_RSA_SHA384RSA: &str = "1.2.840.113549.1.1.12";
pub const SZ_OID_RSA_SHA512RSA: &str = "1.2.840.113549.1.1.13";
pub const SZ_OID_RSA_DH: &str = "1.2.840.113549.1.3.1";
pub const SZ_OID_RSA_data: &str = "1.2.840.113549.1.7.1";
pub const SZ_OID_RSA_signedData: &str = "1.2.840.113549.1.7.2";
pub const SZ_OID_RSA_envelopedData: &str = "1.2.840.113549.1.7.3";
pub const SZ_OID_RSA_signEnvData: &str = "1.2.840.113549.1.7.4";
pub const SZ_OID_RSA_digestedData: &str = "1.2.840.113549.1.7.5";
pub const SZ_OID_RSA_hashedData: &str = "1.2.840.113549.1.7.5";
pub const SZ_OID_RSA_encryptedData: &str = "1.2.840.113549.1.7.6";
pub const SZ_OID_RSA_emailAddr: &str = "1.2.840.113549.1.9.1";
pub const SZ_OID_RSA_unstructName: &str = "1.2.840.113549.1.9.2";
pub const SZ_OID_RSA_contentType: &str = "1.2.840.113549.1.9.3";
pub const SZ_OID_RSA_messageDigest: &str = "1.2.840.113549.1.9.4";
pub const SZ_OID_RSA_signingTime: &str = "1.2.840.113549.1.9.5";
pub const SZ_OID_RSA_counterSign: &str = "1.2.840.113549.1.9.6";
pub const SZ_OID_RSA_challengePwd: &str = "1.2.840.113549.1.9.7";
pub const SZ_OID_RSA_unstructAddr: &str = "1.2.840.113549.1.9.9";
pub const SZ_OID_RSA_extCertAttrs: &str = "1.2.840.113549.1.9.9";
pub const SZ_OID_RSA_certExtensions: &str = "1.2.840.113549.1.9.14";
pub const SZ_OID_RSA_SMIMECapabilities: &str = "1.2.840.113549.1.9.15";
pub const SZ_OID_RSA_preferSignedData: &str = "1.2.840.113549.1.9.15.1";
pub const SZ_OID_RSA_SMIMEalg: &str = "1.2.840.113549.1.9.16.3";
pub const SZ_OID_RSA_SMIMEalgESDH: &str = "1.2.840.113549.1.9.16.3.5";
pub const SZ_OID_RSA_SMIMEalgCMS3DESwrap: &str = "1.2.840.113549.1.9.16.3.6";
pub const SZ_OID_RSA_SMIMEalgCMSRC2wrap: &str = "1.2.840.113549.1.9.16.3.7";
pub const SZ_OID_RSA_MD2: &str = "1.2.840.113549.2.2";
pub const SZ_OID_RSA_MD4: &str = "1.2.840.113549.2.4";
pub const SZ_OID_RSA_MD5: &str = "1.2.840.113549.2.5";
pub const SZ_OID_RSA_RC2CBC: &str = "1.2.840.113549.3.2";
pub const SZ_OID_RSA_RC4: &str = "1.2.840.113549.3.4";
pub const SZ_OID_RSA_DES_EDE3_CBC: &str = "1.2.840.113549.3.7";
pub const SZ_OID_RSA_RC5_CBCPad: &str = "1.2.840.113549.3.9";
pub const SZ_OID_ANSI_X942: &str = "1.2.840.10046";
pub const SZ_OID_ANSI_X942_DH: &str = "1.2.840.10046.2.1";
pub const SZ_OID_X957: &str = "1.2.840.10040";
pub const SZ_OID_X957_DSA: &str = "1.2.840.10040.4.1";
pub const SZ_OID_X957_SHA1DSA: &str = "1.2.840.10040.4.3";
pub const SZ_OID_DS: &str = "2.5";
pub const SZ_OID_DSALG: &str = "2.5.8";
pub const SZ_OID_DSALG_CRPT: &str = "2.5.8.1";
pub const SZ_OID_DSALG_HASH: &str = "2.5.8.2";
pub const SZ_OID_DSALG_SIGN: &str = "2.5.8.3";
pub const SZ_OID_DSALG_RSA: &str = "2.5.8.1.1";
pub const SZ_OID_OIW: &str = "1.3.14";
pub const SZ_OID_OIWSEC: &str = "1.3.14.3.2";
pub const SZ_OID_OIWSEC_md4RSA: &str = "1.3.14.3.2.2";
pub const SZ_OID_OIWSEC_md5RSA: &str = "1.3.14.3.2.3";
pub const SZ_OID_OIWSEC_md4RSA2: &str = "1.3.14.3.2.4";
pub const SZ_OID_OIWSEC_desECB: &str = "1.3.14.3.2.6";
pub const SZ_OID_OIWSEC_desCBC: &str = "1.3.14.3.2.7";
pub const SZ_OID_OIWSEC_desOFB: &str = "1.3.14.3.2.8";
pub const SZ_OID_OIWSEC_desCFB: &str = "1.3.14.3.2.9";
pub const SZ_OID_OIWSEC_desMAC: &str = "1.3.14.3.2.10";
pub const SZ_OID_OIWSEC_rsaSign: &str = "1.3.14.3.2.11";
pub const SZ_OID_OIWSEC_dsa: &str = "1.3.14.3.2.12";
pub const SZ_OID_OIWSEC_shaDSA: &str = "1.3.14.3.2.13";
pub const SZ_OID_OIWSEC_mdc2RSA: &str = "1.3.14.3.2.14";
pub const SZ_OID_OIWSEC_shaRSA: &str = "1.3.14.3.2.15";
pub const SZ_OID_OIWSEC_dhCommMod: &str = "1.3.14.3.2.16";
pub const SZ_OID_OIWSEC_desEDE: &str = "1.3.14.3.2.17";
pub const SZ_OID_OIWSEC_sha: &str = "1.3.14.3.2.18";
pub const SZ_OID_OIWSEC_mdc2: &str = "1.3.14.3.2.19";
pub const SZ_OID_OIWSEC_dsaComm: &str = "1.3.14.3.2.20";
pub const SZ_OID_OIWSEC_dsaCommSHA: &str = "1.3.14.3.2.21";
pub const SZ_OID_OIWSEC_rsaXchg: &str = "1.3.14.3.2.22";
pub const SZ_OID_OIWSEC_keyHashSeal: &str = "1.3.14.3.2.23";
pub const SZ_OID_OIWSEC_md2RSASign: &str = "1.3.14.3.2.24";
pub const SZ_OID_OIWSEC_md5RSASign: &str = "1.3.14.3.2.25";
pub const SZ_OID_OIWSEC_sha1: &str = "1.3.14.3.2.26";
pub const SZ_OID_OIWSEC_dsaSHA1: &str = "1.3.14.3.2.27";
pub const SZ_OID_OIWSEC_dsaCommSHA1: &str = "1.3.14.3.2.28";
pub const SZ_OID_OIWSEC_sha1RSASign: &str = "1.3.14.3.2.29";
pub const SZ_OID_OIWDIR: &str = "1.3.14.7.2";
pub const SZ_OID_OIWDIR_CRPT: &str = "1.3.14.7.2.1";
pub const SZ_OID_OIWDIR_HASH: &str = "1.3.14.7.2.2";
pub const SZ_OID_OIWDIR_SIGN: &str = "1.3.14.7.2.3";
pub const SZ_OID_OIWDIR_md2: &str = "1.3.14.7.2.2.1";
pub const SZ_OID_OIWDIR_md2RSA: &str = "1.3.14.7.2.3.1";
pub const SZ_OID_INFOSEC: &str = "2.16.840.1.101.2.1";
pub const SZ_OID_INFOSEC_sdnsSignature: &str = "2.16.840.1.101.2.1.1.1";
pub const SZ_OID_INFOSEC_mosaicSignature: &str = "2.16.840.1.101.2.1.1.2";
pub const SZ_OID_INFOSEC_sdnsConfidentiality: &str = "2.16.840.1.101.2.1.1.3";
pub const SZ_OID_INFOSEC_mosaicConfidentiality: &str = "2.16.840.1.101.2.1.1.4";
pub const SZ_OID_INFOSEC_sdnsIntegrity: &str = "2.16.840.1.101.2.1.1.5";
pub const SZ_OID_INFOSEC_mosaicIntegrity: &str = "2.16.840.1.101.2.1.1.6";
pub const SZ_OID_INFOSEC_sdnsTokenProtection: &str = "2.16.840.1.101.2.1.1.7";
pub const SZ_OID_INFOSEC_mosaicTokenProtection: &str = "2.16.840.1.101.2.1.1.8";
pub const SZ_OID_INFOSEC_sdnsKeyManagement: &str = "2.16.840.1.101.2.1.1.9";
pub const SZ_OID_INFOSEC_mosaicKeyManagement: &str = "2.16.840.1.101.2.1.1.10";
pub const SZ_OID_INFOSEC_sdnsKMandSig: &str = "2.16.840.1.101.2.1.1.11";
pub const SZ_OID_INFOSEC_mosaicKMandSig: &str = "2.16.840.1.101.2.1.1.12";
pub const SZ_OID_INFOSEC_SuiteASignature: &str = "2.16.840.1.101.2.1.1.13";
pub const SZ_OID_INFOSEC_SuiteAConfidentiality: &str = "2.16.840.1.101.2.1.1.14";
pub const SZ_OID_INFOSEC_SuiteAIntegrity: &str = "2.16.840.1.101.2.1.1.15";
pub const SZ_OID_INFOSEC_SuiteATokenProtection: &str = "2.16.840.1.101.2.1.1.16";
pub const SZ_OID_INFOSEC_SuiteAKeyManagement: &str = "2.16.840.1.101.2.1.1.17";
pub const SZ_OID_INFOSEC_SuiteAKMandSig: &str = "2.16.840.1.101.2.1.1.18";
pub const SZ_OID_INFOSEC_mosaicUpdatedSig: &str = "2.16.840.1.101.2.1.1.19";
pub const SZ_OID_INFOSEC_mosaicKMandUpdSig: &str = "2.16.840.1.101.2.1.1.20";
pub const SZ_OID_INFOSEC_mosaicUpdateInteg: &str = "2.16.840.1.101.2.1.1.21";
pub const SZ_OID_COMMON_NAME: &str = "2.5.4.3";
pub const SZ_OID_SUR_NAME: &str = "2.5.4.4";
pub const SZ_OID_DEVICE_SERIAL_NUMBER: &str = "2.5.4.5";
pub const SZ_OID_COUNTRY_NAME: &str = "2.5.4.6";
pub const SZ_OID_LOCALITY_NAME: &str = "2.5.4.7";
pub const SZ_OID_STATE_OR_PROVINCE_NAME: &str = "2.5.4.8";
pub const SZ_OID_STREET_ADDRESS: &str = "2.5.4.9";
pub const SZ_OID_ORGANIZATION_NAME: &str = "2.5.4.10";
pub const SZ_OID_ORGANIZATIONAL_UNIT_NAME: &str = "2.5.4.11";
pub const SZ_OID_TITLE: &str = "2.5.4.12";
pub const SZ_OID_DESCRIPTION: &str = "2.5.4.13";
pub const SZ_OID_SEARCH_GUIDE: &str = "2.5.4.14";
pub const SZ_OID_BUSINESS_CATEGORY: &str = "2.5.4.15";
pub const SZ_OID_POSTAL_ADDRESS: &str = "2.5.4.16";
pub const SZ_OID_POSTAL_CODE: &str = "2.5.4.17";
pub const SZ_OID_POST_OFFICE_BOX: &str = "2.5.4.18";
pub const SZ_OID_PHYSICAL_DELIVERY_OFFICE_NAME: &str = "2.5.4.19";
pub const SZ_OID_TELEPHONE_NUMBER: &str = "2.5.4.20";
pub const SZ_OID_TELEX_NUMBER: &str = "2.5.4.21";
pub const SZ_OID_TELETEXT_TERMINAL_IDENTIFIER: &str = "2.5.4.22";
pub const SZ_OID_FACSIMILE_TELEPHONE_NUMBER: &str = "2.5.4.23";
pub const SZ_OID_X21_ADDRESS: &str = "2.5.4.24";
pub const SZ_OID_INTERNATIONAL_ISDN_NUMBER: &str = "2.5.4.25";
pub const SZ_OID_REGISTERED_ADDRESS: &str = "2.5.4.26";
pub const SZ_OID_DESTINATION_INDICATOR: &str = "2.5.4.27";
pub const SZ_OID_PREFERRED_DELIVERY_METHOD: &str = "2.5.4.28";
pub const SZ_OID_PRESENTATION_ADDRESS: &str = "2.5.4.29";
pub const SZ_OID_SUPPORTED_APPLICATION_CONTEXT: &str = "2.5.4.30";
pub const SZ_OID_MEMBER: &str = "2.5.4.31";
pub const SZ_OID_OWNER: &str = "2.5.4.32";
pub const SZ_OID_ROLE_OCCUPANT: &str = "2.5.4.33";
pub const SZ_OID_SEE_ALSO: &str = "2.5.4.34";
pub const SZ_OID_USER_PASSWORD: &str = "2.5.4.35";
pub const SZ_OID_USER_CERTIFICATE: &str = "2.5.4.36";
pub const SZ_OID_CA_CERTIFICATE: &str = "2.5.4.37";
pub const SZ_OID_AUTHORITY_REVOCATION_LIST: &str = "2.5.4.38";
pub const SZ_OID_CERTIFICATE_REVOCATION_LIST: &str = "2.5.4.39";
pub const SZ_OID_CROSS_CERTIFICATE_PAIR: &str = "2.5.4.40";
pub const SZ_OID_GIVEN_NAME: &str = "2.5.4.42";
pub const SZ_OID_INITIALS: &str = "2.5.4.43";
pub const SZ_OID_DN_QUALIFIER: &str = "2.5.4.46";
pub const SZ_OID_AUTHORITY_KEY_IDENTIFIER: &str = "2.5.29.1";
pub const SZ_OID_KEY_ATTRIBUTES: &str = "2.5.29.2";
pub const SZ_OID_CERT_POLICIES_95: &str = "2.5.29.3";
pub const SZ_OID_KEY_USAGE_RESTRICTION: &str = "2.5.29.4";
pub const SZ_OID_LEGACY_POLICY_MAPPINGS: &str = "2.5.29.5";
pub const SZ_OID_SUBJECT_ALT_NAME: &str = "2.5.29.7";
pub const SZ_OID_ISSUER_ALT_NAME: &str = "2.5.29.8";
pub const SZ_OID_SUBJECT_DIR_ATTRS: &str = "2.5.29.9";
pub const SZ_OID_BASIC_CONSTRAINTS: &str = "2.5.29.10";
pub const SZ_OID_SUBJECT_KEY_IDENTIFIER: &str = "2.5.29.14";
pub const SZ_OID_KEY_USAGE: &str = "2.5.29.15";
pub const SZ_OID_PRIVATEKEY_USAGE_PERIOD: &str = "2.5.29.16";
pub const SZ_OID_SUBJECT_ALT_NAME2: &str = "2.5.29.17";
pub const SZ_OID_ISSUER_ALT_NAME2: &str = "2.5.29.18";
pub const SZ_OID_BASIC_CONSTRAINTS2: &str = "2.5.29.19";
pub const SZ_OID_CRL_NUMBER: &str = "2.5.29.20";
pub const SZ_OID_CRL_REASON_CODE: &str = "2.5.29.21";
pub const SZ_OID_REASON_CODE_HOLD: &str = "2.5.29.23";
pub const SZ_OID_DELTA_CRL_INDICATOR: &str = "2.5.29.27";
pub const SZ_OID_ISSUING_DIST_POINT: &str = "2.5.29.28";
pub const SZ_OID_NAME_CONSTRAINTS: &str = "2.5.29.30";
pub const SZ_OID_CRL_DIST_POINTS: &str = "2.5.29.31";
pub const SZ_OID_CERT_POLICIES: &str = "2.5.29.32";
pub const SZ_OID_ANY_CERT_POLICY: &str = "2.5.29.32.0";
pub const SZ_OID_POLICY_MAPPINGS: &str = "2.5.29.33";
pub const SZ_OID_AUTHORITY_KEY_IDENTIFIER2: &str = "2.5.29.35";
pub const SZ_OID_POLICY_CONSTRAINTS: &str = "2.5.29.36";
pub const SZ_OID_ENHANCED_KEY_USAGE: &str = "2.5.29.37";
pub const SZ_OID_FRESHEST_CRL: &str = "2.5.29.46";
pub const SZ_OID_INHIBIT_ANY_POLICY: &str = "2.5.29.54";
pub const SZ_OID_DOMAIN_COMPONENT: &str = "0.9.2342.19200300.100.1.25";
pub const SZ_OID_PKCS_12_FRIENDLY_NAME_ATTR: &str = "1.2.840.113549.1.9.20";
pub const SZ_OID_PKCS_12_LOCAL_KEY_ID: &str = "1.2.840.113549.1.9.21";
pub const SZ_OID_CERT_EXTENSIONS: &str = "1.3.6.1.4.1.311.2.1.14";
pub const SZ_OID_NEXT_UPDATE_LOCATION: &str = "1.3.6.1.4.1.311.10.2";
pub const SZ_OID_KP_CTL_USAGE_SIGNING: &str = "1.3.6.1.4.1.311.10.3.1";
pub const SZ_OID_KP_TIME_STAMP_SIGNING: &str = "1.3.6.1.4.1.311.10.3.2";
pub const SZ_OID_SERVER_GATED_CRYPTO: &str = "1.3.6.1.4.1.311.10.3.3";
pub const SZ_OID_SGC_NETSCAPE: &str = "2.16.840.1.113730.4.1";
pub const SZ_OID_KP_EFS: &str = "1.3.6.1.4.1.311.10.3.4";
pub const SZ_OID_EFS_RECOVERY: &str = "1.3.6.1.4.1.311.10.3.4.1";
pub const SZ_OID_WHQL_CRYPTO: &str = "1.3.6.1.4.1.311.10.3.5";
pub const SZ_OID_NT5_CRYPTO: &str = "1.3.6.1.4.1.311.10.3.6";
pub const SZ_OID_OEM_WHQL_CRYPTO: &str = "1.3.6.1.4.1.311.10.3.7";
pub const SZ_OID_EMBEDDED_NT_CRYPTO: &str = "1.3.6.1.4.1.311.10.3.8";
pub const SZ_OID_ROOT_LIST_SIGNER: &str = "1.3.6.1.4.1.311.10.3.9";
pub const SZ_OID_KP_QUALIFIED_SUBORDINATION: &str = "1.3.6.1.4.1.311.10.3.10";
pub const SZ_OID_KP_KEY_RECOVERY: &str = "1.3.6.1.4.1.311.10.3.11";
pub const SZ_OID_KP_DOCUMENT_SIGNING: &str = "1.3.6.1.4.1.311.10.3.12";
pub const SZ_OID_KP_LIFETIME_SIGNING: &str = "1.3.6.1.4.1.311.10.3.13";
pub const SZ_OID_KP_MOBILE_DEVICE_SOFTWARE: &str = "1.3.6.1.4.1.311.10.3.14";
pub const SZ_OID_YESNO_TRUST_ATTR: &str = "1.3.6.1.4.1.311.10.4.1";
pub const SZ_OID_DRM: &str = "1.3.6.1.4.1.311.10.5.1";
pub const SZ_OID_DRM_INDIVIDUALIZATION: &str = "1.3.6.1.4.1.311.10.5.2";
pub const SZ_OID_LICENSES: &str = "1.3.6.1.4.1.311.10.6.1";
pub const SZ_OID_LICENSE_SERVER: &str = "1.3.6.1.4.1.311.10.6.2";
pub const SZ_OID_REMOVE_CERTIFICATE: &str = "1.3.6.1.4.1.311.10.8.1";
pub const SZ_OID_CROSS_CERT_DIST_POINTS: &str = "1.3.6.1.4.1.311.10.9.1";
pub const SZ_OID_CTL: &str = "1.3.6.1.4.1.311.10.1";
pub const SZ_OID_SORTED_CTL: &str = "1.3.6.1.4.1.311.10.1.1";
pub const SZ_OID_ANY_APPLICATION_POLICY: &str = "1.3.6.1.4.1.311.10.12.1";
pub const SZ_OID_RENEWAL_CERTIFICATE: &str = "1.3.6.1.4.1.311.13.1";
pub const SZ_OID_ENROLLMENT_NAME_VALUE_PAIR: &str = "1.3.6.1.4.1.311.13.2.1";
pub const SZ_OID_ENROLLMENT_CSP_PROVIDER: &str = "1.3.6.1.4.1.311.13.2.2";
pub const SZ_OID_OS_VERSION: &str = "1.3.6.1.4.1.311.13.2.3";
pub const SZ_OID_PKCS_12_KEY_PROVIDER_NAME_ATTR: &str = "1.3.6.1.4.1.311.17.1";
pub const SZ_OID_LOCAL_MACHINE_KEYSET: &str = "1.3.6.1.4.1.311.17.2";
pub const SZ_OID_AUTO_ENROLL_CTL_USAGE: &str = "1.3.6.1.4.1.311.20.1";
pub const SZ_OID_ENROLL_CERTTYPE_EXTENSION: &str = "1.3.6.1.4.1.311.20.2";
pub const SZ_OID_ENROLLMENT_AGENT: &str = "1.3.6.1.4.1.311.20.2.1";
pub const SZ_OID_KP_SMARTCARD_LOGON: &str = "1.3.6.1.4.1.311.20.2.2";
pub const SZ_OID_NT_PRINCIPAL_NAME: &str = "1.3.6.1.4.1.311.20.2.3";
pub const SZ_OID_CERT_MANIFOLD: &str = "1.3.6.1.4.1.311.20.3";
pub const SZ_OID_CERTSRV_CA_VERSION: &str = "1.3.6.1.4.1.311.21.1";
pub const SZ_OID_CERTSRV_PREVIOUS_CERT_HASH: &str = "1.3.6.1.4.1.311.21.2";
pub const SZ_OID_CRL_VIRTUAL_BASE: &str = "1.3.6.1.4.1.311.21.3";
pub const SZ_OID_CRL_NEXT_PUBLISH: &str = "1.3.6.1.4.1.311.21.4";
pub const SZ_OID_KP_CA_EXCHANGE: &str = "1.3.6.1.4.1.311.21.5";
pub const SZ_OID_KP_KEY_RECOVERY_AGENT: &str = "1.3.6.1.4.1.311.21.6";
pub const SZ_OID_CERTIFICATE_TEMPLATE: &str = "1.3.6.1.4.1.311.21.7";
pub const SZ_OID_ENTERPRISE_OID_ROOT: &str = "1.3.6.1.4.1.311.21.8";
pub const SZ_OID_RDN_DUMMY_SIGNER: &str = "1.3.6.1.4.1.311.21.9";
pub const SZ_OID_APPLICATION_CERT_POLICIES: &str = "1.3.6.1.4.1.311.21.10";
pub const SZ_OID_APPLICATION_POLICY_MAPPINGS: &str = "1.3.6.1.4.1.311.21.11";
pub const SZ_OID_APPLICATION_POLICY_CONSTRAINTS: &str = "1.3.6.1.4.1.311.21.12";
pub const SZ_OID_ARCHIVED_KEY_ATTR: &str = "1.3.6.1.4.1.311.21.13";
pub const SZ_OID_CRL_SELF_CDP: &str = "1.3.6.1.4.1.311.21.14";
pub const SZ_OID_REQUIRE_CERT_CHAIN_POLICY: &str = "1.3.6.1.4.1.311.21.15";
pub const SZ_OID_ARCHIVED_KEY_CERT_HASH: &str = "1.3.6.1.4.1.311.21.16";
pub const SZ_OID_ISSUED_CERT_HASH: &str = "1.3.6.1.4.1.311.21.17";
pub const SZ_OID_DS_EMAIL_REPLICATION: &str = "1.3.6.1.4.1.311.21.19";
pub const SZ_OID_REQUEST_CLIENT_INFO: &str = "1.3.6.1.4.1.311.21.20";
pub const SZ_OID_ENCRYPTED_KEY_HASH: &str = "1.3.6.1.4.1.311.21.21";
pub const SZ_OID_CERTSRV_CROSSCA_VERSION: &str = "1.3.6.1.4.1.311.21.22";
pub const SZ_OID_KEYID_RDN: &str = "1.3.6.1.4.1.311.10.7.1";
pub const SZ_OID_PKIX: &str = "1.3.6.1.5.5.7";
pub const SZ_OID_PKIX_PE: &str = "1.3.6.1.5.5.7.1";
pub const SZ_OID_AUTHORITY_INFO_ACCESS: &str = "1.3.6.1.5.5.7.1.1";
pub const SZ_OID_PKIX_POLICY_QUALIFIER_CPS: &str = "1.3.6.1.5.5.7.2.1";
pub const SZ_OID_PKIX_POLICY_QUALIFIER_USERNOTICE: &str = "1.3.6.1.5.5.7.2.2";
pub const SZ_OID_PKIX_KP: &str = "1.3.6.1.5.5.7.3";
pub const SZ_OID_PKIX_KP_SERVER_AUTH: &str = "1.3.6.1.5.5.7.3.1";
pub const SZ_OID_PKIX_KP_CLIENT_AUTH: &str = "1.3.6.1.5.5.7.3.2";
pub const SZ_OID_PKIX_KP_CODE_SIGNING: &str = "1.3.6.1.5.5.7.3.3";
pub const SZ_OID_PKIX_KP_EMAIL_PROTECTION: &str = "1.3.6.1.5.5.7.3.4";
pub const SZ_OID_PKIX_KP_IPSEC_END_SYSTEM: &str = "1.3.6.1.5.5.7.3.5";
pub const SZ_OID_PKIX_KP_IPSEC_TUNNEL: &str = "1.3.6.1.5.5.7.3.6";
pub const SZ_OID_PKIX_KP_IPSEC_USER: &str = "1.3.6.1.5.5.7.3.7";
pub const SZ_OID_PKIX_KP_TIMESTAMP_SIGNING: &str = "1.3.6.1.5.5.7.3.8";
pub const SZ_OID_PKIX_NO_SIGNATURE: &str = "1.3.6.1.5.5.7.6.2";
pub const SZ_OID_CMC: &str = "1.3.6.1.5.5.7.7";
pub const SZ_OID_CMC_STATUS_INFO: &str = "1.3.6.1.5.5.7.7.1";
pub const SZ_OID_CMC_IDENTIFICATION: &str = "1.3.6.1.5.5.7.7.2";
pub const SZ_OID_CMC_IDENTITY_PROOF: &str = "1.3.6.1.5.5.7.7.3";
pub const SZ_OID_CMC_DATA_RETURN: &str = "1.3.6.1.5.5.7.7.4";
pub const SZ_OID_CMC_TRANSACTION_ID: &str = "1.3.6.1.5.5.7.7.5";
pub const SZ_OID_CMC_SENDER_NONCE: &str = "1.3.6.1.5.5.7.7.6";
pub const SZ_OID_CMC_RECIPIENT_NONCE: &str = "1.3.6.1.5.5.7.7.7";
pub const SZ_OID_CMC_ADD_EXTENSIONS: &str = "1.3.6.1.5.5.7.7.8";
pub const SZ_OID_CMC_ENCRYPTED_POP: &str = "1.3.6.1.5.5.7.7.9";
pub const SZ_OID_CMC_DECRYPTED_POP: &str = "1.3.6.1.5.5.7.7.10";
pub const SZ_OID_CMC_LRA_POP_WITNESS: &str = "1.3.6.1.5.5.7.7.11";
pub const SZ_OID_CMC_GET_CERT: &str = "1.3.6.1.5.5.7.7.15";
pub const SZ_OID_CMC_GET_CRL: &str = "1.3.6.1.5.5.7.7.16";
pub const SZ_OID_CMC_REVOKE_REQUEST: &str = "1.3.6.1.5.5.7.7.17";
pub const SZ_OID_CMC_REG_INFO: &str = "1.3.6.1.5.5.7.7.18";
pub const SZ_OID_CMC_RESPONSE_INFO: &str = "1.3.6.1.5.5.7.7.19";
pub const SZ_OID_CMC_QUERY_PENDING: &str = "1.3.6.1.5.5.7.7.21";
pub const SZ_OID_CMC_ID_POP_LINK_RANDOM: &str = "1.3.6.1.5.5.7.7.22";
pub const SZ_OID_CMC_ID_POP_LINK_WITNESS: &str = "1.3.6.1.5.5.7.7.23";
pub const SZ_OID_CT_PKI_DATA: &str = "1.3.6.1.5.5.7.12.2";
pub const SZ_OID_CT_PKI_RESPONSE: &str = "1.3.6.1.5.5.7.12.3";
pub const SZ_OID_PKIX_ACC_DESCR: &str = "1.3.6.1.5.5.7.48";
pub const SZ_OID_PKIX_OCSP: &str = "1.3.6.1.5.5.7.48.1";
pub const SZ_OID_PKIX_CA_ISSUERS: &str = "1.3.6.1.5.5.7.48.2";
pub const SZ_OID_IPSEC_KP_IKE_INTERMEDIATE: &str = "1.3.6.1.5.5.8.2.2";
pub const SZ_OID_SERIALIZED: &str = "1.3.6.1.4.1.311.10.3.3.1";
pub const SZ_OID_PRODUCT_UPDATE: &str = "1.3.6.1.4.1.311.31.1";
pub const SZ_OID_NETSCAPE: &str = "2.16.840.1.113730";
pub const SZ_OID_NETSCAPE_CERT_EXTENSION: &str = "2.16.840.1.113730.1";
pub const SZ_OID_NETSCAPE_CERT_TYPE: &str = "2.16.840.1.113730.1.1";
pub const SZ_OID_NETSCAPE_BASE_URL: &str = "2.16.840.1.113730.1.2";
pub const SZ_OID_NETSCAPE_REVOCATION_URL: &str = "2.16.840.1.113730.1.3";
pub const SZ_OID_NETSCAPE_CA_REVOCATION_URL: &str = "2.16.840.1.113730.1.4";
pub const SZ_OID_NETSCAPE_CERT_RENEWAL_URL: &str = "2.16.840.1.113730.1.7";
pub const SZ_OID_NETSCAPE_CA_POLICY_URL: &str = "2.16.840.1.113730.1.8";
pub const SZ_OID_NETSCAPE_SSL_SERVER_NAME: &str = "2.16.840.1.113730.1.12";
pub const SZ_OID_NETSCAPE_COMMENT: &str = "2.16.840.1.113730.1.13";
pub const SZ_OID_NETSCAPE_DATA_TYPE: &str = "2.16.840.1.113730.2";
pub const SZ_OID_NETSCAPE_CERT_SEQUENCE: &str = "2.16.840.1.113730.2.5";