Title: RE: [Openca-Users] issueCertificate - blank page

this patch worked for me too.

thanks!
Robert


-----Original Message-----
From:   Alexei Chetroi [mailto:[EMAIL PROTECTED]]
Sent:   Sun 1/4/2004 4:53 AM
To:     [EMAIL PROTECTED]
Cc:    
Subject:        Re: [Openca-Users] issueCertificate - blank page
On Wed, Dec 31, 2003 at 09:31:54AM +0100, Albert Novak wrote:
> From: Albert Novak <[EMAIL PROTECTED]>
> Subject: [Openca-Users] issueCertificate - blank page
> Date: Wed, 31 Dec 2003 09:31:54 +0100
>
> I also had error like Jonathan and Alexei
> (http://sourceforge.net/mailarchive/forum.php?thread_id=3580885&forum_id=2291
> and
> http://sourceforge.net/mailarchive/forum.php?thread_id=3580925&forum_id=2291).
> I couldn't issue Certificate (more precisely when I tried to issue
> certificate I got a blank page). I found bug in OpenCA-OpenSSL module after
> hours of debugging and Internet search. The cause of bug was inappropriate
> initialization of memory BIO in OpenSSL.xs (BIO_read was unable to find
> EOF). The problem was in function "OpenCA::OpenSSL:X509:_new_from_pem" when
> function tried to read to long certificate (if certificate was longer than
> 1024 bytes BIO_read read only first 720). I've solved the problem using
> memory BIO initialization before use of BIO_read function
> (BIO_set_mem_eof_return(bio_in, 0);). You can find more information about
> the problem on this link
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg16733.html

 Thank you very much. This solved my problem with blank page.

--
Alexei Chetroi



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users


Reply via email to