8271566: DSA signature length value is not accurate in P11Signature#3166
8271566: DSA signature length value is not accurate in P11Signature#3166zzambers wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back zzambers! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
|
I seem to remember there were reasons for not backporting this before. Given the follow-on issues, it should certainly wait until we start the July cycle next week. @franferrax can you give your take on the risk of this one? Thanks. |
|
@zzambers This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@zzambers The pull request is being re-evaluated and the inactivity timeout has been reset. |
Backport to fix failure we are seeing in some of our tests for jdk11 in FIPS mode (using sunpkcs11 provider):
Backport only affects PKCS11 provider. Not clean because JDK-8242332 (missing in jdk11), made small changes (in-between) to
engineSignandcancelOperationmethods inP11Signatureclass in regards to DSA, which were then completely overwritten by this change set (so not an actual dependency).Testing:
Fixes issue higher.
GHA: OK
pkcs11 tests (test/jdk/sun/security/pkcs11): OK
ssl-tests with
TEST_PKCS11_FIPS=1: OKProgress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3166/head:pull/3166$ git checkout pull/3166Update a local copy of the PR:
$ git checkout pull/3166$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3166/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3166View PR using the GUI difftool:
$ git pr show -t 3166Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3166.diff
Using Webrev
Link to Webrev Comment