Re: bug? SSL_ERROR_SSL/EAGAIN from SSL_write()

2008-06-05 Thread Aleksander Korzynski
David, Thanks for your prompt reply, again. David Schwartz wrote: ERR_get_error() returned 67596407 ERR_error_string() returned error:04077077:rsa routines:RSA_verify:wrong signature length ERR_get_error() returned 218910726 ERR_error_string() returned error:0D0C5006:asn1 encoding routines:ASN

Re: bug? SSL_ERROR_SSL/EAGAIN from SSL_write()

2008-06-03 Thread Aleksander Korzynski
David, Thanks for the quick reply. David Schwartz wrote: * the underlying socket is blocking It sounds like you're trying to get some kind of fake halfway-non-blocking operation. This never works quite right. Either use blocking operations on blocking sockets or non-blocking operations on no

bug? SSL_ERROR_SSL/EAGAIN from SSL_write()

2008-06-02 Thread Aleksander Korzynski
r:04077077:rsa routines:RSA_verify:wrong signature length ERR_get_error() returned 218910726 ERR_error_string() returned error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib ERR_get_error() returned 0 errno is 11 // which co