summaryrefslogtreecommitdiff
path: root/lib/pkix.asn
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-07 23:36:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-07 23:36:31 +0200
commitf9c88ed32a9cc6fdc03ddd2075b3073bf2215311 (patch)
tree614bb0e80997ede2e7200c6e06c2d0e0b17be033 /lib/pkix.asn
parent1612a16ed2dd736083204b5696f6d7ad3bdd0a7b (diff)
downloadgnutls-f9c88ed32a9cc6fdc03ddd2075b3073bf2215311.tar.gz
save some memory by removed unused ASN.1 structures.
Diffstat (limited to 'lib/pkix.asn')
-rw-r--r--lib/pkix.asn24
1 files changed, 7 insertions, 17 deletions
diff --git a/lib/pkix.asn b/lib/pkix.asn
index d892c260e6..3f1682cd9c 100644
--- a/lib/pkix.asn
+++ b/lib/pkix.asn
@@ -116,11 +116,11 @@ AccessDescription ::= SEQUENCE {
-- CRL number extension OID and syntax
-CRLNumber ::= INTEGER (0..MAX)
+-- CRLNumber ::= INTEGER (0..MAX)
-- certificate issuer CRL entry extension OID and syntax
-CertificateIssuer ::= GeneralNames
+-- CertificateIssuer ::= GeneralNames
-- --------------------------------------
-- EXPLICIT
@@ -182,13 +182,13 @@ id-at OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 4}
-- Maybe this is inefficient and memory consuming. Should we replace with
-- a table that maps OIDs to structures?
-PostalAddress ::= SEQUENCE OF DirectoryString
+-- PostalAddress ::= SEQUENCE OF DirectoryString
-- Legacy attributes
emailAddress AttributeType ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 9 1 }
-Pkcs9email ::= IA5String (SIZE (1..ub-emailaddress-length))
+-- Pkcs9email ::= IA5String (SIZE (1..ub-emailaddress-length))
-- naming data types --
@@ -612,11 +612,9 @@ ResponseData ::= SEQUENCE {
ResponderID ::= CHOICE {
-- Changed to work with the libtasn1 parser.
- byName [1] EXPLICIT RDNSequence, --Name,
- byKey [2] KeyHash }
-
-KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
- --(excluding the tag and length fields)
+ byName [1] EXPLICIT RDNSequence, --Name
+ byKey [2] OCTET STRING --SHA-1 hash of responder's public key
+}
SingleResponse ::= SEQUENCE {
certID CertID,
@@ -636,14 +634,6 @@ RevokedInfo ::= SEQUENCE {
UnknownInfo ::= NULL -- this can be replaced with an enumeration
-ArchiveCutoff ::= GeneralizedTime
-
-AcceptableResponses ::= SEQUENCE OF OBJECT IDENTIFIER
-
-ServiceLocator ::= SEQUENCE {
- issuer Name,
- locator AuthorityInfoAccessSyntax }
-
-- rfc5280
CRLReason ::= ENUMERATED {