Call kms_message to call wrap and unwrap key
wrapKey - https://docs.microsoft.com/en-us/rest/api/keyvault/wrapkey/wrapkey
unwrapKey - https://docs.microsoft.com/en-us/rest/api/keyvault/unwrapkey/unwrapkey
Add mock testing equivalent to https://github.com/mongodb/mongo/blob/master/jstests/client_encrypt/fle_keys.js
jstests/fle/fle_implicit_encryption.js
Example: https://github.com/mongodb/libmongocrypt/blob/master/kms-message/test/test_kms_azure_online.c
- depends on
-
MONGOCRYPT-304 The base64 url functions in kms_message trim "=" padding from the final output
- Closed