Details
-
Improvement
-
Resolution: Works as Designed
-
Minor - P4
-
None
-
None
-
None
Description
Our OpenSSL implementation of HMAC SHA1 and HMAC SHA256 use the OpenSSL HMAC function:
https://github.com/mongodb/mongo-c-driver/blob/r1.13/src/libmongoc/src/mongoc/mongoc-crypto-openssl.c#L38
According to the OpenSSL docs, this has been deprecated since OpenSSL 1.1.0.