[html5] r4822 - [giow] (0) Oops, s/little/big/ endian.

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 3 19:43:46 PST 2010


Author: ianh
Date: 2010-03-03 19:43:45 -0800 (Wed, 03 Mar 2010)
New Revision: 4822

Modified:
   complete.html
   source
Log:
[giow] (0) Oops, s/little/big/ endian.

Modified: complete.html
===================================================================
--- complete.html	2010-03-04 03:20:41 UTC (rev 4821)
+++ complete.html	2010-03-04 03:43:45 UTC (rev 4822)
@@ -67531,9 +67531,9 @@
 
   <p>The concatenation of the number obtained from processing the
   <code title=http-sec-websocket-key>Sec-WebSocket-Key1</code>
-  field, expressed as a little-endian 32 bit number, the number
+  field, expressed as a big-endian 32 bit number, the number
   obtained from processing the <code title=http-sec-websocket-key>Sec-WebSocket-Key2</code> field,
-  again expressed as a little-endian 32 bit number, and finally the
+  again expressed as a big-endian 32 bit number, and finally the
   eight bytes at the end of the handshake, form a 128 bit string whose
   MD5 sum is then used by the server to prove that it read the
   handshake.</p>
@@ -68202,7 +68202,7 @@
 
     <p>Let <var title="">key3</var> be a string consisting of eight
     random bytes (or equivalently, a random 64 bit integer encoded in
-    little-endian order).</p>
+    big-endian order).</p>
 
     <p class=example>For example, 0x47 0x30 0x22 0x2D 0x5A 0x3F 0x47
     0x58.</p>
@@ -68603,9 +68603,9 @@
 
    <li>
 
-    <p>Let <var title="">challenge</var> be the concatenation of <var title="">number<sub>1</sub></var>, expressed as a little-endian 32
+    <p>Let <var title="">challenge</var> be the concatenation of <var title="">number<sub>1</sub></var>, expressed as a big-endian 32
     bit integer, <var title="">number<sub>2</sub></var>, expressed as
-    a little-endian 32 bit integer, and the eight bytes of <var title="">key<sub>3</sub></var> in the order they were sent on the
+    a big-endian 32 bit integer, and the eight bytes of <var title="">key<sub>3</sub></var> in the order they were sent on the
     wire.</p>
 
     <!--
@@ -68620,7 +68620,7 @@
 
    <li>
 
-    <p>Let <var title="">expected</var> be the MD5 fingerprint of <var title="">challenge</var> as a little-endian 128 bit string. <a href=#refsRFC1321>[RFC1321]</a></p>
+    <p>Let <var title="">expected</var> be the MD5 fingerprint of <var title="">challenge</var> as a big-endian 128 bit string. <a href=#refsRFC1321>[RFC1321]</a></p>
 
     <!--
     perl -e "print pack 'c*', map { hex } @ARGV" 0x2E 0x50 0x31 0xB7 0x06 0xDA 0xB8 0x0B 0x47 0x30 0x22 0x2D 0x5A 0x3F 0x47 0x58 | md5sum -b
@@ -69215,8 +69215,8 @@
 
    <li>
 
-    <p>Let <var title="">challenge</var> be the concatenation of <var title="">part1</var>, expressed as a little-endian 32 bit integer,
-    <var title="">part2</var>, expressed as a little-endian 32 bit
+    <p>Let <var title="">challenge</var> be the concatenation of <var title="">part1</var>, expressed as a big-endian 32 bit integer,
+    <var title="">part2</var>, expressed as a big-endian 32 bit
     integer, and the eight bytes of <var title="">key3</var> in the
     order they were sent on the wire.</p>
 
@@ -69232,7 +69232,7 @@
 
    <li>
 
-    <p>Let <var title="">response</var> be the MD5 fingerprint of <var title="">challenge</var> as a little-endian 128 bit string. <a href=#refsRFC1321>[RFC1321]</a></p>
+    <p>Let <var title="">response</var> be the MD5 fingerprint of <var title="">challenge</var> as a big-endian 128 bit string. <a href=#refsRFC1321>[RFC1321]</a></p>
 
     <!--
     perl -e "print pack 'c*', map { hex } @ARGV" 0x36 0x09 0x65 0x65 0x0A 0xB9 0x67 0x33 0x57 0x6A 0x4E 0x7D 0x7C 0x4D 0x28 0x36 | md5sum -b

Modified: source
===================================================================
--- source	2010-03-04 03:20:41 UTC (rev 4821)
+++ source	2010-03-04 03:43:45 UTC (rev 4822)
@@ -75921,10 +75921,10 @@
 
   <p>The concatenation of the number obtained from processing the
   <code title="http-sec-websocket-key">Sec-WebSocket-Key1</code>
-  field, expressed as a little-endian 32 bit number, the number
+  field, expressed as a big-endian 32 bit number, the number
   obtained from processing the <code
   title="http-sec-websocket-key">Sec-WebSocket-Key2</code> field,
-  again expressed as a little-endian 32 bit number, and finally the
+  again expressed as a big-endian 32 bit number, and finally the
   eight bytes at the end of the handshake, form a 128 bit string whose
   MD5 sum is then used by the server to prove that it read the
   handshake.</p>
@@ -76688,7 +76688,7 @@
 
     <p>Let <var title="">key3</var> be a string consisting of eight
     random bytes (or equivalently, a random 64 bit integer encoded in
-    little-endian order).</p>
+    big-endian order).</p>
 
     <p class="example">For example, 0x47 0x30 0x22 0x2D 0x5A 0x3F 0x47
     0x58.</p>
@@ -77146,9 +77146,9 @@
    <li>
 
     <p>Let <var title="">challenge</var> be the concatenation of <var
-    title="">number<sub>1</sub></var>, expressed as a little-endian 32
+    title="">number<sub>1</sub></var>, expressed as a big-endian 32
     bit integer, <var title="">number<sub>2</sub></var>, expressed as
-    a little-endian 32 bit integer, and the eight bytes of <var
+    a big-endian 32 bit integer, and the eight bytes of <var
     title="">key<sub>3</sub></var> in the order they were sent on the
     wire.</p>
 
@@ -77165,7 +77165,7 @@
    <li>
 
     <p>Let <var title="">expected</var> be the MD5 fingerprint of <var
-    title="">challenge</var> as a little-endian 128 bit string. <a
+    title="">challenge</var> as a big-endian 128 bit string. <a
     href="#refsRFC1321">[RFC1321]</a></p>
 
     <!--
@@ -77839,8 +77839,8 @@
    <li>
 
     <p>Let <var title="">challenge</var> be the concatenation of <var
-    title="">part1</var>, expressed as a little-endian 32 bit integer,
-    <var title="">part2</var>, expressed as a little-endian 32 bit
+    title="">part1</var>, expressed as a big-endian 32 bit integer,
+    <var title="">part2</var>, expressed as a big-endian 32 bit
     integer, and the eight bytes of <var title="">key3</var> in the
     order they were sent on the wire.</p>
 
@@ -77857,7 +77857,7 @@
    <li>
 
     <p>Let <var title="">response</var> be the MD5 fingerprint of <var
-    title="">challenge</var> as a little-endian 128 bit string. <a
+    title="">challenge</var> as a big-endian 128 bit string. <a
     href="#refsRFC1321">[RFC1321]</a></p>
 
     <!--




More information about the Commit-Watchers mailing list