-
Bug
-
Resolution: Fixed
-
P3
-
7u101
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8143827 | 7u95 | Sean Coffey | P3 | Resolved | Fixed | b10 |
JDK-8143574 | 6u115 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8143822 | 6u111 | Sean Coffey | P3 | Resolved | Fixed | b09 |
Regression test
sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java
has started to fail afterJDK-8141050 was fixed
It fails with message:
----------System.err:(15/935)----------
java.lang.RuntimeException: SSL_RSA_WITH_RC4_128_SHA is not in order
at CipherSuitesInOrder.checkSuites(CipherSuitesInOrder.java:225)
at CipherSuitesInOrder.checkForProtocols(CipherSuitesInOrder.java:163)
at CipherSuitesInOrder.main(CipherSuitesInOrder.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java
has started to fail after
It fails with message:
----------System.err:(15/935)----------
java.lang.RuntimeException: SSL_RSA_WITH_RC4_128_SHA is not in order
at CipherSuitesInOrder.checkSuites(CipherSuitesInOrder.java:225)
at CipherSuitesInOrder.checkForProtocols(CipherSuitesInOrder.java:163)
at CipherSuitesInOrder.main(CipherSuitesInOrder.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8143574 [TEST_BUG] sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java test fails
- Resolved
-
JDK-8143822 [TEST_BUG] sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java test fails
- Resolved
-
JDK-8143827 [TEST_BUG] sun/security/ssl/sanity/ciphersuites/CipherSuitesInOrder.java test fails
- Resolved
- relates to
-
JDK-8141050 System property to enable RC4 based ciphersuites
- Closed