From 265c086128be2daa60f231e983c30de22036ba5d Mon Sep 17 00:00:00 2001 From: junha-woo Date: Fri, 23 Jan 2026 16:54:19 +0900 Subject: [PATCH] fix encryption algorithm name typo --- .../manual/source/core/csfle/reference/encryption-schemas.txt | 2 +- .../upcoming/source/core/csfle/reference/encryption-schemas.txt | 2 +- .../reference/security-client-side-automatic-json-schema.txt | 2 +- .../reference/security-client-side-automatic-json-schema.txt | 2 +- .../v6.0/source/core/csfle/reference/encryption-schemas.txt | 2 +- .../v7.0/source/core/csfle/reference/encryption-schemas.txt | 2 +- .../v8.0/source/core/csfle/reference/encryption-schemas.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/manual/manual/source/core/csfle/reference/encryption-schemas.txt b/content/manual/manual/source/core/csfle/reference/encryption-schemas.txt index 2459f9a7767..b8beae9dc2e 100644 --- a/content/manual/manual/source/core/csfle/reference/encryption-schemas.txt +++ b/content/manual/manual/source/core/csfle/reference/encryption-schemas.txt @@ -172,7 +172,7 @@ Definition - ``array`` If :autoencryptkeyword:`encrypt.algorithm` or its inherited value is - ``AED_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is + ``AEAD_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is optional and may specify an array of supported bson types. For fields with ``bsonType`` of ``array`` or ``object``, the client encrypts the *entire* array or object and not their individual diff --git a/content/manual/upcoming/source/core/csfle/reference/encryption-schemas.txt b/content/manual/upcoming/source/core/csfle/reference/encryption-schemas.txt index 2459f9a7767..b8beae9dc2e 100644 --- a/content/manual/upcoming/source/core/csfle/reference/encryption-schemas.txt +++ b/content/manual/upcoming/source/core/csfle/reference/encryption-schemas.txt @@ -172,7 +172,7 @@ Definition - ``array`` If :autoencryptkeyword:`encrypt.algorithm` or its inherited value is - ``AED_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is + ``AEAD_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is optional and may specify an array of supported bson types. For fields with ``bsonType`` of ``array`` or ``object``, the client encrypts the *entire* array or object and not their individual diff --git a/content/manual/v4.4/source/reference/security-client-side-automatic-json-schema.txt b/content/manual/v4.4/source/reference/security-client-side-automatic-json-schema.txt index 5d144585b6f..c8002e25069 100644 --- a/content/manual/v4.4/source/reference/security-client-side-automatic-json-schema.txt +++ b/content/manual/v4.4/source/reference/security-client-side-automatic-json-schema.txt @@ -215,7 +215,7 @@ operations to the ``hr.employees`` collection. - ``javascriptWithScope`` (*Deprecated*) If :autoencryptkeyword:`encrypt.algorithm` or its inherited value is - ``AED_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is + ``AEAD_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is optional and may specify an array of supported bson types. For fields with ``bsonType`` of ``array`` or ``object``, the client encrypts the *entire* array or object and not their individual diff --git a/content/manual/v5.0/source/reference/security-client-side-automatic-json-schema.txt b/content/manual/v5.0/source/reference/security-client-side-automatic-json-schema.txt index 9520dbd21cb..b8273fc4295 100644 --- a/content/manual/v5.0/source/reference/security-client-side-automatic-json-schema.txt +++ b/content/manual/v5.0/source/reference/security-client-side-automatic-json-schema.txt @@ -214,7 +214,7 @@ or read operations to the ``hr.employees`` collection. - ``array`` If :autoencryptkeyword:`encrypt.algorithm` or its inherited value is - ``AED_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is + ``AEAD_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is optional and may specify an array of supported bson types. For fields with ``bsonType`` of ``array`` or ``object``, the client encrypts the *entire* array or object and not their individual diff --git a/content/manual/v6.0/source/core/csfle/reference/encryption-schemas.txt b/content/manual/v6.0/source/core/csfle/reference/encryption-schemas.txt index 217a2b76549..37b01854b89 100644 --- a/content/manual/v6.0/source/core/csfle/reference/encryption-schemas.txt +++ b/content/manual/v6.0/source/core/csfle/reference/encryption-schemas.txt @@ -171,7 +171,7 @@ Definition - ``array`` If :autoencryptkeyword:`encrypt.algorithm` or its inherited value is - ``AED_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is + ``AEAD_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is optional and may specify an array of supported bson types. For fields with ``bsonType`` of ``array`` or ``object``, the client encrypts the *entire* array or object and not their individual diff --git a/content/manual/v7.0/source/core/csfle/reference/encryption-schemas.txt b/content/manual/v7.0/source/core/csfle/reference/encryption-schemas.txt index 76c58567cad..f7296822969 100644 --- a/content/manual/v7.0/source/core/csfle/reference/encryption-schemas.txt +++ b/content/manual/v7.0/source/core/csfle/reference/encryption-schemas.txt @@ -168,7 +168,7 @@ Definition - ``array`` If :autoencryptkeyword:`encrypt.algorithm` or its inherited value is - ``AED_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is + ``AEAD_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is optional and may specify an array of supported bson types. For fields with ``bsonType`` of ``array`` or ``object``, the client encrypts the *entire* array or object and not their individual diff --git a/content/manual/v8.0/source/core/csfle/reference/encryption-schemas.txt b/content/manual/v8.0/source/core/csfle/reference/encryption-schemas.txt index e9376660c8f..ddf33c23310 100644 --- a/content/manual/v8.0/source/core/csfle/reference/encryption-schemas.txt +++ b/content/manual/v8.0/source/core/csfle/reference/encryption-schemas.txt @@ -171,7 +171,7 @@ Definition - ``array`` If :autoencryptkeyword:`encrypt.algorithm` or its inherited value is - ``AED_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is + ``AEAD_AES_256_CBC_HMAC_SHA_512-Random``, ``bsonType`` is optional and may specify an array of supported bson types. For fields with ``bsonType`` of ``array`` or ``object``, the client encrypts the *entire* array or object and not their individual