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

Add support for AES-CCM. #37

Merged
merged 6 commits into from
Jan 2, 2025
Merged

Add support for AES-CCM. #37

merged 6 commits into from
Jan 2, 2025

Conversation

anhu
Copy link
Member

@anhu anhu commented Dec 5, 2024

Unit test created and passed.

@anhu anhu requested a review from wolfSSL-Bot December 5, 2024 22:20
@anhu anhu self-assigned this Dec 5, 2024
@anhu anhu assigned wolfSSL-Bot and unassigned anhu Dec 5, 2024
Copy link
Contributor

@JacobBarthelmeh JacobBarthelmeh left a comment

Choose a reason for hiding this comment

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

Have a small comment about the configure.ac setup. Rest looks good, thanks!

configure.ac Show resolved Hide resolved
@JacobBarthelmeh JacobBarthelmeh assigned anhu and unassigned wolfSSL-Bot Dec 6, 2024
@anhu anhu requested a review from JacobBarthelmeh December 11, 2024 02:27
@anhu anhu assigned wolfSSL-Bot and unassigned anhu Dec 11, 2024
Copy link
Contributor

@douzzer douzzer left a comment

Choose a reason for hiding this comment

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

It's super-confusing having the wolfPKCS11 configure give the developer control of, and status of, all of the supported ciphers+modes except for AES-CCM. There should be a --enable-aesccm and * AES-CCM: yes (or no) as for the others, else devs will wonder where CCM is, or if there's something special about CCM.

Unrelated to the above, and probably unrelated to the PR, but reproducible when built with current wolfssl master:

tests/pkcs11test.c:4650 - Get Attributes EC private key params length - FAIL
tests/pkcs11mtt.c:3644 - Get Attributes EC private key params length - FAIL

@douzzer douzzer assigned anhu and unassigned wolfSSL-Bot Dec 17, 2024
@anhu anhu requested a review from douzzer December 31, 2024 21:16
@anhu anhu assigned wolfSSL-Bot and unassigned anhu Dec 31, 2024
@dgarske dgarske self-requested a review January 2, 2025 22:52
@dgarske dgarske self-assigned this Jan 2, 2025
@douzzer douzzer merged commit aa0fd6d into wolfSSL:master Jan 2, 2025
18 checks passed
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.

5 participants