test/jdk/javax/net/ssl/compatibility/README
changeset 51058 44c355346475
parent 47955 0887e20e7173
child 53394 bd733a8ea625
equal deleted inserted replaced
51057:13ed0d538b89 51058:44c355346475
     1 # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     1 # Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 #
     3 #
     4 # This code is free software; you can redistribute it and/or modify it
     4 # This code is free software; you can redistribute it and/or modify it
     5 # under the terms of the GNU General Public License version 2 only, as
     5 # under the terms of the GNU General Public License version 2 only, as
     6 # published by the Free Software Foundation.
     6 # published by the Free Software Foundation.
   111 client. It doesn't output any debug log, and tests only mandatory parameter
   111 client. It doesn't output any debug log, and tests only mandatory parameter
   112 value sets.
   112 value sets.
   113 
   113 
   114 Example 2
   114 Example 2
   115 $ cat /path/to/jdkList
   115 $ cat /path/to/jdkList
   116 /path/to/jdk6
       
   117 /path/to/jdk7
   116 /path/to/jdk7
   118 /path/to/jdk8
   117 /path/to/jdk8
   119 /path/to/jdk9
   118 /path/to/jdk9
   120 /path/to/jdk10
   119 /path/to/jdk10
   121 
   120 
   123     -Ddebug=true \
   122     -Ddebug=true \
   124     -DfullCipherSuites=true \
   123     -DfullCipherSuites=true \
   125     -DjdkListFile=/path/to/jdkList \
   124     -DjdkListFile=/path/to/jdkList \
   126     $JDK_WS/jdk/test/javax/net/ssl/compatibility/Compatibility.java
   125     $JDK_WS/jdk/test/javax/net/ssl/compatibility/Compatibility.java
   127 The above example uses a file "/path/to/jdkList" to contain the paths of local
   126 The above example uses a file "/path/to/jdkList" to contain the paths of local
   128 different JDK builds through 6 to 10. The execution uses each of JDK builds as
   127 different JDK builds through 7 to 10. The execution uses each of JDK builds as
   129 server and client respectively. And it enables SSL debug flag, and tests the
   128 server and client respectively. And it enables SSL debug flag, and tests the
   130 full parameter value set.
   129 full parameter value set.