cisco / libsrtp

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

align behavior when using keystream prefix #694

Closed pabuhler closed 2 months ago

pabuhler commented 3 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