Which version of openssl will support Next Protocol Negotiation TLS Extension ?

2011-07-11 Thread sajualways
-- View this message in context: http://old.nabble.com/Which-version-of-openssl-will-support-%22Next-Protocol-Negotiation%22-TLS-Extension---tp32035517p32035517.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

SSL_read returns SSL_ERROR_WANT_READ

2011-07-11 Thread Carla Strembicke
Hi, I need help deciphering why I am getting this error. Below is the scenario which is not a common implementation ( well not that I have been able to fine on the net). What I am doing is using bio memory buffers (BIO_s_mem() ) at an embedded level away from the connection( currently tcpip). So

Re: SSL_read returns SSL_ERROR_WANT_READ

2011-07-11 Thread David Schwartz
On 7/11/2011 3:18 PM, Carla Strembicke wrote: The server recieves the encrypted data and sends to the lower level and where it is pumped into the SSL structure ( which is using these memory buffers) using the BIO_write call ( I acutally see that bytes are written into it) and the buffer looks