cisco / libsrtp

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

support running against nss >= 3.52 #524

Closed pabuhler closed 3 years ago

pabuhler commented 3 years ago

Fix for #523

This is described in more detail at: https://bugzilla.mozilla.org/show_bug.cgi?id=1637488#c3

Have decided to go with using NSS_PKCS11_2_0_COMPAT for now as it provides the most fexibility. Consider moving to the new PK11_AEADOp api in the future but that will put a requirment on nss version at both compile and run time.

pabuhler commented 3 years ago

525 is a follow on issues. Until there is value in placing the burden of a version check (build/runtime) on uses of libsrtp I think this is the best solution.