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

Support BSON Binary Subtype 6 (encrypted) #18

Open
thekid opened this issue Mar 26, 2022 · 0 comments
Open

Support BSON Binary Subtype 6 (encrypted) #18

thekid opened this issue Mar 26, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@thekid
Copy link
Member

thekid commented Mar 26, 2022

subtype ::=
        "\x00"	Generic binary subtype
|	"\x01"	Function
|	"\x02"	Binary (Old)
|	"\x03"	UUID (Old)
|	"\x04"	UUID
|	"\x05"	MD5
|	"\x06"	Encrypted BSON value # <-- This
|	"\x80"	User defined

https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/subtype6.rst

@thekid thekid added enhancement New feature or request help wanted Extra attention is needed labels Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant