mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-03 19:16:06 +02:00
Make mbedtls_rsa_emsa_pkcs1_v15_encode_digestinfo from rsa.c public, and use it in the pkcs11_client module. pkcs11_client: refactor pkcs11_sign and pkcs11_verify to simplify memory managmement. Implement these functions for RSA.