cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 469 forks source link

remove last ekt reference #677

Closed pabuhler closed 5 months ago

pabuhler commented 5 months ago

Preserve the invalid policy test so more can be added. Merge srtp_valid_policy and srtp_validate_policy_master_keys functions.

pabuhler commented 5 months ago

Maybe we should create an EKT implementation for the public outside of libsrtp. I've written one in C++, but it likely needs work to make it robust. I do like EKT, though. Sadly, the RFC does not include conveying keys in RTCP, which is needed for a complete solution, IMO.

Been a while since I looked at the final EKT draft, but not against even adding it back again if it makes sense. This was just clean up from before first.