1 Dec 1998 01:45
Re: Comments on CMC-09
Dr Stephen Henson <shenson <at> drh-consultancy.demon.co.uk>
1998-12-01 00:45:29 GMT
1998-12-01 00:45:29 GMT
Jim Schaad (Exchange) wrote:
>
>
> >
> > >15. Section 12.6.2 - You have not modified the key wrap
> > algorithm to allow
> > >for arbitrary length RC2 key sources.
> >
> > Are you suggesting an explicit length field or something else?
> >
> We need to either put in an explicit length field or use a known padding
> algorithm. I have no perference on which is used but something along this
> lines is absolutely required.
>
Speaking personally I'd prefer known padding. Known padding at least
adds some consistency with the use of symmetric algorithms: they all use
the "padded" forms.
If an explicit length parameter is included the logical place to put it
is in the EncryptedContentInfo structure because its a property of the
content encryption key. You'd probably then have to make it OPTIONAL for
v2 compatability only include it when at least one recipient used key
agreement.
With known padding the following minor change should suffice:
1. Modify the content-encryption key to meet any restrictions on
the key. For example, adjust the parity bits for each DES key
comprising a Triple-DES key.
(Continue reading)
RSS Feed