Re: Confused about OpenSSL and CA Certs

2012-02-18 Thread MK
: http://cert.startcom.org/ MK -- Enthusiasm is not the enemy of the intellect. (said of Irving Howe) The angel of history[...]is turned toward the past. (Walter Benjamin) __ OpenSSL Project http

large upload issue

2011-12-09 Thread MK
uploads. Large downloads are fine. My test client is firefox 7 over a slow wireless connection; the loss is less on local loopback but still occurs. What have I missed about this? Thanks -- MK * I use SSL_set_fd and not a BIO. -- Enthusiasm is not the enemy of the intellect. (said of Irving Howe

Re: large upload issue

2011-12-09 Thread MK
On Fri, 9 Dec 2011 07:55:07 -0600 Michael S. Zick open...@morethan.org wrote: Evidently your connection is doing a renegotiation during the transfer. You missed: http://stackoverflow.com/questions/3952104/how-to-handle-openssl-ssl-error-want-read-want-write-on-non-blocking-sockets Among a

Re: large upload issue

2011-12-09 Thread MK
). Anyway, seemingly the problem is solved! Phew. But if you think I'm off base about anything here, I'm listening. :) More thanks -- MK -- Enthusiasm is not the enemy of the intellect. (said of Irving Howe) The angel of history[...]is turned toward the past. (Walter Benjamin

Re: large upload issue

2011-12-09 Thread MK
On Fri, 9 Dec 2011 09:08:19 -0600 Michael S. Zick open...@morethan.org wrote: On Fri December 9 2011, MK wrote: What makes you believe I am not handling this correctly? If the the call returns WANT_WRITE or WANT_READ, it gets called again with exactly the same parameters, which is exactly