⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dumpasn1.cfg

📁 cryptlib安全工具包
💻 CFG
📖 第 1 页 / 共 5 页
字号:
# dumpasn1 Object Identifier configuration file, available from
# http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg.  This is read by
# dumpasn1.c and is used to display information on Object Identifiers found in
# ASN.1 objects.  This is merely a list of things that you might conceivably
# find in use somewhere, and should in no way be taken as a guide to which OIDs
# to use - many of these will never been seen in the wild, or should be shot on
# sight if encountered.
#
# The format of this file is as follows:
#
# - All blank lines and lines beginning with a '#' are ignored.
# - OIDs are described by a set of attributes, of which at least the 'OID' and
#   'Description' must be present.  Optional attributes are a 'Comment' and a
#   'Warning' (to indicate that dumpasn1 will display a warning if this OID is
#   encountered).
# - Attributes are listed one per line.  The first attribute should be an 'OID'
#   attribute since this is used to denote the start of a new OID description.
#   The other attributes may be given in any order.
# - Offical attribute names vary widely depending on who's creating them.  In
#	an attempt at avoiding a confusing mass of naming styles, this file aims
#	for consistency by normalising the naming for attributes, however this
#	means that the name used here may not entirely match the actual name.
#
# See the rest of this file for examples of what an OID description should look
# like.

# Deutsche Telekom/Telesec

OID = 06 05 02 82 06 01 0A
Comment = Deutsche Telekom
Description = Telesec (0 2 262 1 10)

OID = 06 06 02 82 06 01 0A 00
Comment = Telesec
Description = extension (0 2 262 1 10 0)

OID = 06 06 02 82 06 01 0A 01
Comment = Telesec
Description = mechanism (0 2 262 1 10 1)

OID = 06 07 02 82 06 01 0A 01 00
Comment = Telesec mechanism
Description = authentication (0 2 262 1 10 1 0)

OID = 06 08 02 82 06 01 0A 01 00 01
Comment = Telesec authentication
Description = passwordAuthentication (0 2 262 1 10 1 0 1)

OID = 06 08 02 82 06 01 0A 01 00 02
Comment = Telesec authentication
Description = protectedPasswordAuthentication (0 2 262 1 10 1 0 2)

OID = 06 08 02 82 06 01 0A 01 00 03
Comment = Telesec authentication
Description = oneWayX509Authentication (0 2 262 1 10 1 0 3)

OID = 06 08 02 82 06 01 0A 01 00 04
Comment = Telesec authentication
Description = twoWayX509Authentication (0 2 262 1 10 1 0 4)

OID = 06 08 02 82 06 01 0A 01 00 05
Comment = Telesec authentication
Description = threeWayX509Authentication (0 2 262 1 10 1 0 5)

OID = 06 08 02 82 06 01 0A 01 00 06
Comment = Telesec authentication
Description = oneWayISO9798Authentication (0 2 262 1 10 1 0 6)

OID = 06 08 02 82 06 01 0A 01 00 07
Comment = Telesec authentication
Description = twoWayISO9798Authentication (0 2 262 1 10 1 0 7)

OID = 06 08 02 82 06 01 0A 01 00 08
Comment = Telesec authentication
Description = telekomAuthentication (0 2 262 1 10 1 0 8)

OID = 06 07 02 82 06 01 0A 01 01
Comment = Telesec mechanism
Description = signature (0 2 262 1 10 1 1)

OID = 06 08 02 82 06 01 0A 01 01 01
Comment = Telesec mechanism
Description = md4WithRSAAndISO9697 (0 2 262 1 10 1 1 1)

OID = 06 08 02 82 06 01 0A 01 01 02
Comment = Telesec mechanism
Description = md4WithRSAAndTelesecSignatureStandard (0 2 262 1 10 1 1 2)

OID = 06 08 02 82 06 01 0A 01 01 03
Comment = Telesec mechanism
Description = md5WithRSAAndISO9697 (0 2 262 1 10 1 1 3)

