Probabilistic signature scheme
From HandWiki
Probabilistic Signature Scheme (PSS) is a cryptographic signature scheme designed by Mihir Bellare and Phillip Rogaway.[1] RSA-PSS is an adaptation of their work and is standardized as part of PKCS#1 v2.1. In general, RSA-PSS should be used as a replacement for RSA-PKCS#1 v1.5.
Design
PSS was specifically developed to allow modern methods of security analysis to prove that its security directly relates to that of the RSA problem. There is no such proof for the traditional PKCS#1 v1.5 scheme.
Implementations
References
- ↑ Bellare, Mihir; Rogaway, Phillip. "PSS: Provably Secure Encoding Method for Digital Signatures". Archived from the original on 2017-08-10. https://web.archive.org/web/20170810025803/http://grouper.ieee.org/groups/1363/P1363a/contributions/pss-submission.pdf.
- ↑ Inc., OpenSSL Foundation. "/docs/manmaster/man7/RSA-PSS.html" (in en). https://www.openssl.org/docs/manmaster/man7/RSA-PSS.html.
- ↑ "wolfSSL Changelog | wolfSSL Embedded SSL/TLS Library Documentation" (in en-US). wolfSSL. https://www.wolfssl.com/docs/wolfssl-changelog/.
External links
- Raising the standard for RSA signatures: RSA-PSS
- RFC 4056: Use of the RSASSA-PSS Signature Algorithm in Cryptographic Message Syntax (CMS)
- RFC 5756: Updates for RSAES-OAEP and RSASSA-PSS Algorithm Parameters
- RFC 8017: PKCS #1: RSA Cryptography Specifications Version 2.2
Original source: https://en.wikipedia.org/wiki/Probabilistic signature scheme.
Read more |