diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-09-21 14:51:08 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-09-21 14:52:37 +0200 |
commit | 2837e8fd8f70f4f8272f381d3c15f2f8fe98ad41 (patch) | |
tree | b28a35a7cba86b5b6e3d080320a264bbabbc5f46 /lib/pkix.asn | |
parent | 01a6ff68bf97257a44a29e60a8cb6448bb2da328 (diff) | |
download | gnutls-2837e8fd8f70f4f8272f381d3c15f2f8fe98ad41.tar.gz |
Added gnutls_x509_crt_get_authority_info_access.
Diffstat (limited to 'lib/pkix.asn')
-rw-r--r-- | lib/pkix.asn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/pkix.asn b/lib/pkix.asn index e805fb7abf..ef1937c925 100644 --- a/lib/pkix.asn +++ b/lib/pkix.asn @@ -101,6 +101,15 @@ ExtKeyUsageSyntax ::= SEQUENCE SIZE (1..MAX) OF KeyPurposeId KeyPurposeId ::= OBJECT IDENTIFIER +-- authority info access + +AuthorityInfoAccessSyntax ::= + SEQUENCE SIZE (1..MAX) OF AccessDescription + +AccessDescription ::= SEQUENCE { + accessMethod OBJECT IDENTIFIER, + accessLocation GeneralName } + -- CRL number extension OID and syntax CRLNumber ::= INTEGER (0..MAX) |