add CMS symmetrical parameters here, enctype rc2-cbc

XXX RC2CBCParameter is wrong because the compiler is broken


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13802 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-04-26 19:11:04 +00:00
parent 9ce4894fcf
commit d36b180200

View File

@@ -113,7 +113,8 @@ ENCTYPE ::= INTEGER {
ETYPE_DES_CFB64_NONE(-0x1002), ETYPE_DES_CFB64_NONE(-0x1002),
ETYPE_DES_PCBC_NONE(-0x1003), ETYPE_DES_PCBC_NONE(-0x1003),
ETYPE_DIGEST_MD5_NONE(-0x1004), -- private use, lukeh@padl.com ETYPE_DIGEST_MD5_NONE(-0x1004), -- private use, lukeh@padl.com
ETYPE_CRAM_MD5_NONE(-0x1005) -- private use, lukeh@padl.com ETYPE_CRAM_MD5_NONE(-0x1005), -- private use, lukeh@padl.com
ETYPE_RC2_CBC_NONE(-0x1005)
} }
-- this is sugar to make something ASN1 does not have: unsigned -- this is sugar to make something ASN1 does not have: unsigned
@@ -535,6 +536,13 @@ PA-ENC-SAM-RESPONSE-ENC ::= SEQUENCE {
... ...
} }
RC2CBCParameter ::= SEQUENCE {
rc2ParameterVersion [0] INTEGER,
iv [1] OCTET STRING -- exactly 8 octets
}
CBCParameter ::= OCTET STRING
END END
-- etags -r '/\([A-Za-z][-A-Za-z0-9]*\).*::=/\1/' k5.asn1 -- etags -r '/\([A-Za-z][-A-Za-z0-9]*\).*::=/\1/' k5.asn1