diff options
author | Kenneth Lundin <[email protected]> | 2010-02-19 14:01:57 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-19 14:01:57 +0000 |
commit | 18bd1239bee04427340a44f57f993ea92c264e41 (patch) | |
tree | dbb3031dcd2e446eb457ff7ac5229949517d7557 /lib/asn1/test/asn1_SUITE_data/x420/GULSProtectionMappings.asn | |
parent | 729565dc3f8bcf8829508136498aef6a542840f4 (diff) | |
download | otp-18bd1239bee04427340a44f57f993ea92c264e41.tar.gz otp-18bd1239bee04427340a44f57f993ea92c264e41.tar.bz2 otp-18bd1239bee04427340a44f57f993ea92c264e41.zip |
OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is
added.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/x420/GULSProtectionMappings.asn')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/x420/GULSProtectionMappings.asn | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/x420/GULSProtectionMappings.asn b/lib/asn1/test/asn1_SUITE_data/x420/GULSProtectionMappings.asn new file mode 100644 index 0000000000..9b6a426ca2 --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/x420/GULSProtectionMappings.asn @@ -0,0 +1,71 @@ +-- Module GULSProtectionMappings (X.830:04/1995) + +GULSProtectionMappings {joint-iso-itu-t genericULS(20) modules(1) + gulsProtectionMappings(5)} DEFINITIONS AUTOMATIC TAGS ::= +BEGIN + +-- These protection mappings are more versatile that the +-- preceding protection mappings which were specifically designed +-- to generate identical bit-encodings as the Directory +-- Authentication Framework parameterized types. +-- EXPORTS All +IMPORTS + notation, gulsSecurityTransformations + FROM ObjectIdentifiers {joint-iso-itu-t genericULS(20) modules(1) + objectIdentifiers(0)} + PROTECTION-MAPPING + FROM Notation notation + dirEncryptedTransformation, gulsSignedTransformation{}, + gulsSignatureTransformation, symmetricKeyInformation, + asymmetricKeyInformation + FROM GulsSecurityTransformations gulsSecurityTransformations; + +-- ********************************** +-- confidentiality Protection Mapping +-- ********************************** +-- This protection mapping enables the notation +-- PROTECTED {BaseType, confidentiality} +-- to map to either dirEncryptedTransformation or to no transformation +-- at the choice of the encoding system, dependent upon local security +-- policy and other local environment considerations. +-- Security Service: confidentiality +confidentiality PROTECTION-MAPPING ::= { + SECURITY-TRANSFORMATION {dirEncryptedTransformation} + BYPASS-PERMITTED TRUE +} + +-- ****************************** +-- GULS signed Protection Mapping +-- ****************************** +-- This protection mapping causes the notation +-- PROTECTED {BaseType, signed} +-- to map to the gulsSignedTransformation. +-- Security Service: data origin authentication, data integrity and +-- (in certain situations) non-repudiation. +signed PROTECTION-MAPPING ::= { + SECURITY-TRANSFORMATION + {gulsSignedTransformation + {{symmetricKeyInformation | asymmetricKeyInformation}}} +} + +-- ********************************* +-- GULS signature Protection Mapping +-- ********************************* +-- This protection mapping causes the notation +-- PROTECTED {BaseType, signature} +-- to map to the gulsSignatureTransformation. +-- Security Service: data origin authentication, data integrity and +-- (in certain situations) non-repudiation. +signature PROTECTION-MAPPING ::= { + SECURITY-TRANSFORMATION + {gulsSignatureTransformation + {{symmetricKeyInformation | asymmetricKeyInformation}}} +} + +END + +-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D + + +-- content of stack: +-- |