Skip to content
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

[Bugfix] Derive external pub extension from the new and not old key schedule #108

Merged
merged 3 commits into from
Mar 8, 2024

Conversation

mulmarta
Copy link
Contributor

@mulmarta mulmarta commented Mar 8, 2024

The added test fails on main with InvalidConfirmationTag. The reason is generating external join info using old epoch's key schedule.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.

@mulmarta mulmarta requested a review from a team as a code owner March 8, 2024 14:47
stefunctional
stefunctional previously approved these changes Mar 8, 2024
@stefunctional
Copy link
Contributor

I'm confused. It seems the test fails but only on wasm?

@mulmarta
Copy link
Contributor Author

mulmarta commented Mar 8, 2024

I'm confused. It seems the test fails but only on wasm?

Yeah, the cipher suite it used wasn't supported by wasm crypto provider. Fixed.

@stefunctional
Copy link
Contributor

Yeah, the cipher suite it used wasn't supported by wasm crypto provider. Fixed.

Thank you for explaining!

@mulmarta mulmarta merged commit 4606da0 into main Mar 8, 2024
20 checks passed
@mulmarta mulmarta deleted the bugfix branch March 8, 2024 16:20
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.

3 participants