Skip to content
New issue

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

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

Already on GitHub? # to your account

Extend HMAC proof to cover state reuse #61

Open
SalusaSecondus opened this issue Mar 23, 2022 · 0 comments
Open

Extend HMAC proof to cover state reuse #61

SalusaSecondus opened this issue Mar 23, 2022 · 0 comments

Comments

@SalusaSecondus
Copy link

In #58 we identified that the existing proofs only work when you start with a zeroized HMAC_CTX. Since a common use of this state object is to calculate HMAC multiple times using the same key and digest (and hopefully gain performance improvements), we should extend our proofs to cover when HMAC_CTX is reused and both the key and md passed to HMAC_Init_ex are NULL for subsequent calculations.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant