RFR: 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates
Rajan Halade
rhalade at openjdk.org
Thu Feb 16 18:34:28 UTC 2023
On Tue, 14 Feb 2023 12:17:39 GMT, Matthew Donovan <duke at openjdk.org> wrote:
> * 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.
test/jdk/javax/net/ssl/ALPN/SSLServerSocketAlpnTest.java line 31:
> 29: * @bug 8051498 8145849 8158978 8170282
> 30: * @summary JEP 244: TLS Application-Layer Protocol Negotiation Extension
> 31: * @compile MyX509ExtendedKeyManager.java
Suggest you to delete file `MyX509ExtendedKeyManager.java` if it is not needed anymore.
-------------
PR: https://git.openjdk.org/jdk/pull/12555
More information about the security-dev
mailing list