-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: security-libs
-
b05
The new (TLSv1.3) code doesn't appear to implement toString() for SSLEngineImpl. The old code did.
new code output example: sun.security.ssl.SSLEngineImpl@ecc6a2
old code output example:
ee4a5e[SSLEngine[hostname=myhost port=443] SSL_NULL_WITH_NULL_NULL]
new code output example: sun.security.ssl.SSLEngineImpl@ecc6a2
old code output example:
ee4a5e[SSLEngine[hostname=myhost port=443] SSL_NULL_WITH_NULL_NULL]