On Sun, Nov 30, 2003, Thomas Monjalon wrote:
> >On Fri, Nov 28, 2003, Thomas Monjalon wrote:
> >>
> >>What is the problem if I use the following code ?
> >>What am I using that is not implemented ?
> >>
> >>// BEGIN //
> >>/*
> >>SMIMEEncryptionKeyPreference ::= CHOICE {
> >> issuerAndSer
On Fri, Nov 28, 2003, Thomas Monjalon wrote:
What is the problem if I use the following code ?
What am I using that is not implemented ?
// BEGIN //
/*
SMIMEEncryptionKeyPreference ::= CHOICE {
issuerAndSerialNumber [0] IssuerAndSerialNumber,
receipentKeyId [1] RecipientKeyId
On Fri, Nov 28, 2003, Thomas Monjalon wrote:
> Hello,
>
> I thought the object sMIMEEncryptionKeyPreference isn't supported in
> OpenSSL.
>
>
The object is supported in the sense it is present in the NID lookup table. The
associated S/MIME attribute SMIMEEncryptionKeyPreference is not.
Steve