-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Performance, Security
-
Fully Compatible
-
Security 2019-01-14
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The OpenSSL implementation for getSSLManager returns a pointer to the global SSLManager. It uses a mutex to protect the pointer, but the pointer is set only once, while in a single threaded environment. We should elide the mutex.