OID = 06 08 02 82 06 01 0A 01 01 04
Comment = Telesec mechanism
Description = md5WithRSAAndTelesecSignatureStandard (0 2 262 1 10 1 1 4)

# PKCS #1 signature with RIPEMD-160
OID = 06 08 02 82 06 01 0A 01 01 05
Comment = Telesec mechanism
Description = ripemd160WithRSAAndTelekomSignatureStandard (0 2 262 1 10 1 1 5)

# RIPEMD-160 with raw RSA (ie no padding, just 160 bytes encrypted) signature
OID = 06 08 02 82 06 01 0A 01 01 09
Comment = Telesec signature
Description = hbciRsaSignature (0 2 262 1 10 1 1 9)

OID = 06 07 02 82 06 01 0A 01 02
Comment = Telesec mechanism
Description = encryption (0 2 262 1 10 1 2)

# Specially recommended by the NSA for German use
OID = 06 08 02 82 06 01 0A 01 02 00
Comment = Telesec encryption
Description = none (0 2 262 1 10 1 2 0)

OID = 06 08 02 82 06 01 0A 01 02 01
Comment = Telesec encryption
Description = rsaTelesec (0 2 262 1 10 1 2 1)

OID = 06 08 02 82 06 01 0A 01 02 02
Comment = Telesec encryption
Description = des (0 2 262 1 10 1 2 2)

OID = 06 09 02 82 06 01 0A 01 02 02 01
Comment = Telesec encryption
Description = desECB (0 2 262 1 10 1 2 2 1)

OID = 06 09 02 82 06 01 0A 01 02 02 02
Comment = Telesec encryption
Description = desCBC (0 2 262 1 10 1 2 2 2)

OID = 06 09 02 82 06 01 0A 01 02 02 03
Comment = Telesec encryption
Description = desOFB (0 2 262 1 10 1 2 2 3)

OID = 06 09 02 82 06 01 0A 01 02 02 04
Comment = Telesec encryption
Description = desCFB8 (0 2 262 1 10 1 2 2 4)

OID = 06 09 02 82 06 01 0A 01 02 02 05
Comment = Telesec encryption
Description = desCFB64 (0 2 262 1 10 1 2 2 5)

OID = 06 08 02 82 06 01 0A 01 02 03
Comment = Telesec encryption
Description = des3 (0 2 262 1 10 1 2 3)

OID = 06 09 02 82 06 01 0A 01 02 03 01
Comment = Telesec encryption
Description = des3ECB (0 2 262 1 10 1 2 3 1)

OID = 06 09 02 82 06 01 0A 01 02 03 02
Comment = Telesec encryption
Description = des3CBC (0 2 262 1 10 1 2 3 2)

OID = 06 09 02 82 06 01 0A 01 02 03 03
Comment = Telesec encryption
Description = des3OFB (0 2 262 1 10 1 2 3 3)

OID = 06 09 02 82 06 01 0A 01 02 03 04
Comment = Telesec encryption
Description = des3CFB8 (0 2 262 1 10 1 2 3 4)

OID = 06 09 02 82 06 01 0A 01 02 03 05
Comment = Telesec encryption
Description = des3CFB64 (0 2 262 1 10 1 2 3 5)

OID = 06 08 02 82 06 01 0A 01 02 04
Comment = Telesec encryption
Description = magenta (0 2 262 1 10 1 2 4)

OID = 06 08 02 82 06 01 0A 01 02 05
Comment = Telesec encryption
Description = idea (0 2 262 1 10 1 2 5)

OID = 06 09 02 82 06 01 0A 01 02 05 01
Comment = Telesec encryption
Description = ideaECB (0 2 262 1 10 1 2 5 1)

OID = 06 09 02 82 06 01 0A 01 02 05 02
Comment = Telesec encryption
Description = ideaCBC (0 2 262 1 10 1 2 5 2)

OID = 06 09 02 82 06 01 0A 01 02 05 03
Comment = Telesec encryption
Description = ideaOFB (0 2 262 1 10 1 2 5 3)

OID = 06 09 02 82 06 01 0A 01 02 05 04
Comment = Telesec encryption
Description = ideaCFB8 (0 2 262 1 10 1 2 5 4)

