Skip to content

Openssl backend#1492

Draft
KostasTsiounis wants to merge 46 commits into
IBM:mainfrom
KostasTsiounis:openssl_backend
Draft

Openssl backend#1492
KostasTsiounis wants to merge 46 commits into
IBM:mainfrom
KostasTsiounis:openssl_backend

Conversation

@KostasTsiounis

Copy link
Copy Markdown
Member

Signed-off-by: Kostas Tsiounis kostas.tsiounis@ibm.com

@johnpeck-us-ibm

Copy link
Copy Markdown
Member

I know we talked about contexts and one for FIPS and one for non-FIPS. Could we use the Property query instead?
sha256 = EVP_MD_fetch(NULL, "SHA2-256", "fips=yes"); - FIPS
sha256 = EVP_MD_fetch(NULL, "SHA2-256", "provider=default"); - Non-FIPS.
Note the NULL for the context.

Does using this have any performance ramifications?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants