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 bulk encrypt / decrypt facility #318

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

bgrieder
Copy link
Contributor

@bgrieder bgrieder commented Sep 27, 2024

This is not supported by KMIP natively.
Adds the ability to pass BulkData as data in the Encrypt and Decrypt operations.
BulkData is a vector of arrays of bytes, that serializes in a compact single array.
It is detected as such because it is prepended with 0×8787 and deserialization works.

@bgrieder bgrieder changed the title Add bulk encrypt / decrypt facility Draft: add bulk encrypt / decrypt facility Sep 29, 2024
@bgrieder bgrieder changed the title Draft: add bulk encrypt / decrypt facility Add bulk encrypt / decrypt facility Oct 4, 2024
@Manuthor Manuthor force-pushed the bulk_encrypt_decrypt branch from 0036521 to 2bb8cba Compare October 4, 2024 13:39
@Manuthor Manuthor force-pushed the bulk_encrypt_decrypt branch from 2bb8cba to ade38b8 Compare October 4, 2024 13:44
@Manuthor Manuthor merged commit c0b1c0a into develop Oct 4, 2024
36 checks passed
@Manuthor Manuthor deleted the bulk_encrypt_decrypt branch October 4, 2024 14:03
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.

2 participants