]> granicus.if.org Git - curl/commitdiff
Added SSL as a required feature for test case 400.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 8 Mar 2007 19:50:32 +0000 (19:50 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 8 Mar 2007 19:50:32 +0000 (19:50 +0000)
CHANGES
tests/data/test400

diff --git a/CHANGES b/CHANGES
index 38ca3c14eb1b80b34ac0326d83527035c93d1fa8..b0240bcdcdcef69fadf7ef7055e8588a7942a547 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
 
                                   Changelog
 
+Dan F (7 March 2007)
+- Reintroduced (after a 3 year hiatus) an FTPS test case (400) into the test
+  harness.  It is very limited as it supports only ftps:// URLs with
+  --ftp-ssl-control specified, which implicitly encrypts the control
+  channel but not the data channels.  That allows stunnel to be used with
+  an unmodified ftp server in exactly the same way that the test https
+  server is set up.
+
 Dan F (7 March 2007)
 - Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control and
   unencrypted data connections.
index aa587a387518e2fe1097c3fb48f926b2f59d2d07..1a8278348a921f0286d3e7c51c18eaa9eaeb7dea 100644 (file)
@@ -29,6 +29,9 @@ dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 #
 # Client-side
 <client>
+<features>
+SSL
+</features>
 <server>
 ftps
 </server>