-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use EVP_DigestSign/Verify for RSA PWCT (#957)
FIPS vendor feedback required us to do our RSA PWCT with the `EVP_DigestSign/Verify` functions for RSA. This aligns with what we were doing for `EVP_EC_KEY_check_fips` as well. We were also given feedback that we could consider using an empty message `""` for both PWCTs to help us save a bit of time.
- Loading branch information
1 parent
9e5f4aa
commit dbedeb7
Showing
3 changed files
with
74 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters