-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Please port ncrypto from deprecated HMAC_ apis to EVP_MAC apis #59493
Copy link
Copy link
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.dependenciesPull requests that update a dependency file.Pull requests that update a dependency file.
Description
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.dependenciesPull requests that update a dependency file.Pull requests that update a dependency file.
Type
Fields
Give feedbackNo fields configured for issues without a type.
deps/ncrypto/ncrypto.cc currently uses HMAC_ apis.
These APIs are widely available in multiple openssl-like implementations.
In OpenSSL however they are deprecated and by-pass provider framework, as well as potentially hardware acceleration.
These APIs will be removed, please consider switching to EVP_MAC APIs instead.