None.
Issue |
Description |
JDK-8245545 |
Disabled TLS_RSA Cipher Suites
The TLSRSA cipher suites have been disabled by default, by adding "TLSRSA_" to the jdk.tls.disabledAlgorithms security property in the java.security configuration file. The TLSRSA cipher suites do not preserve forward-secrecy and are not commonly used. Some TLSRSA cipher suites are already disabled because they use DES, 3DES, RC4, or NULL, which are disabled. This action disables all remaining TLSRSA cipher suites. Any attempts to use cipher suites starting with "TLSRSA" will fail with an SSLHandshakeException . Users can, at their own risk, re-enable these cipher suites by removing "TLSRSA_" from the jdk.tls.disabledAlgorithms security property. The following previously enabled cipher suites are now disabled:
TLS_RSA_WITH_AES_256_GCM_SHA384
TLS_RSA_WITH_AES_128_GCM_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA256
TLS_RSA_WITH_AES_128_CBC_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
|
JDK-8340321 |
Disabled SHA-1 in TLS 1.2 and DTLS 1.2 Handshake Signatures
The SHA-1 algorithm has been disabled by default in TLS 1.2 and DTLS 1.2 handshake signatures, by adding "rsa_pkcs1_sha1 usage HandshakeSignature, ecdsa_sha1 usage HandshakeSignature, dsa_sha1 usage HandshakeSignature" to the jdk.tls.disabledAlgorithms security property in the java.security config file. RFC 9155 deprecates the use of SHA-1 in TLS 1.2 and DTLS 1.2 digital signatures. Users can, at their own risk, re-enable the SHA-1 algorithm in TLS 1.2 and DTLS 1.2 handshake signatures by removing "rsa_pkcs1_sha1 usage HandshakeSignature, ecdsa_sha1 usage HandshakeSignature, dsa_sha1 usage HandshakeSignature" from the jdk.tls.disabledAlgorithms security property.
|
Priority |
Bug |
Summary |
P3 |
JDK-8324491 |
Keyboard layout didn't keep its state if it was changed when dialog was active |
P4 |
JDK-8354106 |
Clean up and open source KeyEvent related tests (Part 2) |
P4 |
JDK-8354472 |
Clean up and open source KeyEvent related tests (Part 3) |
P4 |
JDK-8354653 |
Clean up and open source KeyEvent related tests (Part 4) |
P4 |
JDK-8328124 |
Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main |
P4 |
JDK-8328562 |
Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main |
P4 |
JDK-8354495 |
Open source several AWT DataTransfer tests |
P4 |
JDK-8340015 |
Open source several AWT focus tests - series 7 |
P4 |
JDK-8359687 |
Use PassFailJFrame for java/awt/print/Dialog/DialogType.java |
Priority |
Bug |
Summary |
P3 |
JDK-8140527 |
JInternalFrame has incorrect title button width |
P3 |
JDK-8210807 |
Printing a JTable with a JScrollPane prints table without rows populated |
P3 |
JDK-8322135 |
Printing JTable in Windows L&F throws InternalError: HTHEME is null |
P4 |
JDK-8322140 |
javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel |
P4 |
JDK-8354873 |
javax/swing/plaf/metal/MetalIconFactory/bug4952462.java failing on CI |
P4 |
JDK-8139392 |
JInternalFrame has incorrect padding |
P4 |
JDK-8353589 |
Open source a few Swing menu-related tests |
P4 |
JDK-8354552 |
Open source a few Swing tests |
P4 |
JDK-8354532 |
Open source JFileChooser Tests - Set 7 |
P4 |
JDK-8353309 |
Open source several Swing text tests |
P4 |
JDK-8353011 |
Open source Swing JButton tests - Set 1 |
P4 |
JDK-8353319 |
Open source Swing tests - Set 3 |
P4 |
JDK-8353486 |
Open source Swing Tests - Set 4 |
P4 |
JDK-8354340 |
Open source Swing Tests - Set 6 |
P4 |
JDK-8354214 |
Open source Swing tests Batch 2 |
P4 |
JDK-8354418 |
Open source Swing tests Batch 4 |
P4 |
JDK-8353201 |
Open source Swing Tooltip tests - Set 2 |
P4 |
JDK-8359428 |
Test 'javax/swing/JTabbedPane/bug4499556.java' failed because after selecting one of L&F items, the test case automatically failed when clicking on L&F Menu button again |
P5 |
JDK-8359418 |
Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions |
Priority |
Bug |
Summary |
P2 |
JDK-8361754 |
New test runtime/jni/checked/TestCharArrayReleasing.java can cause disk full errors |
P3 |
JDK-8361447 |
[REDO] Checked version of JNI ReleaseArrayElements needs to filter out known wrapped arrays |
P3 |
JDK-8331231 |
containers/docker/TestContainerInfo.java fails |
P3 |
JDK-8364235 |
Fix for JDK-8361447 breaks the alignment requirements for GuardedMemory |
P3 |
JDK-8290043 |
serviceability/attach/ConcAttachTest.java failed "guarantee(!CheckJNICalls) failed: Attached JNI thread exited without being detached" |
P4 |
JDK-8347143 |
[aix] Fix strdup use in os::dll_load |
P4 |
JDK-8334217 |
[AIX] Misleading error messages after JDK-8320005 |
P4 |
JDK-8320836 |
jtreg gtest runs should limit heap size |
P4 |
JDK-8364198 |
NMT should have a better corruption message |
P4 |
JDK-8348402 |
PerfDataManager stalls shutdown for 1ms |
P4 |
JDK-8359207 |
Remove runtime/signal/TestSigusr2.java since it is always skipped |
P4 |
JDK-8348240 |
Remove SystemDictionaryShared::lookup_super_for_unregistered_class() |
P4 |
JDK-8341138 |
Rename jtreg property docker.support as container.support |
P4 |
JDK-8347434 |
Richer VM operations events logging |