NSS:PSS: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '= RSASSA-PSS-Implementation in nss (Google Summer of Code 2010) = RSASSA-PSS is a padding scheme for RSA signatures with provable security. Implementation of RSASSA-PSS accordin…')
 
No edit summary
Line 1: Line 1:
= RSASSA-PSS-Implementation in nss (Google Summer of Code 2010) =
= RSASSA-PSS-Implementation in nss (Google Summer of Code 2010) =


RSASSA-PSS is a padding scheme for RSA signatures with provable security. Implementation of RSASSA-PSS according to [http://tools.ietf.org/html/rfc3447 PKCS #1 2.1 / RFC 3447] and [http://tools.ietf.org/html/rfc4055 RFC 4055] should be realized within a [http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/mozilla/t127230761333 Google Summer of Code 2010 project] by student [http://www.hboeck.de/ Hanno Böck].
RSASSA-PSS is a padding scheme for RSA signatures with provable security. Implementation of RSASSA-PSS according to [http://tools.ietf.org/html/rfc3447 PKCS #1 2.1 / RFC 3447] and [http://tools.ietf.org/html/rfc4055 RFC 4055] should be realized within a [http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/mozilla/t127230761333 Google Summer of Code 2010 project] by student [http://www.hboeck.de/ Hanno Böck] (project mentor is Wan-Teh Chang).


== Status ==
== Status ==
Line 11: Line 11:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=158750 Bugzilla-entry for RSASSA-PSS]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=158750 Bugzilla-entry for RSASSA-PSS]
* [http://www.hboeck.de/plugin/tag/gsoc Entries related to the project in Hanno's Blog]
* [http://www.hboeck.de/plugin/tag/gsoc Entries related to the project in Hanno's Blog]
[[Category:NSS]]

Revision as of 20:55, 25 May 2010

RSASSA-PSS-Implementation in nss (Google Summer of Code 2010)

RSASSA-PSS is a padding scheme for RSA signatures with provable security. Implementation of RSASSA-PSS according to PKCS #1 2.1 / RFC 3447 and RFC 4055 should be realized within a Google Summer of Code 2010 project by student Hanno Böck (project mentor is Wan-Teh Chang).

Status

  • Patch submitted to add the OIDs from RFC 4055 (2010-05-18)

Links