Guest User

Untitled

a guest
Aug 29th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. attributeType (
  2. 1.2.840.113549.1.9.25.5
  3. NAME 'pKCS7PDU'
  4. DESC 'PKCS #7 ContentInfo PDU'
  5. SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  6. )
  7.  
  8. attributeType (
  9. 2.16.840.1.113730.3.1.216
  10. NAME 'userPKCS12'
  11. DESC 'PKCS #12 PFX PDU for exchange of personal information'
  12. SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  13. )
  14.  
  15. attributeType (
  16. 1.2.840.113549.1.9.25.1
  17. NAME 'pKCS15Token'
  18. DESC 'PKCS #15 token PDU'
  19. SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  20. )
  21.  
  22. attributeType (
  23. 1.2.840.113549.1.9.25.2
  24. NAME 'encryptedPrivateKeyInfo'
  25. DESC 'PKCS #8 encrypted private key info'
  26. SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  27. )
  28.  
  29. attributeType (
  30. 1.2.840.113549.1.9.1
  31. NAME 'emailAddress'
  32. DESC 'Email address'
  33. EQUALITY pkcs9CaseIgnoreMatch
  34. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  35. )
  36.  
  37. attributeType (
  38. 1.2.840.113549.1.9.2
  39. NAME 'unstructuredName'
  40. DESC 'PKCS #9 unstructured name'
  41. EQUALITY pkcs9CaseIgnoreMatch
  42. SYNTAX 1.2.840.113549.1.9.26.1
  43. )
  44.  
  45. attributeType (
  46. 1.2.840.113549.1.9.8
  47. NAME 'unstructuredAddress'
  48. DESC 'PKCS #9 unstructured address'
  49. EQUALITY caseIgnoreMatch
  50. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  51. )
  52.  
  53.  
  54. attributeType (
  55. 1.3.6.1.5.5.7.9.1
  56. NAME 'dateOfBirth'
  57. DESC 'Date of birth'
  58. EQUALITY generalizedTimeMatch
  59. SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  60. SINGLE-VALUE
  61. )
  62.  
  63. attributeType (
  64. 1.3.6.1.5.5.7.9.2
  65. NAME 'placeOfBirth'
  66. DESC 'Place of birth'
  67. EQUALITY caseExactMatch
  68. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  69. SINGLE-VALUE
  70. )
  71.  
  72. attributeType (
  73. 1.3.6.1.5.5.7.9.3
  74. NAME 'gender'
  75. DESC 'Gender'
  76. EQUALITY caseIgnoreMatch
  77. SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  78. SINGLE-VALUE
  79. )
  80.  
  81. attributeType (
  82. 1.3.6.1.5.5.7.9.4
  83. NAME 'countryOfCitizenship'
  84. DESC 'Country of citizenship'
  85. EQUALITY caseIgnoreMatch
  86. SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  87. )
  88.  
  89.  
  90. attributeType (
  91. 1.3.6.1.5.5.7.9.5
  92. NAME 'countryOfResidence'
  93. DESC 'Country of residence'
  94. EQUALITY caseIgnoreMatch
  95. SYNTAX 1.3.6.1.4.1.1466.115.121.1.44
  96. )
  97.  
  98. attributeType (
  99. 2.5.4.65
  100. NAME 'pseudonym'
  101. DESC 'Pseudonym'
  102. EQUALITY caseExactMatch
  103. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  104. )
  105.  
  106. attributeType (
  107. 1.2.840.113549.1.9.3
  108. NAME 'contentType'
  109. DESC 'PKCS #7 content type attribute'
  110. EQUALITY objectIdentifierMatch
  111. SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  112. SINGLE-VALUE
  113. )
  114.  
  115. attributeType (
  116. 1.2.840.113549.1.9.4
  117. NAME 'messageDigest'
  118. DESC 'PKCS #7 mesage digest attribute'
  119. EQUALITY octetStringMatch
  120. SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  121. SINGLE-VALUE
  122. )
  123.  
  124.  
  125. attributeType (
  126. 1.2.840.113549.1.9.5
  127. NAME 'signingTime'
  128. DESC 'PKCS #7 signing time'
  129. EQUALITY signingTimeMatch
  130. SYNTAX 1.2.840.113549.1.9.26.2
  131. SINGLE-VALUE
  132. )
  133.  
  134. attributeType (
  135. 1.2.840.113549.1.9.6
  136. NAME 'counterSignature'
  137. DESC 'PKCS #7 countersignature'
  138. SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  139. )
  140.  
  141. attributeType (
  142. 1.2.840.113549.1.9.7
  143. NAME 'challengePassword'
  144. DESC 'Challenge password for certificate revocations'
  145. EQUALITY caseExactMatch
  146. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  147. SINGLE-VALUE
  148. )
  149.  
  150.  
  151. objectClass (
  152. 1.2.840.113549.1.9.24.1
  153. NAME 'pkcsEntity'
  154. SUP top
  155. AUXILIARY
  156. MAY (
  157. pKCS7PDU $ userPKCS12 $ pKCS15Token $ encryptedPrivateKeyInfo
  158. )
  159. )
  160.  
  161.  
  162. objectClass (
  163. 1.2.840.113549.1.9.24.2
  164. NAME 'naturalPerson'
  165. SUP top
  166. AUXILIARY
  167. MAY ( emailAddress $ unstructuredName $ unstructuredAddress $ dateOfBirth $ placeOfBirth $ gender $ countryOfCitizenship $ countryOfResidence $ pseudonym $ serialNumber
  168. )
  169. )
  170.  
  171. syntax (
  172. 1.2.840.113549.1.9.26.1
  173. DESC 'PKCS9String'
  174. )
  175.  
  176. syntax (
  177. 1.2.840.113549.1.9.26.2
  178. DESC 'SigningTime'
  179. )
  180.  
  181.  
  182.  
  183. matchingRule (
  184. 1.2.840.113549.1.9.27.1
  185. NAME 'pkcs9CaseIgnoreMatch'
  186. SYNTAX 1.2.840.113549.1.9.26.1
  187. )
  188.  
  189. matchingRule (
  190. 1.2.840.113549.1.9.27.3
  191. NAME 'signingTimeMatch'
  192. SYNTAX 1.2.840.113549.1.9.26.2
  193. )
Add Comment
Please, Sign In to add comment