Skip to content
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

Mitigate libsrtp wraparound with loss decryption failure #1438

Merged
merged 6 commits into from
Aug 29, 2024

Commits on Aug 5, 2024

  1. Mitigate libsrtp wraparound with loss decryption failure

    Fixes #1437
    
    ### Details
    
    - Read the issue, please.
    - So solution is that `SeqManager` now includes a second constructor with `initialOutput` and we use it in all `XxxxConsumer` classes.
    ibc committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    759cce8 View commit details
    Browse the repository at this point in the history
  2. all consumer classes done

    ibc committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8f1cf36 View commit details
    Browse the repository at this point in the history
  3. update CHANGELOG

    ibc committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6b40894 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. add more tests replacing #1439

    ibc committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ecbad4c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    d0e4951 View commit details
    Browse the repository at this point in the history
  2. Update worker/src/RTC/PipeConsumer.cpp

    Co-authored-by: José Luis Millán <[email protected]>
    ibc and jmillan authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    77a68b4 View commit details
    Browse the repository at this point in the history