Re: sMIMEEncryptionKeyPreference

2003-11-30 Thread Dr. Stephen Henson
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

Re: sMIMEEncryptionKeyPreference

2003-11-30 Thread Thomas Monjalon
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

Re: sMIMEEncryptionKeyPreference

2003-11-28 Thread Dr. Stephen Henson
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