JDK 21.0.1 Release Notes

Notes

Added Certigna Root CA Certificate (JDK-8314960)

security-libs/java.security

The following root certificate has been added to the cacerts truststore:

+ Certigna (Dhimyotis)
  + certignarootca
    DN: CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR

Increase Default Value of the System Property jdk.jar.maxSignatureFileSize (JDK-8312489)

security-libs/java.security

The system property, jdk.jar.maxSignatureFileSize, allows applications to control the maximum size of signature files in a signed JAR. Its default value has been increased from 8000000 bytes (8 MB) to 16000000 bytes (16 MB).