[html5] r4281 - [gow] (2) Restrict <keygen keytype=rsa> to md5WithRSAEncryption.

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 22 19:34:29 PDT 2009


Author: ianh
Date: 2009-10-22 19:34:24 -0700 (Thu, 22 Oct 2009)
New Revision: 4281

Modified:
   complete.html
   index
   source
Log:
[gow] (2) Restrict <keygen keytype=rsa> to md5WithRSAEncryption.

Modified: complete.html
===================================================================
--- complete.html	2009-10-23 02:28:15 UTC (rev 4280)
+++ complete.html	2009-10-23 02:34:24 UTC (rev 4281)
@@ -37897,11 +37897,11 @@
      <dd>
 
       <p>Generate an RSA key pair using the settings given by the
-      user, if appropriate.</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>
 
-      <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>
-
      </dd>
 
      <dt>Otherwise, the <code title=attr-keygen-keytype><a href=#attr-keygen-keytype>keytype</a></code> attribute is in the <i title="">unknown</i> state</dt>
@@ -86552,6 +86552,10 @@
    <dd><cite><a href=http://www.ietf.org/rfc/rfc2246.txt>The TLS Protocol
    Version 1.0</a></cite>, T. Dierks, C. Allen. IETF, January 1999.</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,

Modified: index
===================================================================
--- index	2009-10-23 02:28:15 UTC (rev 4280)
+++ index	2009-10-23 02:34:24 UTC (rev 4281)
@@ -37727,11 +37727,11 @@
      <dd>
 
       <p>Generate an RSA key pair using the settings given by the
-      user, if appropriate.</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>
 
-      <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>
-
      </dd>
 
      <dt>Otherwise, the <code title=attr-keygen-keytype><a href=#attr-keygen-keytype>keytype</a></code> attribute is in the <i title="">unknown</i> state</dt>
@@ -77726,6 +77726,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,

Modified: source
===================================================================
--- source	2009-10-23 02:28:15 UTC (rev 4280)
+++ source	2009-10-23 02:34:24 UTC (rev 4281)
@@ -42141,12 +42141,14 @@
      <dd>
 
       <p>Generate an RSA key pair using the settings given by the
-      user, if appropriate.</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>
 
-      <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>
-
      </dd>
 
      <dt>Otherwise, the <code
@@ -95721,6 +95723,10 @@
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2246.txt">The TLS Protocol
    Version 1.0</a></cite>, T. Dierks, C. Allen. IETF, January 1999.</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,




More information about the Commit-Watchers mailing list