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

coordinator, participant: don't send identifier; get it from channel authentication #431

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

conradoplg
Copy link
Contributor

Based on #423

Closes #429

Before authentication we were sending identifiers between coordinator and participants to identify peers, but that's insecure; we forgot to change it after we added authentication.

This changes the coordinator and participant to not send identifiers along with messages.

@conradoplg conradoplg requested a review from natalieesk January 8, 2025 22:24
@mpguerra mpguerra linked an issue Jan 13, 2025 that may be closed by this pull request
Base automatically changed from dkg-server to main January 15, 2025 18:00
@conradoplg conradoplg force-pushed the dont-send-identifier branch from 16b4306 to fb3719e Compare January 21, 2025 15:30
Copy link
Contributor

@natalieesk natalieesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good

@natalieesk natalieesk merged commit 65efddd into main Jan 22, 2025
5 checks passed
@natalieesk natalieesk deleted the dont-send-identifier branch January 22, 2025 15:28
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.

Don't send identifiers in demo now that we have authentication
2 participants