|
Author:
{'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}
Message: MONGOCRYPT-480 Support explicit encryption for Range (#472)
- add mc_iter_document_as_bson utility
- add explicit decryption tests
- add MONGOCRYPT_ALGORITHM_RANGE_STR
- assert strings not null in ASSERT_STREQUAL
- make edgesInfo optional in placeholder and payload
It is not present in the placeholder for stubs.
It is not present in the ciphertext for stubs.
- add mc_RangeOpts_t and support explicit range encryption
add explicit encryption tests
- use int, not uint32_t for key length in _mongocrypt_buffer_append
This matches the argument type for bson_append_binary.
Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Branch: master
https://github.com/mongodb/libmongocrypt/commit/4d9009d03810c51c460c8d22067b7fed11187e4b
|