|
Author:
{'name': 'Kyle Kloberdanz', 'email': 'kyle.kloberdanz@mongodb.com', 'username': 'kkloberdanz'}
Message: FLE 1.0 Shared Library (#954)
CXX-2433
CXX-2596
CXX-2608
- Test mongocryptd is not spawned when shared library is loaded
- Drivers MUST run all tests with mongocryptd on at least one platform
for all tested server versions (4.2+).
- Drivers MUST run all tests with crypt_shared_ on at least one platform
for all tested server versions (4.2+). For server versions < 6.0,
drivers MUST test with the latest major release of crypt_shared_
(currently 6.0). Using the latest major release of crypt_shared_ is
supported with older server versions.
Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
Co-authored-by: Kevin Albertson <kevin.albertson@10gen.com>
Branch: master
https://github.com/mongodb/mongo-cxx-driver/commit/3670e0b518023817f532f4393fe26368aa131a1e
|