@@ -262,7 +262,7 @@ AutoEncryptionOpts:
262
262
Automatic encryption is an enterprise only feature that only applies to
263
263
operations on a collection. Automatic encryption is not supported for
264
264
operations on a database or view, and operations that are not bypassed
265
- will result in error (see `libmongocrypt: Auto Encryption Whitelist `_).
265
+ will result in error (see `libmongocrypt: Auto Encryption Allow-List `_).
266
266
To bypass automatic encryption for all operations, set
267
267
bypassAutoEncryption=true in AutoEncryptionOpts.
268
268
@@ -798,7 +798,7 @@ Otherwise, an encrypted MongoClient MUST attempt to auto encrypt all
798
798
commands. Note, the underlying implementation may determine no
799
799
encryption is necessary, or bypass many checks if the command is deemed
800
800
to not possibly contain any encrypted data (e.g. ping). See the appendix
801
- section: `libmongocrypt: Auto Encryption Whitelist ` _.
801
+ section: `libmongocrypt: Auto Encryption Allow - List ` _.
802
802
803
803
An encrypted MongoClient MUST attempt to auto decrypt the results of all
804
804
commands.
@@ -1058,8 +1058,8 @@ For "randomized", libmongocrypt securely creates a random IV. For
1058
1058
given encryption operation will derive the IV from the IV key and the
1059
1059
field plaintext data.
1060
1060
1061
- libmongocrypt: Auto Encryption Whitelist
1062
- ----------------------------------------
1061
+ libmongocrypt: Auto Encryption Allow - List
1062
+ ---------------------------------------- -
1063
1063
1064
1064
libmongocrypt determines whether or not the command requires encryption
1065
1065
(i.e. is sent to mongocryptd) based on the table below. Commands not
0 commit comments