[html5] r5288 - [giow] (1) Add NPN to WebSockets.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 12 18:04:49 PDT 2010
Author: ianh
Date: 2010-08-12 18:04:47 -0700 (Thu, 12 Aug 2010)
New Revision: 5288
Modified:
complete.html
source
Log:
[giow] (1) Add NPN to WebSockets.
Modified: complete.html
===================================================================
--- complete.html 2010-08-12 22:28:39 UTC (rev 5287)
+++ complete.html 2010-08-13 01:04:47 UTC (rev 5288)
@@ -209,7 +209,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 12 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 13 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -73847,6 +73847,10 @@
<p>User agents must use the Server Name Indication extension in
the TLS handshake. <a href=#refsRFC4366>[RFC4366]</a></p>
+ <p>User agents must use the Next Protocol Negotiation extension in
+ the TLS handshake, selecting the "776562736f636b657473" protocol
+ ("websockets"). <a href=#refsNPN>[NPN]</a>
+
</li>
<li>
@@ -75037,6 +75041,10 @@
further communication for the connection (including the server
handshake) must run through the encrypted tunnel. <a href=#refsRFC2246>[RFC2246]</a></p>
+ <p>Servers must support the Next Protocol Negotiation extension in
+ the TLS handshake, advertising support for the
+ "776562736f636b657473" protocol ("websockets"). <a href=#refsNPN>[NPN]</a>
+
</li>
<li>
@@ -94853,6 +94861,11 @@
<dd>(Non-normative) <cite><a href=https://developer.mozilla.org/en/Gecko_Plugin_API_Reference>Gecko
Plugin API Reference</a></cite>. Mozilla.</dd>
+ <dt id=refsNPN>[NPN]</dt>
+ <dd><cite><a href=http://tools.ietf.org/html/draft-agl-tls-nextprotoneg>Transport
+ Layer Security (TLS) Next Protocol Negotiation
+ Extension</a></cite>, A. Langley. IETF.</dd>
+
<dt id=refsOPENSEARCH>[OPENSEARCH]</dt>
<dd><cite><a href=http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML>Autodiscovery
in HTML/XHTML</a></cite>. In <cite>OpenSearch 1.1 Draft 4</cite>,
Modified: source
===================================================================
--- source 2010-08-12 22:28:39 UTC (rev 5287)
+++ source 2010-08-13 01:04:47 UTC (rev 5288)
@@ -83125,6 +83125,10 @@
<p>User agents must use the Server Name Indication extension in
the TLS handshake. <a href="#refsRFC4366">[RFC4366]</a></p>
+ <p>User agents must use the Next Protocol Negotiation extension in
+ the TLS handshake, selecting the "776562736f636b657473" protocol
+ ("websockets"). <a href="#refsNPN">[NPN]</a>
+
</li>
<li>
@@ -84452,6 +84456,11 @@
handshake) must run through the encrypted tunnel. <a
href="#refsRFC2246">[RFC2246]</a></p>
+ <p>Servers must support the Next Protocol Negotiation extension in
+ the TLS handshake, advertising support for the
+ "776562736f636b657473" protocol ("websockets"). <a
+ href="#refsNPN">[NPN]</a>
+
</li>
<li>
@@ -108797,6 +108806,12 @@
href="https://developer.mozilla.org/en/Gecko_Plugin_API_Reference">Gecko
Plugin API Reference</a></cite>. Mozilla.</dd>
+ <dt id="refsNPN">[NPN]</dt>
+ <dd><cite><a
+ href="http://tools.ietf.org/html/draft-agl-tls-nextprotoneg">Transport
+ Layer Security (TLS) Next Protocol Negotiation
+ Extension</a></cite>, A. Langley. IETF.</dd>
+
<dt id="refsOPENSEARCH">[OPENSEARCH]</dt>
<dd><cite><a
href="http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML">Autodiscovery
More information about the Commit-Watchers
mailing list