-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking bug for libsrtp update for cryptex #5
Comments
work is happening here: |
I have created a PR on libsrtp so we can do an early review of the code and get feedback as soon as possible on the design. The PR adds a new attribute on the libsrtp policy The code replaces the defined by profile in protect and unprotect so the application only needs to set the The modified code passes the previous tests so I hope there are no regressions when cryptex is not enabled, but I have not added any test for the new code yet as I am not sure where is the best way to add the tests for cryptex, @fluffy can you advise please? |
I have an implementation for the jitsi-srtp library at jitsi/jitsi-srtp#29 . We should generate some test vectors so we can confirm interop... |
that would be awesome. I would say that we need to do one set for aead and non-aead suites, and each should cover at least
|
I've added a bunch of test packets to my jitsi-srtp PR -- do you want to try to test them against libsrtp and see if your implementation agrees? |
sure, will do it this sunday |
I have fixed the AAD issue and added test with the same tests vectors as you have on your jitsi PR. Everything seems to be working fine. I will send a PR for adding them to the spec. |
See cisco/libsrtp#511 (still open) |
@murillo128 has volunteered
The text was updated successfully, but these errors were encountered: