< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

*** 23,32 **** --- 23,33 ---- /* * @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 * as that is very hard.
*** 51,63 **** import java.nio.ByteBuffer; import java.security.KeyStore; import java.security.SecureRandom; import java.util.Arrays; ! import jdk.testlibrary.ProcessTools; import jdk.testlibrary.Utils; - import jdk.testlibrary.OutputAnalyzer; public class SSLEngineKeyLimit { SSLEngine eng; static ByteBuffer cTos; --- 52,64 ---- import java.nio.ByteBuffer; import java.security.KeyStore; 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;
< prev index next >