> * 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.
Matthew Donovan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision: - Merge branch 'master' into templates - updated certificate info - Merge branch 'master' into templates - reverted changes, removed SSLSocketSSLEngineTemplate, updated SSLEngineBadBufferArrayAccess.java - fixed compilation errors - Merge branch 'master' into templates - 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates ------------- Changes: - all: https://git.openjdk.org/jdk/pull/12555/files - new: https://git.openjdk.org/jdk/pull/12555/files/7e4c0740..3e971cc0 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=12555&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12555&range=01-02 Stats: 3116 lines in 89 files changed: 2501 ins; 299 del; 316 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