cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.24k stars 476 forks source link

align behavior when using keystream prefix #694

Closed pabuhler closed 7 months ago

pabuhler commented 8 months ago

The keystream prefix needs to be placed in auth tag before the auth is calculated. This was done for all protect / unprotect functions except unprotect_rtcp. Now functionality is aligned.

Spin off from #693