-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Development Platform
The following Python scripts use Python's OpenSSL module to manipulate certificates:
- ./jstests/ssl/x509/mkcert.py
- ./jstests/ssl/x509/mkdigest.py
We will no longer be building Python against OpenSSL on all platforms (OSX), so the OpenSSL module cannot be relied upon. Instead, these scripts should use the cryptography module to complete tasks.
- has to be done before
-
SERVER-64139 Deprecate MacOS toolchain
- Closed