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

Conversation

pabuhler
Copy link
Member

Change for #714.
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.

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.
Copy link
Contributor

@paulej paulej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had one question, and it might just be my misunderstanding.

crypto/cipher/aes_gcm_wssl.c Show resolved Hide resolved
Use CHECK_XXX functions in cipher_drive, extend CHECK_XXX to improve testing.
@pabuhler pabuhler merged commit 88a9aa1 into cisco:main Jul 8, 2024
39 checks passed
@pabuhler pabuhler deleted the remove-get-tag branch July 8, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants