Skip to content

Crypto: CMAC support #34116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
justablob opened this issue Jun 29, 2020 · 2 comments
Closed

Crypto: CMAC support #34116

justablob opened this issue Jun 29, 2020 · 2 comments
Labels
crypto Issues and PRs related to the crypto subsystem. feature request Issues that request new features to be added to Node.js.

Comments

@justablob
Copy link

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
OpenSSL already supports CMAC, but Node doesn't implement it. We use smartcards that only support CMAC, not HMAC, and our current solution is hacky.

Describe alternatives you've considered
So far we've just hashed the message and encrypted the key with a secret.

@bnoordhuis bnoordhuis added crypto Issues and PRs related to the crypto subsystem. feature request Issues that request new features to be added to Node.js. labels Jun 29, 2020
@bnoordhuis
Copy link
Member

Already in progress: #32477

@himself65 himself65 linked a pull request Jun 29, 2020 that will close this issue
@justablob
Copy link
Author

Okay, thanks for linking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Issues and PRs related to the crypto subsystem. feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants