From 32fc8882892d533bf6d5e9b8c768a0940c73bad5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 23 Oct 2009 14:10:27 +0100 Subject: Don't mark SILC private-key as secret, but do mark *-password as secret SILC's private-key is actually a filename, so it isn't secret (the contents of that file *are* secret, however). Haze doesn't currently seem to have any other parameters that are passwords, but if it gains (e.g.) http-proxy-password support, we'll want to say that's secret. --- data/haze.manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/haze.manager b/data/haze.manager index faec90f..d82b015 100644 --- a/data/haze.manager +++ b/data/haze.manager @@ -145,7 +145,7 @@ param-password=s secret param-server=s param-port=i param-public-key=s -param-private-key=s secret +param-private-key=s param-cipher=s param-hmac=s param-pfs=b -- cgit v1.2.1