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

Fix multiple issues found by issue-32 #37

Merged
merged 2 commits into from
Feb 14, 2019
Merged

Fix multiple issues found by issue-32 #37

merged 2 commits into from
Feb 14, 2019

Conversation

Sean-Der
Copy link
Member

This makes the use_srtp extensions conditional. We will need to update pion-WebRTC to pass the protection profiles (very simple change).

This also fixes how we chose which NamedCurve to use, the Client passes what it supports and the server makes the final choice. We accidentally used the clients choice.

Copy link
Member

@backkem backkem left a comment

Choose a reason for hiding this comment

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

LGTM

@Sean-Der Sean-Der self-assigned this Feb 14, 2019
Library when initially written was only used for pion-WebRTC,
where we always wanted SRTP. This puts it behind configuration
so we can start up a Client/Server without SRTP

Relates to: #32
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.

None yet

2 participants