OID = 06 09 02 82 06 01 0A 01 02 05 05
Comment = Telesec encryption
Description = ideaCFB64 (0 2 262 1 10 1 2 5 5)

OID = 06 07 02 82 06 01 0A 01 03
Comment = Telesec mechanism
Description = oneWayFunction (0 2 262 1 10 1 3)

OID = 06 08 02 82 06 01 0A 01 03 01
Comment = Telesec one-way function
Description = md4 (0 2 262 1 10 1 3 1)

OID = 06 08 02 82 06 01 0A 01 03 02
Comment = Telesec one-way function
Description = md5 (0 2 262 1 10 1 3 2)

OID = 06 08 02 82 06 01 0A 01 03 03
Comment = Telesec one-way function
Description = sqModNX509 (0 2 262 1 10 1 3 3)

OID = 06 08 02 82 06 01 0A 01 03 04
Comment = Telesec one-way function
Description = sqModNISO (0 2 262 1 10 1 3 4)

OID = 06 08 02 82 06 01 0A 01 03 05
Comment = Telesec one-way function
Description = ripemd128 (0 2 262 1 10 1 3 5)

OID = 06 08 02 82 06 01 0A 01 03 06
Comment = Telesec one-way function
Description = hashUsingBlockCipher (0 2 262 1 10 1 3 6)

OID = 06 08 02 82 06 01 0A 01 03 07
Comment = Telesec one-way function
Description = mac (0 2 262 1 10 1 3 7)

OID = 06 08 02 82 06 01 0A 01 03 08
Comment = Telesec one-way function
Description = ripemd160 (0 2 262 1 10 1 3 8)

OID = 06 07 02 82 06 01 0A 01 04
Comment = Telesec mechanism
Description = fecFunction (0 2 262 1 10 1 4)

OID = 06 08 02 82 06 01 0A 01 04 01
Comment = Telesec mechanism
Description = reedSolomon (0 2 262 1 10 1 4 1)

OID = 06 06 02 82 06 01 0A 02
Comment = Telesec
Description = module (0 2 262 1 10 2)

OID = 06 07 02 82 06 01 0A 02 00
Comment = Telesec module
Description = algorithms (0 2 262 1 10 2 0)

OID = 06 07 02 82 06 01 0A 02 01
Comment = Telesec module
Description = attributeTypes (0 2 262 1 10 2 1)

OID = 06 07 02 82 06 01 0A 02 02
Comment = Telesec module
Description = certificateTypes (0 2 262 1 10 2 2)

OID = 06 07 02 82 06 01 0A 02 03
Comment = Telesec module
Description = messageTypes (0 2 262 1 10 2 3)

OID = 06 07 02 82 06 01 0A 02 04
Comment = Telesec module
Description = plProtocol (0 2 262 1 10 2 4)

OID = 06 07 02 82 06 01 0A 02 05
Comment = Telesec module
Description = smeAndComponentsOfSme (0 2 262 1 10 2 5)

OID = 06 07 02 82 06 01 0A 02 06
Comment = Telesec module
Description = fec (0 2 262 1 10 2 6)

OID = 06 07 02 82 06 01 0A 02 07
Comment = Telesec module
Description = usefulDefinitions (0 2 262 1 10 2 7)

OID = 06 07 02 82 06 01 0A 02 08
Comment = Telesec module
Description = stefiles (0 2 262 1 10 2 8)

OID = 06 07 02 82 06 01 0A 02 09
Comment = Telesec module
Description = sadmib (0 2 262 1 10 2 9)

OID = 06 07 02 82 06 01 0A 02 0A
Comment = Telesec module
Description = electronicOrder (0 2 262 1 10 2 10)

OID = 06 07 02 82 06 01 0A 02 0B
Comment = Telesec module
Description = telesecTtpAsymmetricApplication (0 2 262 1 10 2 11)

OID = 06 07 02 82 06 01 0A 02 0C
Comment = Telesec module
Description = telesecTtpBasisApplication (0 2 262 1 10 2 12)

