Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Redhat NSS FIPS support on p/z linux platforms #714

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

taoliult
Copy link
Contributor

The Redhat NSS FIPS module is certified on ppc64le and s390x linux platforms. Adding the Redhat NSS FIPS support for the Semeru OpenJDK on these two platforms.

This is a back-port PR from JDKNext PR ibmruntimes/openj9-openjdk-jdk#703

@taoliult
Copy link
Contributor Author

@pshipton Please help to review.

The Redhat NSS FIPS module is certified on ppc64le and s390x
linux platforms. Adding the Redhat NSS FIPS support for the
Semeru OpenJDK on these two platforms.

Signed-off-by: Tao Liu <tao.liu@ibm.com>
@pshipton
Copy link
Member

This doesn't have the java.security changes, is that expected?

@taoliult
Copy link
Contributor Author

@pshipton

Yes, I think it is expected.

Because in OpenJDK8, there are the "java.security" files for different platforms. For example, jdk/src/share/lib/security/java.security-linux,
jdk/src/share/lib/security/java.security-aix,
jdk/src/share/lib/security/java.security-macosx, and etc.

And also, there is no "MakeJavaSecurity.java" to define the "#ifdef, #ifndef and #endif". So, I don't think we need to make changes for "java.security" file.

@pshipton
Copy link
Member

jenkins compile zlinux jdk8

@pshipton
Copy link
Member

I see. The RestrictedSecurity settings are already there on Linux platforms.

@pshipton pshipton merged commit 1198d49 into ibmruntimes:openj9 Dec 1, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants