cisco / libsrtp

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

openssl 3 performance #646

Closed pabuhler closed 1 year ago

pabuhler commented 1 year ago

Investigate and fix reported performance issues with openssl 3 reported in #645.

Try explicit fetching once per stream, should be more efficient than implicit featuring on demand.

This is openssl 3 only so with fail to build with older version for now.

pabuhler commented 1 year ago

This change did not make the expected difference in performance as the cipher is already on fetched once when the stream is created.