ibmruntimes / openj9-openjdk-jdk17

Extensions for OpenJDK 17 for Eclipse OpenJ9
GNU General Public License v2.0
23 stars 53 forks source link

Disable DTLSv1.0 protocol in FIPS140-3 strict #374

Closed JinhangZhang closed 1 month ago

JinhangZhang commented 1 month ago

FIPS140-3 strict profile overrides the tls.disabledAlgorithm list. But DTLSv1.0 is missing in the that list. Need to add it back.