-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Networking, Security
-
None
-
Fully Compatible
-
Security 1 04/03/15
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently SSLManager has a Params struct which has basically the same contents as the SSLGlobalParams class. The SSLManager copies the contents of the SSLGlobalParams object into a Params struct, which it then consumes. We should be able to merge these objects together, reducing the number of places where changes to configuration options need to be made.