jdk/test/javax/net/ssl/TLS/TestJSSEClientProtocol.java
changeset 45028 b0ea3c0bfb81
parent 43008 c6c74a38f1ad
equal deleted inserted replaced
45027:0cf367e546fb 45028:b0ea3c0bfb81
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 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 under
     5  * This code is free software; you can redistribute it and/or modify it
     6  * the terms of the GNU General Public License version 2 only, as published by
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * the Free Software Foundation.
     7  * published by the Free Software Foundation.
     8  *
     8  *
     9  * This code is distributed in the hope that it will be useful, but WITHOUT ANY
     9  * This code is distributed in the hope that it will be useful, but WITHOUT
    10  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
    10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    11  * A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more
    11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    12  * details (a copy is included in the LICENSE file that accompanied this code).
    12  * version 2 for more details (a copy is included in the LICENSE file that
       
    13  * accompanied this code).
    13  *
    14  *
    14  * You should have received a copy of the GNU General Public License version 2
    15  * You should have received a copy of the GNU General Public License version
    15  * along with this work; if not, write to the Free Software Foundation, Inc., 51
    16  * 2 along with this work; if not, write to the Free Software Foundation,
    16  * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17  *
    18  *
    18  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    21  * questions.
    21  */
    22  */
    22 
    23 
    23 /*
    24 /*
    24  * @test
    25  * @test