ibmruntimes / openj9-openjdk-jdk21

GNU General Public License v2.0
8 stars 40 forks source link

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

Closed JinhangZhang closed 3 months ago

JinhangZhang commented 3 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.