-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes are: - Use wrapper functions to access opaque data types. To preserve backward compatibility, add fallback definitions - Change the signature of __pkcs11h_openssl_ex_data_dup() to match with the new CRYPTO_EX_dup definition - Remove the use of idiom "rsa->flags |= RSA_FLAG_SIGN_VER", since there is no replacement Signed-off-by: Daiki Ueno <[email protected]> Signed-off-by: Alon Bar-Lev <[email protected]>
- Loading branch information
Showing
3 changed files
with
215 additions
and
22 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