cisco / libsrtp

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

Use current directions in stream update test #617

Closed bifurcation closed 1 year ago

bifurcation commented 1 year ago

In this test the srtp_snd context is configured with an inbound template and the srtp_recv context is configured with an outbound template. They are then used in the directions corresponding to their names. This PR install the context with the correct directional markers.

There's a deeper issue here in that this test should be failing! I will file an issue for this.