We have introduced a new function for signing data using RSA, RSA_SIGN
.
RSA_SIGN("data", CREDENTIAL.rsa_private_key)
RSA_SIGN
will generate an RSA signature using SHA256 by default (pass digest: SHA512 to modify) as binary data.
We have introduced a new function for signing data using RSA, RSA_SIGN
.
RSA_SIGN("data", CREDENTIAL.rsa_private_key)
RSA_SIGN
will generate an RSA signature using SHA256 by default (pass digest: SHA512 to modify) as binary data.