.. _pkcs-v1.5-signature-scheme-functions: PKCS V1.5 Signature Scheme Functions ==================================== .. note:: This algorithm is considered weak due to known attacks on it. The functionality remains in the library, but the implementation will no longer be optimized and no security patches will be applied. A more secure alternative is available: RSA-OAEP. For more information, see *PKCS #1 v2.1: RSA Cryptography Standard* (http://www.di-srv.unisa.it/~ads/corso-security/www/CORSO-9900/oracle/pkcsv21.pdf). This subsection describes functions implementing the RSASSA-PKCS1-v1_5 signature scheme with appendix [`PKCS 1.2.1 `__]. .. toctree:: :maxdepth: 1 rsasign_pkcs1v15 rsa_mb_sign_pkcs1v15_rmf rsaverify_pkcs1v15 rsa_mb_verify_pkcs1v15_rmf