OID = 06 07 02 82 06 01 0A 02 0D
Comment = Telesec module
Description = telesecTtpMessages (0 2 262 1 10 2 13)

OID = 06 07 02 82 06 01 0A 02 0E
Comment = Telesec module
Description = telesecTtpTimeStampApplication (0 2 262 1 10 2 14)

OID = 06 06 02 82 06 01 0A 03
Comment = Telesec
Description = objectClass (0 2 262 1 10 3)

OID = 06 07 02 82 06 01 0A 03 00
Comment = Telesec object class
Description = telesecOtherName (0 2 262 1 10 3 0)

OID = 06 07 02 82 06 01 0A 03 01
Comment = Telesec object class
Description = directory (0 2 262 1 10 3 1)

OID = 06 07 02 82 06 01 0A 03 02
Comment = Telesec object class
Description = directoryType (0 2 262 1 10 3 2)

OID = 06 07 02 82 06 01 0A 03 03
Comment = Telesec object class
Description = directoryGroup (0 2 262 1 10 3 3)

OID = 06 07 02 82 06 01 0A 03 04
Comment = Telesec object class
Description = directoryUser (0 2 262 1 10 3 4)

OID = 06 07 02 82 06 01 0A 03 05
Comment = Telesec object class
Description = symmetricKeyEntry (0 2 262 1 10 3 5)

OID = 06 06 02 82 06 01 0A 04
Comment = Telesec
Description = package (0 2 262 1 10 4)

OID = 06 06 02 82 06 01 0A 05
Comment = Telesec
Description = parameter (0 2 262 1 10 5)

OID = 06 06 02 82 06 01 0A 06
Comment = Telesec
Description = nameBinding (0 2 262 1 10 6)

OID = 06 06 02 82 06 01 0A 07
Comment = Telesec
Description = attribute (0 2 262 1 10 7)

OID = 06 07 02 82 06 01 0A 07 00
Comment = Telesec attribute
Description = applicationGroupIdentifier (0 2 262 1 10 7 0)

OID = 06 07 02 82 06 01 0A 07 01
Comment = Telesec attribute
Description = certificateType (0 2 262 1 10 7 1)

OID = 06 07 02 82 06 01 0A 07 02
Comment = Telesec attribute
Description = telesecCertificate (0 2 262 1 10 7 2)

OID = 06 07 02 82 06 01 0A 07 03
Comment = Telesec attribute
Description = certificateNumber (0 2 262 1 10 7 3)

OID = 06 07 02 82 06 01 0A 07 04
Comment = Telesec attribute
Description = certificateRevocationList (0 2 262 1 10 7 4)

OID = 06 07 02 82 06 01 0A 07 05
Comment = Telesec attribute
Description = creationDate (0 2 262 1 10 7 5)

OID = 06 07 02 82 06 01 0A 07 06
Comment = Telesec attribute
Description = issuer (0 2 262 1 10 7 6)

OID = 06 07 02 82 06 01 0A 07 07
Comment = Telesec attribute
Description = namingAuthority (0 2 262 1 10 7 7)

OID = 06 07 02 82 06 01 0A 07 08
Comment = Telesec attribute
Description = publicKeyDirectory (0 2 262 1 10 7 8)

OID = 06 07 02 82 06 01 0A 07 09
Comment = Telesec attribute
Description = securityDomain (0 2 262 1 10 7 9)

OID = 06 07 02 82 06 01 0A 07 0A
Comment = Telesec attribute
Description = subject (0 2 262 1 10 7 10)

OID = 06 07 02 82 06 01 0A 07 0B
Comment = Telesec attribute
Description = timeOfRevocation (0 2 262 1 10 7 11)

OID = 06 07 02 82 06 01 0A 07 0C
Comment = Telesec attribute
Description = userGroupReference (0 2 262 1 10 7 12)

OID = 06 07 02 82 06 01 0A 07 0D
Comment = Telesec attribute
Description = validity (0 2 262 1 10 7 13)

OID = 06 07 02 82 06 01 0A 07 0E
Comment = Telesec attribute

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -