Share Pastebin
Guest
Public paste!

Ivanko

By: a guest | Jul 20th, 2009 | Syntax: None | Size: 1.65 KB | Hits: 91 | Expires: Never
Copy text to clipboard
  1. attributetype ( 1.3.6.1.4.1.5515.2.1 NAME 'typeName' SUP name SINGLE-VALUE )
  2. #attributetype ( 1.3.6.1.4.1.5515.2.2 NAME 'serialNumber' SUP name SINGLE-VALUE )
  3. attributetype ( 1.3.6.1.4.1.5515.2.3 NAME 'issuer' SUP distinguishedName SINGLE-VALUE )
  4. attributetype ( 1.3.6.1.4.1.5515.2.4 NAME 'validityNotBefore' EQUALITY generalizedTimeMatch
  5.       ORDERING generalizedTimeOrderingMatch
  6.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  7.       SINGLE-VALUE )
  8. attributetype (  1.3.6.1.4.1.5515.2.5 NAME 'validityNotAfter' EQUALITY generalizedTimeMatch
  9.       ORDERING generalizedTimeOrderingMatch
  10.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  11.       SINGLE-VALUE )
  12. attributetype ( 1.3.6.1.4.1.5515.2.6 NAME 'subject' SUP distinguishedName SINGLE-VALUE )
  13. attributetype ( 1.3.6.1.4.1.5515.2.7 NAME 'subjectPublicKeyInfo' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} EQUALITY octetStringMatch SINGLE-VALUE )
  14. attributetype ( 1.3.6.1.4.1.5515.2.8 NAME 'certificateExtension' EQUALITY  octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
  15. attributetype ( 1.3.6.1.4.1.5515.2.9 NAME 'otherInfo' SUP name )
  16. attributetype ( 1.3.6.1.4.1.5515.2.10 NAME 'certificateHash' SUP name SINGLE-VALUE )
  17.  
  18. attributetype ( 1.3.6.1.4.1.5515.2.11 NAME 'validityPKNotBefore' EQUALITY generalizedTimeMatch
  19.       ORDERING generalizedTimeOrderingMatch
  20.       SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  21.       SINGLE-VALUE )
  22.  
  23. objectclass (
  24.         1.3.6.1.4.1.5515.1.1 NAME 'certificateType'
  25.         SUP top
  26.         STRUCTURAL
  27.         MUST typeName
  28.         MAY ( serialNumber $ issuer $ validityNotBefore $ validityNotAfter $ subject $ subjectPublicKeyInfo $ userCertificate $  certificateExtension $ otherInfo ) )