pion / srtp

A Go implementation of SRTP
MIT License
117 stars 49 forks source link

Added support for AES CM 255 crypto suites #283

Closed sirzooro closed 2 months ago

sirzooro commented 2 months ago

Added support for AES_256_CM_HMAC_SHA1_80 and AES_256_CM_HMAC_SHA1_32 crypto suites.

This is v2 CP of PR from master.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (v2@f94600d). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2 #283 +/- ## ===================================== Coverage ? 78.91% ===================================== Files ? 17 Lines ? 996 Branches ? 0 ===================================== Hits ? 786 Misses ? 118 Partials ? 92 ``` | [Flag](https://app.codecov.io/gh/pion/srtp/pull/283/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [go](https://app.codecov.io/gh/pion/srtp/pull/283/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `78.91% <100.00%> (?)` | | | [wasm](https://app.codecov.io/gh/pion/srtp/pull/283/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `78.41% <100.00%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.