-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2023-08-07
SERVER-77600 added the ability to set and toggle auto-encryption on an existing Mongo connection. This added new functions to the Mongo object namely: set/unsetAutoEncryption(), toggleAutoEncryption(), isAutoEncryptionEnabled(), and getAutoEncryptionOptions(). If these functions are called after the connection was closed, it results in a segmentation fault, since these functions do not check the private data shared pointer before dereferencing it. The proper behavior is to throw an exception.
- is caused by
-
SERVER-77600 Put a Queryable Encryption test in jstests/core/**
- Closed