Extracting RecipientInfos/DER from S/MIME message

2010-04-14 Thread Benjamin Amling
Hello, is it possible to extract the DER blob from the RecipientInfos-part of a S/MIME message? I tried the following steps already but couldn't manage to get what I want: * BIO *bin = BIO_new(BIO_s_mem()); BIO_write(bin,

Re: Extracting RecipientInfos/DER from S/MIME message

2010-04-14 Thread Dr. Stephen Henson
On Wed, Apr 14, 2010, Benjamin Amling wrote: Hello, is it possible to extract the DER blob from the RecipientInfos-part of a S/MIME message? I tried the following steps already but couldn't manage to get what I want: *