forked from aws/aws-lc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow HMAC via EVP_PKEY raw privkey functions (aws#1338)
This adds support for consuming `EVP_PKEY_HMAC` through `EVP_PKEY_new_raw_private_key` and `EVP_PKEY_get_raw_private_key`. Logic for `set_priv_raw` and `get_priv_raw` are required for `EVP_PKEY_HMAC`'s ASN1 methods to get things working. New tests setting the key and retrieving it for `EVP_PKEY_HMAC` were also added.
- Loading branch information
1 parent
71d119b
commit 709d214
Showing
4 changed files
with
93 additions
and
4 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
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