I had an off by one error when I tried to read the top of the stack back
and that no longer seg faults but I still have the problem when I go to
sort and sign the CRL.
Bram Cymet wrote:
> Sorry I should have been more clear. I am compiling from the 0.9.8k
> source off the openssl.org website on li
Sorry I should have been more clear. I am compiling from the 0.9.8k
source off the openssl.org website on linux. SLES 11 to be exact.
Kyle Hamilton wrote:
> Er. Which 'build' of openssl, and which website? (There's the
> slproweb.com build of OpenSSL for Windows, currently at 0.9.8k;
> pre-built
Er. Which 'build' of openssl, and which website? (There's the
slproweb.com build of OpenSSL for Windows, currently at 0.9.8k;
pre-built binaries aren't really available for other platforms.)
-Kyle H
On Wed, Jun 17, 2009 at 10:44 AM, Bram Cymet wrote:
> Hi,
>
> I am having problems when I call X
Hi,
I am having problems when I call X509_CRL_sort and X509_CRL_sign. I am
getting a seg fault in the X509_CRL_cmp function. After doing a fair bit
of testing I think I have found that when an X509_REVOKED object is
added to the revoked stack it is getting corrupted some how. I have
tried to read