ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
31 stars 112 forks source link

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

Closed JinhangZhang closed 2 months ago

JinhangZhang commented 2 months ago

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

keithc-ca commented 2 months ago

Please address the merge conflict.

JinhangZhang commented 2 months ago

Please address the merge conflict.

updated