-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b147
-
generic
-
generic
SSLSocketTemplate.java contains a template for SSL/TLS test. But tests which follow this template may fail intermittently due to lack of synchronization.
SSLSocketSample.java shows the approach which helps to avoid intermittent failures in SSL/TLS tests. SSLTest.java contains re-usable parts from SSLSocketSample.java, so that other test may use it.
All those files should be merged to one SSLSocketTemplate.java file, so that other test can use it.
SSLSocketSample.java shows the approach which helps to avoid intermittent failures in SSL/TLS tests. SSLTest.java contains re-usable parts from SSLSocketSample.java, so that other test may use it.
All those files should be merged to one SSLSocketTemplate.java file, so that other test can use it.