File: openssl.asn

package info (click to toggle)
p11-kit 0.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 12,088 kB
  • sloc: ansic: 73,585; sh: 7,776; xml: 1,953; makefile: 1,200; python: 675; sed: 39
file content (25 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

OPENSSL { }

DEFINITIONS IMPLICIT TAGS ::=

BEGIN

-- This module contains structures specific to OpenSSL

CertAux ::= SEQUENCE {
      trust                     SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
      reject                    [0] SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
      alias                     UTF8String OPTIONAL,
      keyid                     OCTET STRING OPTIONAL,
      other                     [1] SEQUENCE OF AlgorithmIdentifier OPTIONAL
}

-- Dependencies brought in from other modules

AlgorithmIdentifier  ::=  SEQUENCE  {
     algorithm               OBJECT IDENTIFIER,
     parameters              ANY DEFINED BY algorithm OPTIONAL
}

END