-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8359395: XML signature generation does not support user provided SecureRandom #25802
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back weijun! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
Webrevs
|
import java.security.NoSuchAlgorithmException; | ||
import java.security.Security; | ||
import java.util.Base64; | ||
import java.util.logging.*; |
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.
Nitpick: this is not needed
@@ -33,6 +33,7 @@ | |||
import java.security.PrivateKey; |
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.
Do we need a copyright update here and in DOMSignatureMethod.java
?
New
XMLSignContext
property to allow user-specificSecureRandom
for XML signature generation.Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25802/head:pull/25802
$ git checkout pull/25802
Update a local copy of the PR:
$ git checkout pull/25802
$ git pull https://git.openjdk.org/jdk.git pull/25802/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25802
View PR using the GUI difftool:
$ git pr show -t 25802
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25802.diff
Using Webrev
Link to Webrev Comment