SSL Error?

svan

New member
Joined
Jul 6, 2008
Messages
3
Could not execute your request

Details

Error creating request: problems making Certificate Request 23317:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc failure:asn1_lib.c:381: 23317:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc failure:x509_att.c:31
 
Re:

Hey Svan,

It's an error in OpenSSL source.
There's a patch available on OpenSSL SVN, you can check it out here:
http://cvs.openssl.org/chngview?cn=17196

Just apply the patch (the easiest way, just untar the 0.9.8h source, and go to crypto/x509 then patch -p0 <../path/to/where/you/saved/the/patch

It worked for me at least.
The other thing is that on 64-bit quad-Xeon the generic64 compiled 0.9.8 gives me only a segmentation fault on the same operation, I'll check it out and let you know if it helped.

Regards,
Viktor
 
Re[2]: SSL Error ?

Hey once more Svan!

Yep, it fixed it also for x86_64 build of OpenSSL 0.9.8h (just for the record: the 64-bit tested on RHEL5 totally rebuildt from scratch system, 2.6.18-92.1.10.el5 on quadro-Xeon E504 Harpertown)

So grab a patch and enjoy!

Best regards,
Viktor
 
Back
Top