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

Add support for SRTP #56

Open
doe300 opened this issue Oct 14, 2015 · 1 comment
Open

Add support for SRTP #56

doe300 opened this issue Oct 14, 2015 · 1 comment

Comments

@doe300
Copy link
Owner

doe300 commented Oct 14, 2015

SRTP (Secure Real Time Transport Protocol) is a profile for the RTP protocol.

Thus, it should be possible to include it into our program by extending the RTPPackageHandler and providing additional classes for the encrytion/decryption and authentication/verification.

See: https://tools.ietf.org/html/rfc3711 and RFC 4771

NOTE: The complete use of STRP should be made optional with flag in CMakeLists.txt to skip (which results in skipping checking and downloading crypto-libraries)

@doe300
Copy link
Owner Author

doe300 commented Dec 22, 2015

Add support to SIP: http://tools.ietf.org/html/rfc4568
Optional extensions:

@doe300 doe300 added this to the Version 1.0 milestone Jun 17, 2016
@doe300 doe300 mentioned this issue Jun 17, 2016
6 tasks
@doe300 doe300 self-assigned this Jun 27, 2016
doe300 added a commit that referenced this issue Jun 29, 2016
doe300 added a commit that referenced this issue Jul 5, 2016
@doe300 doe300 removed their assignment Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant