-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2019-10-07
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
symmetric_crypto depends on ssl_manager for a single, small translation method when in OpenSSL mode. Expose that implementation in SSLInterface and break the dependency entirely.
ssl_manager depends on server_status to expose tlsCounts, but this can loop back to ssl_manager very easily. Just move the server status section and keep the dependency always flowing in one direction.