< prev index next >

test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineKeyLimit.java

Print this page
rev 51731 : imported patch 8210732

*** 22,32 **** */ /* * @test * @bug 8164879 ! * @library /lib/testlibrary ../../ * @library /test/lib * @summary Verify AES/GCM's limits set in the jdk.tls.keyLimits property * start a new handshake sequence to renegotiate the symmetric key with an * SSLSocket connection. This test verifies the handshake method was called * via debugging info. It does not verify the renegotiation was successful --- 22,32 ---- */ /* * @test * @bug 8164879 ! * @library ../../ * @library /test/lib * @summary Verify AES/GCM's limits set in the jdk.tls.keyLimits property * start a new handshake sequence to renegotiate the symmetric key with an * SSLSocket connection. This test verifies the handshake method was called * via debugging info. It does not verify the renegotiation was successful
*** 54,64 **** import java.security.SecureRandom; import java.util.Arrays; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; ! import jdk.testlibrary.Utils; public class SSLEngineKeyLimit { SSLEngine eng; static ByteBuffer cTos; --- 54,64 ---- import java.security.SecureRandom; import java.util.Arrays; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.Utils; public class SSLEngineKeyLimit { SSLEngine eng; static ByteBuffer cTos;
< prev index next >