Re: trying to send an unsigned cms

2010-06-03 Thread Dr. Stephen Henson
On Thu, Jun 03, 2010, Chris Bare wrote: > the code below works fine if signed = true. > If signed = false, i2d_CMS_bio_stream seg faults. > I've looked through the code inside CMS_sign and didn't see anything else > obvious that I should call. > > any suggestions on what I'm missing for an unsign

trying to send an unsigned cms

2010-06-03 Thread Chris Bare
the code below works fine if signed = true. If signed = false, i2d_CMS_bio_stream seg faults. I've looked through the code inside CMS_sign and didn't see anything else obvious that I should call. any suggestions on what I'm missing for an unsigned CMS? -- Chris Bare ch...@bareflix.com ___