Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の理解によると、2つのRSA署名方式があります-PSS(確率的署名方式)と古いPKCS1-v1_5:
RSA_verify()APIを使用して、両方のスキームでRSA署名をチェックできますか?
最近のバージョンをお持ちの場合-使用方法については、http://fixunix.com/openssl/526614-signing-verifying-messages-rsassa-pss.htmlを参照してください。