[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: sasl question

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2007-11-25 17:12:24 CET

Ben Collins-Sussman wrote:
> CRAM-MD5 is 'deprecated? How so?

IIRC, CRAM-MD5 doesn't protect against chosen plaintext attacks, or
something like that. It is recommended that people use DIGEST-MD5 instead.

>
> Also, in your notes/sasl.txt file, you discuss how to require protocol
> encryption. How is encryption being done? Via openssl? And if so,
> does this require both server and client SASL libraries to be linked
> against openssl?

It depends on the mechanisms, which are dynamically loaded at runtime.
DIGEST-MD5 doesn't need any external libraries. SRP requires OpensSSL's
libcrypto. Also, OTP and NTLM require libcrypto even though they don't
do protocol encryption.

-- 
Vlad
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 25 17:12:37 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.