OHMComm icon indicating copy to clipboard operation
OHMComm copied to clipboard

Add support for SRTP

Open doe300 opened this issue 8 years ago • 1 comments

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 avatar Oct 14 '15 08:10 doe300