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 uncompresses data, but the user just as to provide the data). Has anyone got any advice / tips / example code ? Has anyone got SSL_COMP_add_compression_method() working? (or is there a better way?)
 
thanks,
 
Neil Humphreys
 

Reply via email to