Displaying 1 result from an estimated 1 matches for "rsync_ssl_ciph".
2010 Feb 14
1
Modified rsync over SSL patch
...rsync program using this patch is interoperable with the old patch.
Along with the modified message pump I added the following improvements:
- Buffering data to produce large SSL records (16K) to increase the encryption/decryption efficiency.
- Control of the SSL cipher list on the client via the RSYNC_SSL_CIPHERS environment variable
- Graceful termination in order to better pass last error messages from the server to the client
To use the patch (against 3.0.7):
??? patch -p1 < rsync-openssl.diff
??? ./prepare-source
??? ./configure
??? make
Enjoy,
Uri.
__________________________...