diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-09-07 11:33:30 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-09-07 11:33:30 +0000 |
commit | 1b6027ea77f1a272eea3af02ca4721d6a05dbfa5 (patch) | |
tree | a5219247180cebd16c23d44ae6bf80df23826360 /usr.sbin | |
parent | 5e88d41d56b57e1e1cfbfbe1a562b35e2fc4218b (diff) |
update man page with the new default HIGH:!aNULL
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index bceed9944dd..fa1d55ce65c 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.137 2013/07/16 11:13:34 schwarze Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.138 2013/09/07 11:33:29 reyk Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 7 2013 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -1129,7 +1129,7 @@ option is specified. .It Ic ciphers Ar string Set the string defining the SSL cipher suite. If not specified, the default value -.Ar HIGH:!ADH +.Ar HIGH:!aNULL will be used (strong crypto cipher suites without anonymous DH). See the CIPHERS section of .Xr openssl 1 |