Question about rsa sign when using qat_sw with boringssl
Open
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Hi,we are now trying to use qat_sw in boringssl to accelerate tls handshake, and want to know whether qat_sw with boringssl support rsa sign in rsa_pss padding mode?
According to the test sample code in test_bssl_rsa.c, in function qat_rsa_sign_test, the padding mode is RSA_NO_PADDING, and RSA_PKCS1_PSS_PADDING may not be passed into RSA_sign_raw
Is it possible to set rsa sign to RSA-PSS mode?
Thanks a lot
Contributor guide
Assessment
This issue has not been assessed yet.