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

Ci test run #31

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Ci test run #31

wants to merge 12 commits into from

Conversation

pabuhler
Copy link
Owner

@pabuhler pabuhler commented Dec 6, 2024

No description provided.

@pabuhler pabuhler force-pushed the ci-test-run branch 8 times, most recently from 7ed0ea9 to 276c7e0 Compare December 17, 2024 14:39
@pabuhler pabuhler force-pushed the ci-test-run branch 2 times, most recently from 6678eb6 to b1afec9 Compare January 3, 2025 23:20
@pabuhler pabuhler force-pushed the ci-test-run branch 2 times, most recently from d7198ce to 3b412eb Compare January 14, 2025 17:06
libSRTP will allocate and initialize a cipher once and then use it
to encrypt or decrypt multiple packets. Between each operation
a new IV will be set, the IV is unique for each packet. This test will
ensure that cipher implementations support this.

The test vectors are based on examples in RFC 9335 .
When building using wolfssl on Apple silicon and armasm enabled, a call
to wc_AesSetIV was not enough to reset the context between each operation.
Calling wc_AesSetKey will reset it but may incur a performance penalty.
@pabuhler pabuhler force-pushed the ci-test-run branch 13 times, most recently from e42b634 to d35ba84 Compare January 19, 2025 16:55
Pierre Bodilis added 2 commits January 21, 2025 15:55
Don't require OpenSSL version number as BoringSSL doesn't define it
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