- From: poot <cvsmail@w3.org>
- Date: Fri, 23 Oct 2009 11:21:37 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Restrict <keygen keytype=rsa> to md5WithRSAEncryption. (whatwg
r4281)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3421&r2=1.3422&f=h
http://html5.org/tools/web-apps-tracker?from=4280&to=4281
===================================================================
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:22:05 UTC