< prev index next >

test/sun/security/ssl/GenSSLConfigs/main.java

Print this page


   1 /*
   2  * @test
   3  * @build TestThread Traffic Handler ServerHandler ServerThread ClientThread
   4  * @run main/othervm/timeout=140 -Djsse.enableCBCProtection=false main
   5  * @summary Make sure that different configurations of SSL sockets work

   6  */
   7 
   8 /*
   9  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
  10  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  11  *
  12  * This code is free software; you can redistribute it and/or modify it
  13  * under the terms of the GNU General Public License version 2 only, as
  14  * published by the Free Software Foundation.
  15  *
  16  * This code is distributed in the hope that it will be useful, but WITHOUT
  17  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  18  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  19  * version 2 for more details (a copy is included in the LICENSE file that
  20  * accompanied this code).
  21  *
  22  * You should have received a copy of the GNU General Public License version
  23  * 2 along with this work; if not, write to the Free Software Foundation,
  24  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  25  *


   1 /*
   2  * @test
   3  * @build TestThread Traffic Handler ServerHandler ServerThread ClientThread
   4  * @run main/othervm/timeout=140 -Djsse.enableCBCProtection=false main
   5  * @summary Make sure that different configurations of SSL sockets work
   6  * @key randomness
   7  */
   8 
   9 /*
  10  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
  11  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  12  *
  13  * This code is free software; you can redistribute it and/or modify it
  14  * under the terms of the GNU General Public License version 2 only, as
  15  * published by the Free Software Foundation.
  16  *
  17  * This code is distributed in the hope that it will be useful, but WITHOUT
  18  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  19  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  20  * version 2 for more details (a copy is included in the LICENSE file that
  21  * accompanied this code).
  22  *
  23  * You should have received a copy of the GNU General Public License version
  24  * 2 along with this work; if not, write to the Free Software Foundation,
  25  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  26  *


< prev index next >