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
8139348: Deprecate 3DES and RC4 in Kerberos #2701
Conversation
8139348: Deprecate 3DES and RC4 in Kerberos
|
/csr |
@wangweij this pull request will not be integrated until the CSR request JDK-8262273 for issue JDK-8139348 has been approved. |
Webrevs
|
Is there a test that checks that the weak algorithms are actually disabled? I wasn't sure if I saw anything or maybe that is another test that you didn't have to modify? |
@@ -23,7 +23,7 @@ | |||
|
|||
/* | |||
* @test | |||
* @bug 6960894 8194486 | |||
* @bug 6960894 8194486 8139348 |
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.
I don't know if there are any rules or best practices about this, but I usually don't put a bugid on a test if it isn't specifically testing what this bug is about.
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.
OK, I'll remove it.
Yes there's one and I'll update it. I can also add all weak etypes into |
Updated tests. There is a |
Please also review the release note at https://bugs.openjdk.java.net/browse/JDK-8262335. |
@wangweij This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 25 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
|
/integrate |
@wangweij Since your change was applied there have been 29 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit ded96dd. |
Deprecate des3-hmac-sha1 (etype 16) and rc4-hmac (etype 23). User can add "allow_weak_crypto = true" in krb5.conf to re-enable them (plus the DES-based etypes deprecated long ago).
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/2701/head:pull/2701
$ git checkout pull/2701