Nothing in what you just copy-pasted indicates whether it's *the actual data 
stream* that's being encrypted, or just the *authentication*. I need to know if 
the checked-out files that are being transferred are encrypted or not. 

---
 - Keith Palmer
   ConsoliBYTE, LLC
   Ask for a quote! - QuickBooks Integration and Software Development
   ke...@consolibyte.com
   1-860-341-1464
   http://www.ConsoliBYTE.com/
   Follow us on Twitter at: https://twitter.com/consolibyte
   AIM: consolibyte
   MSN: supp...@consolibyte.com
   Yahoo: consolib...@yahoo.com
   Gtalk: consolibyte
   Skype: consolibyte




On Feb 21, 2011, at 2:13 PM, Philip Martin wrote:

> "Keith Palmer Jr." <ke...@consolibyte.com> writes:
> 
>> So there's no one out there that knows whether SASL encrypts the data
>> stream, or just the authentication (or which SASL modules encrypt the
>> data, and which don't)?
> 
> That depends on how you have configured your repository via
> svnserve.conf:
> 
> [sasl]
> ### This option specifies whether you want to use the Cyrus SASL
> ### library for authentication. Default is false.
> ### This section will be ignored if svnserve is not built with Cyrus
> ### SASL support; to check, run 'svnserve --version' and look for a line
> ### reading 'Cyrus SASL authentication is available.'
> #use-sasl = true
> ### These options specify the desired strength of the security layer
> ### that you want SASL to provide. 0 means no encryption, 1 means
> ### integrity-checking only, values larger than 1 are correlated
> ### to the effective key length for encryption (e.g. 128 means 128-bit
> ### encryption). The values below are the defaults.
> # min-encryption = 0
> # max-encryption = 256
> 
> -- 
> Philip

Reply via email to