RH2020290: Support TLS 1.3 in FIPS mode#7
Closed
franferrax wants to merge 9 commits intorh-openjdk:fipsfrom
franferrax:RH2020290
Closed
RH2020290: Support TLS 1.3 in FIPS mode#7franferrax wants to merge 9 commits intorh-openjdk:fipsfrom franferrax:RH2020290
franferrax wants to merge 9 commits intorh-openjdk:fipsfrom
franferrax:RH2020290
Conversation
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 <mbalao@redhat.com> Co-Authored-By: Alex Kashchenko <akashche@redhat.com>
…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)
Revert e8b5bf9 in in SSLContextImpl.java and SunJSSE.java: ~~~ git show e8b5bf9 | git apply -R --include=src/java.base/share/classes/sun/security/ssl/* ~~~ Backport-Of: rh-openjdk/jdk@0bd5ca9
This file contains hidden or 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
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 PRRH2020290: Support TLS 1.3 in FIPS mode
A backport of rh-openjdk/jdk#13.
NOTE: I've created the branch starting from #6's 0cb2359 (which is a dependency for this PR), I'll rebase and force-push this PR once dependencies are merged. As a consequence of this, the only commit to review is 875a3e1.
References
Pull request creation procedure
Just revert e8b5bf9 limited to
SSLContextImpl.javaandSunJSSE.java: