From: Jason S. Lingohr Date: Sun, 10 Jun 2007 04:57:36 +0000 (+0000) Subject: Update to include RFC 4346, TLS protocol version 1.1. X-Git-Tag: 2.3.0~1781 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=243c47a0adbe47c1bfab5177d84d9c48c9bccd6a;p=apache Update to include RFC 4346, TLS protocol version 1.1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545845 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/relevant_standards.html.en b/docs/manual/misc/relevant_standards.html.en index 9ede07b68d..d78ea0d21e 100644 --- a/docs/manual/misc/relevant_standards.html.en +++ b/docs/manual/misc/relevant_standards.html.en @@ -82,6 +82,13 @@
A Uniform Resource Identifier (URI) is a compact string of characters for identifying an abstract or physical resource.
+ +
RFC 4346 + (Standards Track)
+ +
The TLS protocol provides communcations security over the + Internet. It provides encryption, and is designed to prevent + eavesdropping, tampering, and message forgery.
top
diff --git a/docs/manual/misc/relevant_standards.xml b/docs/manual/misc/relevant_standards.xml index 1930cff5c1..6f8eff7052 100644 --- a/docs/manual/misc/relevant_standards.xml +++ b/docs/manual/misc/relevant_standards.xml @@ -80,6 +80,13 @@
A Uniform Resource Identifier (URI) is a compact string of characters for identifying an abstract or physical resource.
+ +
RFC 4346 + (Standards Track)
+ +
The TLS protocol provides communcations security over the + Internet. It provides encryption, and is designed to prevent + eavesdropping, tampering, and message forgery.