-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
Our current SSLManager classes do not fully support unit tests. We currently only support reading files from disk, whereas we should support loading certificates from bytes.
Currently our SSLManager unit tests are lacking in coverage. We should be able to cover our important functions - such as parseAndValidatePeerCertificate, but cannot yet because of the current class design. We should redesign these classes so that we can increase our testing coverage of this unit.