Skip to content

Commit

Permalink
[giow] (1) Add NPN to WebSockets.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5288 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 13, 2010
1 parent 34afa9b commit 4b7fe4d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
15 changes: 14 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; 12 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -73847,6 +73847,10 @@ <h6 id=opening-handshake-0><span class=secno>10.3.4.4.1 </span>Opening handshake
<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>
Expand Down Expand Up @@ -75037,6 +75041,10 @@ <h6 id="sending-the-server's-opening-handshake"><span class=secno>10.3.4.5.2 </s
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>
Expand Down Expand Up @@ -94853,6 +94861,11 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<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>,
Expand Down
15 changes: 15 additions & 0 deletions source
Expand Up @@ -83125,6 +83125,10 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
<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>
Expand Down Expand Up @@ -84452,6 +84456,11 @@ multi-origin semantics described in [ORIGIN] applying. (http-origin)
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>
Expand Down Expand Up @@ -108797,6 +108806,12 @@ interface <span>HTMLDocument</span> {
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
Expand Down

0 comments on commit 4b7fe4d

Please sign in to comment.