-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: pymongocrypt
-
None
It would be useful from pymongocrypt to abstract away libmongocrypt's state machine and provide a simple callback api for pymongo to consume. Pymongo then only needs to implement the I/O callbacks (fetch data key from the key vault, run listCollections, etc..).
My goals are that:
- pymongo does not need to call any libmongocrypt CFFI methods directly.
- pymongocrypt does not need to depend on pymongo so that there is no circular dependency
- is depended on by
-
PYTHON-1884 Support auto encryption for commands
- Closed
- related to
-
PYTHON-1904 Add wrapper classes to ease integration with libmongocrypt
- Closed