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

Implement get_random in the PKCS11 provider #594

Closed
ionut-arm opened this issue Mar 22, 2022 · 1 comment · Fixed by #613
Closed

Implement get_random in the PKCS11 provider #594

ionut-arm opened this issue Mar 22, 2022 · 1 comment · Fixed by #613
Assignees
Labels
ecosystem Issues related to building or improving compatibility layers to enhance Parsec's ecosystem position enhancement New feature or request

Comments

@ionut-arm
Copy link
Member

There's a need for get_random from the GreenGrass integration. This should be implemented in the PKCS11 provider.

@ionut-arm ionut-arm added enhancement New feature or request ecosystem Issues related to building or improving compatibility layers to enhance Parsec's ecosystem position labels Mar 22, 2022
@ionut-arm
Copy link
Member Author

ionut-arm commented May 10, 2022

Note: this involves a bump in our dependency on cryptoki, since the version we use now does not offer support for RNG. The actual dependency bump will involve more work than adding the new operation will, most likely, as the API has changed quite a lot.

The version bump necessary for supporting RNG will be done in a separate issue, #604 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecosystem Issues related to building or improving compatibility layers to enhance Parsec's ecosystem position enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants