jdk18 icon indicating copy to clipboard operation
jdk18 copied to clipboard

8278851: Correct signer logic for jars signed with multiple digestalgs

Open coffeys opened this issue 4 years ago • 2 comments

The manifest entry verifier exits too quickly in the case where multiple digests are used in a JarEntry and weak digests are present.

I've introduced some test test library functionality to help with jar signing. I've retrofitted one of my earlier tests with that new functionality also in this PR.


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] Change must be properly reviewed

Issue

  • JDK-8278851: Correct signer logic for jars signed with multiple digestalgs

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk18 pull/32/head:pull/32
$ git checkout pull/32

Update a local copy of the PR:
$ git checkout pull/32
$ git pull https://git.openjdk.java.net/jdk18 pull/32/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 32

View PR using the GUI difftool:
$ git pr show -t 32

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/jdk18/pull/32.diff

coffeys avatar Dec 15 '21 13:12 coffeys

:wave: Welcome back coffeys! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Dec 15 '21 13:12 bridgekeeper[bot]

@coffeys The following labels will be automatically applied to this pull request:

  • core-libs
  • security

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command.

openjdk[bot] avatar Dec 15 '21 13:12 openjdk[bot]