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

Commits on Feb 14, 2019

  1. Don't enable use_srtp by default

    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
    Sean-Der committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    f1ecafe View commit details
    Browse the repository at this point in the history
  2. Named curve is chosen by ServerHello not client

    Relates to: #32
    Sean-Der committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    956ab7b View commit details
    Browse the repository at this point in the history