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

Client encryption - Fix bug in read path without encrypted properties #1242

Merged
merged 2 commits into from
Mar 4, 2020

Conversation

abhijitpai
Copy link
Contributor

@abhijitpai abhijitpai commented Mar 3, 2020

Fix a bug in ClientEncryption decryption flow where the input stream would have been disposed by the base serializer and therefore couldn't be reused in case it can be returned as-is (i.e. when there is nothing to decrypt). This manifests when decryption has been invoked because the encryption key wrap provider is configured on the client, but a particular document being read wasn't encrypted.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

kirankumarkolli
kirankumarkolli previously approved these changes Mar 3, 2020
@kirankumarkolli kirankumarkolli merged commit 6067c1b into master Mar 4, 2020
@kirankumarkolli kirankumarkolli deleted the users/abpai/ceb branch March 4, 2020 13:55
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