test/jdk/javax/net/ssl/sanity/interop/ClientJSSEServerJSSE.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4496785
    26  * @bug 4496785
    27  * @summary Verify that all ciphersuites work in all configurations
    27  * @summary Verify that all ciphersuites work in all configurations
    28  * @author Andreas Sterbenz
    28  * @author Andreas Sterbenz
       
    29  * @library ../../TLSCommon
    29  * @run main/othervm/timeout=300 ClientJSSEServerJSSE
    30  * @run main/othervm/timeout=300 ClientJSSEServerJSSE
    30  */
    31  */
    31 import java.security.Security;
    32 import java.security.Security;
    32 
    33 
    33 public class ClientJSSEServerJSSE {
    34 public class ClientJSSEServerJSSE {