forked from openjdk/jdk11u
-
Notifications
You must be signed in to change notification settings - Fork 0
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
RH2134669: Add missing attributes when registering services in FIPS mode. #8
Draft
martinuy
wants to merge
11
commits into
rh-openjdk:fips
Choose a base branch
from
martinuy:RH2134669
base: fips
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RH2094027 - SunEC runtime permission for FIPS
…r services in FIPS mode RH2092507 - P11Key.getEncoded does not work for DH keys in FIPS mode
Backport-Of: rh-openjdk/jdk@bd324bd Co-Authored-By: Martin Balao <[email protected]> Co-Authored-By: Alex Kashchenko <[email protected]>
…s to handle RSA private key in PKCS#1 openjdk/jdk@68cf65d https://bugs.openjdk.org/browse/JDK-8023980
Import PKCS11Exception return values enum, to adapt code for the local backport of openjdk/jdk@7ab6dc8 Remove unused variables forgotten in rh-openjdk/jdk#14 (see rh-openjdk/jdk#21)
…ode. Backport-Of: 7aaa009fd949b22d8be068b1df6733330a60f85c
Backport-Of: bb99c53d44b74a818b84542cdf00a145a3d973a2
…I, instead of the Map one. Backport-Of: 1970368339e0ae70a42a43e329d2c78e66eeb72f
franferrax
reviewed
Mar 10, 2023
* @test | ||
* @bug 9999999 | ||
* @requires (jdk.version.major >= 8) | ||
* @run main/othervm/timeout=30 Main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also needs rh-openjdk/jdk#27.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Search this PR in Red Hat Jira
rh-openjdk:fips
← #1 ← #5 ← #6 ← THIS PRThis PR is a 11u backport of 17u's RH2134669.
This PR sits on top of 11u's RH2023467.
Conflicts and changes while backporting RH2134669 from 17u to 11u:
NOTE: this PR will only be moved from Draft to Open once RH2134669 is integrated to 17u and RH2023467 is integrated to 11u, and a rebase is performed to catch up with any further changes either in RH2134669 or RH2023467.
I'd be grateful if I can have a review.