cisco / libsrtp

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

Set OpenSSL api compat to 1.1.x for hamc #605

Closed pabuhler closed 1 year ago

pabuhler commented 2 years ago

An alternative to #602 as a solution to #599. Since the EVP_MAC_xxx api has some reinitialization issues pre 3.0.3 and the workaround in #603 introduces a performance hit this is probably the best solution until OpenSSL 3.0.3 is released and widely adopted.

pabuhler commented 1 year ago

Closing this and preferring the solution in #602, although this still would have been an option.