html5/spec Overview.html,1.3421,1.3422

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv685

Modified Files:
	Overview.html 
Log Message:
Restrict <keygen keytype=rsa> to md5WithRSAEncryption. (whatwg r4281)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3421
retrieving revision 1.3422
diff -u -d -r1.3421 -r1.3422
--- Overview.html	23 Oct 2009 02:15:10 -0000	1.3421
+++ Overview.html	23 Oct 2009 02:21:19 -0000	1.3422
@@ -33534,10 +33534,10 @@
      <dd>
 
       <p>Generate an RSA key pair using the settings given by the
-      user, if appropriate.</p>
-
-      <p>Select an RSA signature algorithm from those listed in
-      section 2.2.1 ("RSA Signature Algorithm") of RFC 3279. <a href="#refsRFC3279">[RFC3279]</a></p>
+      user, if appropriate, using the <code title="">md5WithRSAEncryption</code> RSA signature algorithm
+      (the signature algorithm with MD5 and the RSA encryption
+      algorithm) referenced in section 2.2.1 ("RSA Signature
+      Algorithm") of RFC 3279, and defined in RFC 2313. <a href="#refsRFC3279">[RFC3279]</a> <a href="#refsRFC2313">[RFC2313]</a></p>
 
      </dd>
 
@@ -71097,6 +71097,10 @@
    Encoding for Internet Messages</a></cite>, K. Tamaru. IETF, November
    1997.</dd>
 
+   <dt id="refsRFC2313">[RFC2313]</dt>
+   <dd><cite><a href="http://www.ietf.org/rfc/rfc2313.txt">PKCS #1:
+   RSA Encryption</a></cite>, B. Kaliski. IETF, March 1998.</dd>
+
    <dt id="refsRFC2318">[RFC2318]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2318.txt">The
    text/css Media Type</a></cite>, H. Lie, B. Bos, C. Lilley. IETF,

Received on Friday, 23 October 2009 02:21:24 UTC