Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Security 2022-03-07
-
111
Description
Implement symmetric_crypto_tom.cpp.
Remove the various conditions in SConscript that workaround the lack of AES support in the non-ssl build. This will reduce the fragility of the non-ssl built for crypto at least.
if "tom" not in env["MONGO_CRYPTO"] else [],
|
if get_option('ssl') == 'on':
|