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

Handle blank values in batch encryption and decryption #50

Merged
merged 1 commit into from
Dec 10, 2018

Conversation

h-lame
Copy link

@h-lame h-lame commented Dec 10, 2018

Forward porting bug fixes for blank values from 0.6-stable branch.

Specifically:

  • f631432 - Handle blank values in batch encryption and decryption
  • da08d60 - Batch encryption - handle arrays with only blank values

This is a cherry-pick and squash of the following commits from the 0.6
branch which add handling of blank values in the array of plaintexts and
handling of the entire array being full of blank values:

* f631432 - Handle blank values in batch
  encryption and decryption
* da08d60 - Batch encryption - handle
  arrays with only blank values

We squashed it because the second is really a bug fix of the first so it
makes sense to have a single fixed commit when we have that option.
@h-lame h-lame merged commit bfbe76a into master Dec 10, 2018
@h-lame h-lame deleted the fix-batch-encryption-for-0.7 branch December 10, 2018 17:05
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