pkcs7 processing

2000-12-04 Thread Rodney Thayer
I am trying to create a pkcs7-formatted certificate. This is for an IPsec user. In the IPsec world, even in the year 2000, we are having silly interoperability battles over raw vs. PEM vs. pkcs7 certificate formats. I tried using 'openssl pkcs7 -inform DER -in cert7.p7c -print_certs' with the

Re: pkcs7 processing

2000-12-04 Thread Tom Biggs
At 09:08 AM 12/4/00 -0800, Rodney wrote: p.s. all those layers and layers and layers of macros makes it hard to walk through this code. Amen to that! If I didn't have Visual SlickEdit I'd be tearing my hair out. It's still difficult to manually trace through the function pointers though.

Re: pkcs7 processing

2000-12-04 Thread Dr S N Henson
Rodney Thayer wrote: I am trying to create a pkcs7-formatted certificate. This is for an IPsec user. In the IPsec world, even in the year 2000, we are having silly interoperability battles over raw vs. PEM vs. pkcs7 certificate formats. I tried using 'openssl pkcs7 -inform DER -in