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 AES in counter mode support #119

Closed

Conversation

fuzzykat
Copy link
Contributor

@fuzzykat fuzzykat commented Aug 7, 2024

  • Added support of CKM_AES_CTR and CK_AES_CTR_PARAMS as per PKCS#11 3.0 specification (see section 2.11)
  • Improved %typemap(in) void*: replaced nested if with a linear do{...}while(0); (simplifies adding new typemaps for parameter structures)

@coveralls
Copy link

Coverage Status

coverage: 88.537% (+0.09%) from 88.445%
when pulling 0a080f4 on fuzzykat:feature/ckm_aes_ctr
into 6c3e250 on LudovicRousseau:master.

@LudovicRousseau
Copy link
Owner

Merged in 46589ad

Thanks

@fuzzykat fuzzykat deleted the feature/ckm_aes_ctr branch August 7, 2024 16:22
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.

3 participants