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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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
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
1 participant