Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
Description
Description
In https://docs.mongodb.com/manual/reference/method/Mongo/#mongo-connection-automatic-client-side-encryption-enabled, the code example with
"algorithm": "AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic" |
should instead read:
"algorithm": "AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic" |
Notice the hyphen instead of underscore.
Diana