Re: Zero-byte eContent container produced by PKCS7_sign() - correct?

2014-07-11 Thread Konstantin Shemyak
On 2014-07-10 20:43, Dr. Stephen Henson wrote: Is it possible to make PKCS7_sign() behave in the latter way, i.e. not create the container with zero-byte content? Are you using the PKCS7_DETACHED flag? No. I do not want a detached signature. Well then that's a problem. If you set

Re: solaris-x86-cc or solaris-x86-gcc via MACHINE and SYSTEM exports

2014-07-11 Thread Tom Francis
You should be setting the KERNEL_BITS environment variable. That works for several platforms, including Solaris x86 (although others default to 32, and you need to set it to 64 to get a 64-bit build). As an alternative, (if you’re not building the FIPS module) if you know which build

RE: solaris-x86-cc or solaris-x86-gcc via MACHINE and SYSTEM exports

2014-07-11 Thread Michael Wojcik
For what it's worth: We just customized Configure to add our own targets, matching the ones we use for generating our own Makefiles, to incorporate the OpenSSL build into our product build processes. When we upgraded from 0.9.8* to 1.0.1*, we had to reconstruct and update the Configure changes,