Changeset 309 for trunk/openjdk/jdk/test/sun
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 14 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java
r278 r309 2 2 * @test 3 3 * @build TestThread Traffic Handler ServerHandler ServerThread ClientThread 4 * @run main/ timeout=140main4 * @run main/othervm -Djsse.enableCBCProtection=false main 5 5 * @summary Make sure that different configurations of SSL sockets work 6 6 */ 7 7 8 8 /* 9 * Copyright (c) 1997, 20 05, Oracle and/or its affiliates. All rights reserved.9 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 10 10 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 11 11 * -
trunk/openjdk/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java
r278 r309 1 1 /* 2 * Copyright (c) 2001, 20 08, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/CheckStatus.java
r278 r309 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 30 30 * their return codes. 31 31 * 32 * @run main/othervm -Djsse.enableCBCProtection=false CheckStatus 33 * 32 34 * @author Brad Wetmore 33 35 */ -
trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargeBufs.java
r278 r309 1 1 /* 2 * Copyright (c) 2004, 20 06, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 30 30 * This is to test larger buffer arrays, and make sure the maximum 31 31 * is being passed. 32 * 33 * @run main/othervm -Djsse.enableCBCProtection=false LargeBufs 32 34 * 33 35 * @author Brad R. Wetmore -
trunk/openjdk/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargePacket.java
r278 r309 1 1 /* 2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 28 28 * @summary Need adjustable TLS max record size for interoperability 29 29 * with non-compliant 30 * 31 * @run main/othervm -Djsse.enableCBCProtection=false LargePacket 30 32 * 31 33 * @author Xuelei Fan -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java
r278 r309 1 1 /* 2 * Copyright (c) 2001, 20 02, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java
r278 r309 1 1 /* 2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java
r278 r309 1 1 /* 2 * Copyright (c) 2001, 20 02, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/jdk/test/sun/tools/jstatd/jstatdExternalRegistry.sh
r278 r309 23 23 24 24 # @test 25 # @bug 4990825 25 # @bug 4990825 7092186 26 26 # @run shell/timeout=90 jstatdExternalRegistry.sh 27 27 # @summary Test functionality of 'jstatd -p<port>&' with an external RMI registry
Note:
See TracChangeset
for help on using the changeset viewer.