hg: jdk-updates/jdk13u-dev: 5 new changesets
dcherepanov at azul.com
dcherepanov at azul.com
Wed Jun 3 14:43:33 UTC 2020
Changeset: 2254b0e961d0
Author: xuelei
Date: 2019-11-08 18:35 -0800
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/2254b0e961d0
8233621: Mismatch in jsse.enableMFLNExtension property name
Reviewed-by: mullan
! src/java.base/share/classes/sun/security/ssl/SSLExtension.java
Changeset: 6515fefa904c
Author: valeriep
Date: 2020-02-12 01:11 +0000
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/6515fefa904c
8238898: Missing hash characters for header on license file
Summary: Fixed the typos and corrected the formatting
Reviewed-by: weijun
! src/jdk.crypto.cryptoki/share/legal/pkcs11cryptotoken.md
Changeset: 2a1a37dce833
Author: weijun
Date: 2019-10-17 07:31 +0800
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/2a1a37dce833
8232357: Compare version info of Santuario to legal notice
Reviewed-by: mullan
+ test/jdk/javax/xml/crypto/dsig/Versions.java
Changeset: 48f73c6bdb21
Author: ssahoo
Date: 2019-12-13 01:43 -0800
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/48f73c6bdb21
8234728: Some security tests should support TLSv1.3
Summary: Tests were updated to support TLSv1.3 and cipher suite order
Reviewed-by: xuelei
! src/java.base/share/classes/sun/security/ssl/CipherSuite.java
! test/jdk/javax/net/ssl/sanity/ciphersuites/CipherSuitesInOrder.java
+ test/jdk/javax/net/ssl/sanity/ciphersuites/SystemPropCipherSuitesOrder.java
+ test/jdk/javax/net/ssl/sanity/ciphersuites/TLSCipherSuitesOrder.java
! test/jdk/sun/security/ssl/HandshakeHash/HandshakeHashCloneExhaustion.java
! test/jdk/sun/security/util/HostnameMatcher/NullHostnameCheck.java
Changeset: 8ebc3233b3fe
Author: ssahoo
Date: 2019-12-16 00:23 -0800
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/8ebc3233b3fe
8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property.
Summary: Corrected Cipher Suites ordering through system properties
Reviewed-by: xuelei
! src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java
! test/jdk/javax/net/ssl/sanity/ciphersuites/SystemPropCipherSuitesOrder.java
More information about the jdk-updates-changes
mailing list