summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2015-03-09 15:51:18 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2015-03-09 15:51:18 +0000
commitd8fcd7ec79eb4b26dff4992024c3241d44fdb784 (patch)
treed7afb330bd77f27c66c2097868d3f075ddd181ac /usr.sbin/httpd
parent9e375a10c49fe78389241471109ef72b948d799e (diff)
Document the TLSv1.2-only change.
Figured out sthen@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.conf.510
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index acfb57a1683..3e815b9bfde 100644
--- a/usr.sbin/httpd/httpd.conf.5
+++ b/usr.sbin/httpd/httpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: httpd.conf.5,v 1.54 2015/03/06 05:10:18 reyk Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.55 2015/03/09 15:51:17 reyk Exp $
.\"
.\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,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: March 6 2015 $
+.Dd $Mdocdate: March 9 2015 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -394,9 +394,9 @@ root directory of
.Nm httpd .
.It Ic protocols Ar string
Specify the TLS protocols to enable for this server.
-If not specified, the default value
-.Qq all
-will be used (all available protocols).
+If not specified, the value
+.Qq default
+will be used (secure protocols; TLSv1.2-only).
Refer to the
.Xr tls_config_parse_protocols 3
function for other valid protocol string values.