Re: Adding compression to SSL communication

2005-10-05 Thread Dr. Stephen Henson
On Wed, Oct 05, 2005, Neil Humphreys wrote: > Hi I am developing a client and a server, that communicate over SSL. I would > like the client to be able to send data to the server using compression. I > would like to set this up at the bio level, so it is seamless (client > compresses data, client

Adding compression to SSL communication

2005-10-05 Thread Neil Humphreys
Hi I am developing a client and a server, that communicate over SSL. I would like the client to be able to send data to the server using compression. I would like to set this up at the bio level, so it is seamless (client compresses data, client encypts data, server decrypts data, server unc