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

CKM_AES_GCM with Cloud HSM #34

Closed
vdparikh opened this issue May 31, 2016 · 3 comments
Closed

CKM_AES_GCM with Cloud HSM #34

vdparikh opened this issue May 31, 2016 · 3 comments

Comments

@vdparikh
Copy link

Miek,
The library is not working with Cloud HSM when trying to invoke CKM_AES_GCM mechanism and keeps throwing CKR_MECHANISM_INVALID error.

Also the CKM_AES_GCM params struct does not exists within the library

https://www.cryptsoft.com/pkcs11doc/v230/structCK__GCM__PARAMS.html

Please let me know if you need more information.

@miekg
Copy link
Owner

miekg commented May 31, 2016

Yes, it seems that we just completely miss support for this. I'm busy doing other (open source) work the coming weeks, so if you want to see progress you'll need to code something up yourself :)

@sancurvo
Copy link

sancurvo commented Sep 9, 2016

did CKM_AES_GCM params support is added ? i am also searching for ti

@btoews
Copy link

btoews commented Feb 25, 2017

For others who are looking, here's functions I wrote for creating/testing CK_GCM_PARAMS. These work with the CKM_AES_GCM mechanism on Luna HSMs.

@miekg miekg closed this as completed Feb 8, 2018
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

No branches or pull requests

4 participants