Daniel Stenberg | 1 Nov 2002 08:29
Picon
Favicon
Gravatar

Re: Extent of SSL support in libcurl?

On Thu, 31 Oct 2002, Dave Halbakken wrote:

> I just noticed this in the 7.10 TODO document:
>
> "* Add FTPS support with SSL for the data connection too.  This should
> be made according to the specs written in
> draft-murray-auth-ftp-ssl-08.txt, "Securing FTP with TLS""
>
> Does this mean libcurl's data connection when using SSL is all in the clear?

It means that when you use 'FTPS' with curl, it only uses SSL for the first,
the control, connection. FTPS is not a name of any standard protocol and the
approach curl currently supports is a rather quick hack to make it work with
a ftps server that offerered exactly this mode of operation.

I know this is rather limited and the TODO item was added there since most
(or at least many) people who want a full and secure FTP server connection
want a full implementation.

> I also noticed that the current version of that ftp-ssl draft is
> draft-murray-auth-ftp-ssl-10.txt. In that draft, the use of AUTH TLS is
> recommended over the now-deprecated implicit SSL.

TLSv1 is basicly SSLv3, they're very similar. In curl terms we often talk
about SSL as a general term and it often means "SSL or TLS". The OpenSSL
library supports SSLv2, SSLv3 and TLSv1 fine.

> Does anyone know whether there is support in libcurl for AUTH TLS?

I know that there is none. I would of course like to see it added.
(Continue reading)

Dave Halbakken | 1 Nov 2002 18:55

Re: Extent of SSL support in libcurl?

Daniel Stenberg wrote:

> I'm prepared to join in and help if anyone wants to see this implemented. I
> don't think I'll go ahead and implement it on my own at this point in time.
> 

Thanks for all your answers, Daniel. I'd love to say I'll jump in and 
help. I don't feel qualified at this point, though. I plan to read all 
the FTP security-related specs, including RFC 2228, RFC 2246, 
draft-murray-auth-ftp-ssl-10.txt, which I believe are the significant 
ones. Once I've done that, I should have a better perspective.

Dave Halbakken

-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en


Gmane