Paul E. Jones
Paul E. Jones
Looks good! One thing to note is that the OS X example works perfectly fine on various Linus distributions, including Fedora.
Another item to consider is removing the legacy `srtp_kdf()` calls and types / definitions that do not exist in OpenSSL.
I was just looking at that logic. It appears that the code cycles through subscriptions at the time the "check" status is changed and only sends out notifications if that...
One of the concerns with making private parts public is that there is no guarantee that the private parts will not change. That said, with the latest version of srtp...
Given the code I saw in the links you shared, it doesn't appear that level of information is exposed in the new APIs. It might be undesirable to publish such...
I was running 0.4 on Fedora 40. I upgraded to Fedora 41 and, not realizing it, the CPU was being pegged at nearly 100% for a while by the process...
ACK. Sounds like the issue I uncovered and yours may not be the same. It still might have been, as high CPU usage can cause weird things to happen. But,...
This effectively sets the ulimit on processes in the container. Without it, it's set to unlimited on some newer systems. It's really not a mailman or Maxking's issue to deal...
I think this is a good idea. It makes the library more modular and not dependent on the main program to initialize SRTP when SRTP is used in a library...