aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-03-08 19:50:32 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-03-08 19:50:32 +0000
commit0f0540d00b4c634015f4bb894a37d869f04d309f (patch)
treee4429ddb77225cca95bc8089065fd55d404c87e2 /CHANGES
parent3f29ed6d44b8ca1ee702a9e7870ed32e5a7774dd (diff)
Added SSL as a required feature for test case 400.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 38ca3c14e..b0240bcdc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,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.