[openssl.org #518] Request about OpennSSL use

2003-02-21 Thread Gérard Duré via RT
Dear Sir, I'm working in a small company. We have developed a product Client(Windows)/Server(Solaris). Could you tell me if we can use the OpenSSL with ONC RPC ? I don't see any questions about it in your FAQ on your interent page ? Thanks for your interest to my question and maybe your

Re: [CVS] OpenSSL: openssl/crypto/asn1/ d2i_pu.c i2d_pu.c openssl/crypto/e...

2003-02-21 Thread Bodo Moeller
On Fri, Feb 21, 2003 at 02:58:24PM +0100, Bodo Moeller wrote: Log: ECPublicKey_set_octet_string and ECPublicKey_get_octet_string behaviour was not quite consistent with the conventions for d2i and i2d functions as far as handling of the 'out' or 'in' pointer is concerned.

Re: openssl 0.9.6h - i

2003-02-21 Thread Harald Koch
In message [EMAIL PROTECTED], Richard Levitte - VMS Whacker writes: In message [EMAIL PROTECTED] on Thu, 20 Feb 2003 10:06:55 +0300, Solar Designer [EMAIL PROTECTED] said: solar --- openssl-0.9.6h/crypto/x509/x509_vfy.c Thu Nov 28 11:06:30 2002 solar +++

Re: openssl 0.9.6h - i

2003-02-21 Thread Geoff Thorpe
* Harald Koch ([EMAIL PROTECTED]) wrote: In message [EMAIL PROTECTED], Richard Levitte - VMS Whacker writes: In message [EMAIL PROTECTED] on Thu, 20 Feb 2003 10:06:55 +0300, Solar Designer [EMAIL PROTECTED] said: solar --- openssl-0.9.6h/crypto/x509/x509_vfy.c Thu Nov 28 11:06:30

Re: openssl 0.9.6h - i

2003-02-21 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 21 Feb 2003 12:36:09 -0500, Geoff Thorpe [EMAIL PROTECTED] said: geoff * Harald Koch ([EMAIL PROTECTED]) wrote: geoff In message [EMAIL PROTECTED], Richard Levitte - VMS Whacker writes: geoff geoff In message [EMAIL PROTECTED] on Thu, 20 Feb 2003

Re: [openssl.org #514] Bug in OpenSSL????

2003-02-21 Thread Ralph via RT
Bodo Moeller via RT wrote: On Wed, Feb 19, 2003 at 06:10:13PM +0100, Ralph via RT wrote: on AIX (64bit) I noticed a major problem with non-blocking sockets. Methods SSL_connect(), SSL_read() and SSL_write() should return SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE if they need to

Re: [openssl.org #514] Bug in OpenSSL????

2003-02-21 Thread Bodo Moeller via RT
Ralph via RT [EMAIL PROTECTED]: But so far, I can tell you that when SSL_get_error() returns SSL_ERROR_SYSCALL and you inspect errno, it tells EWOULDBLOCK or EAGAIN. By repeating the SSL_* call as long as this condition occurs, I can overcome the problem and the SSL handshake and