You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is task definition is a work in progress
This is a high level issue to track architectural and coding effort to create and release the next major version of libSRTP.
Goal
Provide a cross platform C99 conformant SRTP library with a safe and flexible API.
Fix and close all issues that have been postponed due to ABI and behavioral restrictions.
Update build system and tools to be inline with current conventions.
Plan
Each PR should only change a single piece of functionality to help simplify reviews and traceability. Where possible test should not be refactored in the same commit as major code changes.
Tasks
Create 2.x branch then prepare main for 3.x development
Look into CI test between version
Consider library name, currently libsrtp2.x, maybe libsrtp3.x? Check "so" name has correct version
Clean out unused files from repo, there are a few old scripts that probably do not belong
Note: This is task definition is a work in progress
This is a high level issue to track architectural and coding effort to create and release the next major version of libSRTP.
Goal
Provide a cross platform C99 conformant SRTP library with a safe and flexible API.
Fix and close all issues that have been postponed due to ABI and behavioral restrictions.
Update build system and tools to be inline with current conventions.
Plan
Each PR should only change a single piece of functionality to help simplify reviews and traceability. Where possible test should not be refactored in the same commit as major code changes.
Tasks
The text was updated successfully, but these errors were encountered: