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

crypto/mbedtls: Add unit test for mynewt GCM #3391

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m-gorecki
Copy link
Contributor

This adds unit test for additional mynewt GCM related APIs

@m-gorecki m-gorecki marked this pull request as draft March 20, 2025 15:08
}

rc = mbedtls_gcm_finish(&ctx, test_tag, sizeof(test_tag));
out:
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: I'd prefer label to be top level (no indent), for visibility

@m-gorecki m-gorecki force-pushed the gcm-mynewt-test branch 2 times, most recently from dc09ec0 to 74e8096 Compare March 21, 2025 13:31
This adds unit test for additional mynewt GCM related APIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants