mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Introduce pk_sign() and use it in ssl
This commit is contained in:
@ -580,6 +580,7 @@ struct _ssl_context
|
||||
*/
|
||||
pk_context *pk_key; /*!< own private key */
|
||||
#if defined(POLARSSL_RSA_C)
|
||||
int rsa_use_alt; /*<! flag for alt (temporary) */
|
||||
void *rsa_key; /*!< own RSA private key */
|
||||
rsa_decrypt_func rsa_decrypt; /*!< function for RSA decrypt*/
|
||||
rsa_sign_func rsa_sign; /*!< function for RSA sign */
|
||||
|
Reference in New Issue
Block a user