* Refactored SSLContextTemplate and SSLSocketTemplate to put common code in one base class (SSLContextTemplate) * Updated TLS/SSL tests to extend SSLSocketTemplate where possible. * Updated SSLEngineTemplate to accommodate changes in SSLContextTemplate. To keep this changeset to a reasonable size, updates to SSLEngine tests will be made under JDK-8301194.
------------- Commit messages: - fixed compilation errors - Merge branch 'master' into templates - 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates Changes: https://git.openjdk.org/jdk/pull/12555/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12555&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8284047 Stats: 3704 lines in 26 files changed: 931 ins; 2467 del; 306 mod Patch: https://git.openjdk.org/jdk/pull/12555.diff Fetch: git fetch https://git.openjdk.org/jdk pull/12555/head:pull/12555 PR: https://git.openjdk.org/jdk/pull/12555