Update "OAEP reconsidered" comment
authorBodo Möller <bodo@openssl.org>
Wed, 24 Jan 2001 14:59:25 +0000 (14:59 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 24 Jan 2001 14:59:25 +0000 (14:59 +0000)
crypto/rsa/rsa_oaep.c

index 8d306d1eadf9dcd069a4c6c914353764625b7c36..d402a200b9cb3017b4bfd7febf12b671cdeb96e3 100644 (file)
@@ -8,14 +8,14 @@
  * <URL: http://www.shoup.net/papers/oaep.ps.Z>
  * for problems with the security proof for the
  * original OAEP scheme, which EME-OAEP is based on.
- *
- * Note that for RSA OAEP a security proof in the
- * random oracle model *does* exist if 160 < log_2(N/e);
- * cf. section 7.2 ("But RSA-OAEP with exponent 3 is
- * provably secure") of Shoup's paper.  (The slight
- * differences between the OAEP definition used by Shoup
- * and OAEP as defined in RFC 2437 should not affect
- * this result.)
+ * 
+ * A new proof can be found in E. Fujisaki, T. Okamoto,
+ * D. Pointcheval, J. Stern, "RSA-OEAP is Still Alive!",
+ * Dec. 2000, <URL: http://eprint.iacr.org/2000/061/>.
+ * The new proof has stronger requirements for the
+ * underlying permutation: "partial-one-wayness" instead
+ * of one-wayness.  For the RSA function, this is
+ * an equivalent notion.
  */