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

change srtp_cipher_encrypt to append the tag generated #718

Merged
merged 2 commits into from
Jul 8, 2024

Commits on Jun 30, 2024

  1. change srtp_cipher_encrypt to append the tag generated

    This makes it symmetric with the srtp_cipher_decrypt function that will
    remove the tag.
    Currently most of the backends would have cached the tag internally
    and returned it in the srtp_cipher_get_tag function, this removes that
    extra complexity.
    pabuhler committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2eaf98b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. add cipher test for buffer lengths

    Use CHECK_XXX functions in cipher_drive, extend CHECK_XXX to improve testing.
    pabuhler committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3515b82 View commit details
    Browse the repository at this point in the history