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 the remaining PKCS 3.0 functions, namely message based operations #74

Open
Jakuje opened this issue Jul 25, 2024 · 1 comment

Comments

@Jakuje
Copy link
Contributor

Jakuje commented Jul 25, 2024

The 3.0 defines message-based encryption/decryption/signature/verification, where at least the encryption and decryption might be useful.

Then there are dual-function operations, such as C_SignEncryptUpdate(), which might be relevant for FIPS as it does both signature+encryption at one step. I do not think we have a good use for these now, but it should be easy to combine them from existing operations.

@simo5
Copy link
Member

simo5 commented Nov 11, 2024

Encryption/Decryption is done in #94

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

2 participants