Skip to content

Commit

Permalink
[gow] (2) Restrict <keygen keytype=rsa> to md5WithRSAEncryption.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4281 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 23, 2009
1 parent 66df643 commit fbc0d2a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
12 changes: 8 additions & 4 deletions complete.html
Expand Up @@ -37897,10 +37897,10 @@ <h4 id=the-keygen-element><span class=secno>4.10.12 </span>The <dfn><code>keygen
<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>

Expand Down Expand Up @@ -86552,6 +86552,10 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<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,
Expand Down
12 changes: 8 additions & 4 deletions index
Expand Up @@ -37727,10 +37727,10 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
<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>

Expand Down Expand Up @@ -77726,6 +77726,10 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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,
Expand Down
16 changes: 11 additions & 5 deletions source
Expand Up @@ -42141,11 +42141,13 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<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>

Expand Down Expand Up @@ -95721,6 +95723,10 @@ interface <span>HTMLDocument</span> {
<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,
Expand Down

0 comments on commit fbc0d2a

Please sign in to comment.