KostasTsiounis

Results 3 issues of KostasTsiounis

**Issue or pull request number:** *MD5 Acceleration* - OpenJDK8: https://github.com/ibmruntimes/openj9-openjdk-jdk8/pull/743 - OpenJDK11: https://github.com/ibmruntimes/openj9-openjdk-jdk11/pull/766 - OpenJDK17: https://github.com/ibmruntimes/openj9-openjdk-jdk17/pull/337 - OpenJDK21: https://github.com/ibmruntimes/openj9-openjdk-jdk21/pull/140 - OpenJDK22: https://github.com/ibmruntimes/openj9-openjdk-jdk22/pull/42 - and later **Overview:** Acceleration is added for...

The `UUID.nameUUIDFromBytes()` method requires the use of `MD5`. But `MD5` is not FIPS-compliant. So, if the `RestrictedSecurity` profile used doesn't include `MD5` or if `RestrictedSecurity` isn't used, but the underlying...

userRaised
comp:crypto

When trying to do a `System.load()` on AIX, where the full path to the library is provided, a library with the same name from the `builtin` libraries is loaded instead...

comp:crypto