aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ess/ExtendedSecurityServices.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-03 05:16:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-03 05:16:57 +0000
commit8a31ec4d1904ff63c9e75af56455a5d8243768f0 (patch)
tree61834fe17449ecf2f61f11979be79675ea8e7549 /asn1/ess/ExtendedSecurityServices.asn
parent00faf71e47e77e80d023cc22590ccf356ea2e7ac (diff)
From Graeme Lunt
X420 - incorrect ExtendedBodyPart handling ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS - support for ESSSecurityLabel and EquivalentLabels attributes svn path=/trunk/; revision=16071
Diffstat (limited to 'asn1/ess/ExtendedSecurityServices.asn')
-rw-r--r--asn1/ess/ExtendedSecurityServices.asn20
1 files changed, 10 insertions, 10 deletions
diff --git a/asn1/ess/ExtendedSecurityServices.asn b/asn1/ess/ExtendedSecurityServices.asn
index 7ba3b89271..69b2979c6d 100644
--- a/asn1/ess/ExtendedSecurityServices.asn
+++ b/asn1/ess/ExtendedSecurityServices.asn
@@ -139,13 +139,13 @@ ContentReference ::= SEQUENCE {
-- Section 3.2
--- ASN2ETH cant handle sets yet
---ESSSecurityLabel ::= SET {
--- security-policy-identifier SecurityPolicyIdentifier,
--- security-classification SecurityClassification OPTIONAL,
--- privacy-mark ESSPrivacyMark OPTIONAL,
--- security-categories SecurityCategories OPTIONAL }
---
+
+ESSSecurityLabel ::= SET {
+ security-policy-identifier SecurityPolicyIdentifier,
+ security-classification SecurityClassification OPTIONAL,
+ privacy-mark ESSPrivacyMark OPTIONAL,
+ security-categories SecurityCategories OPTIONAL }
+
-- id-aa-securityLabel OBJECT IDENTIFIER ::= { iso(1) member-body(2)
-- us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) id-aa(2) 2}
@@ -174,7 +174,7 @@ SecurityCategories ::= SET OF SecurityCategory
SecurityCategory ::= SEQUENCE {
type [0] OBJECT IDENTIFIER,
- value [1] ANY
+ value [1] EXPLICIT ANY
}
--Note: The aforementioned SecurityCategory syntax produces identical
@@ -193,8 +193,8 @@ SecurityCategory ::= SEQUENCE {
-- Section 3.4
--- ASN2ETH cant generate code for ESSSecurityLabel yet
---EquivalentLabels ::= SEQUENCE OF ESSSecurityLabel
+
+EquivalentLabels ::= SEQUENCE OF ESSSecurityLabel
-- id-aa-equivalentLabels OBJECT IDENTIFIER ::= { iso(1) member-body(2)
-- us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) id-aa(2) 9}