Re: RFR: 8277474: jarsigner does not check if algorithm parameters are disabled [v6]

2022-03-03 Thread Weijun Wang
On Thu, 3 Mar 2022 22:18:53 GMT, Hai-May Chao  wrote:

>> This fixes jarsigner to enforce checking against algorithm constraint 
>> properties so when the signature algorithms parameters use disabled or 
>> legacy algorithms, it will emit warnings accordingly. If the algorithm used 
>> in parameters is disabled, jarsigner treats the jar as unsigned.
>
> Hai-May Chao has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   No need to do toUpperCase

Marked as reviewed by weijun (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/7582


Re: RFR: 8277474: jarsigner does not check if algorithm parameters are disabled [v6]

2022-03-03 Thread Hai-May Chao
> This fixes jarsigner to enforce checking against algorithm constraint 
> properties so when the signature algorithms parameters use disabled or legacy 
> algorithms, it will emit warnings accordingly. If the algorithm used in 
> parameters is disabled, jarsigner treats the jar as unsigned.

Hai-May Chao has updated the pull request incrementally with one additional 
commit since the last revision:

  No need to do toUpperCase

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7582/files
  - new: https://git.openjdk.java.net/jdk/pull/7582/files/d2cd7ef8..74dc7040

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=7582=05
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=7582=04-05

  Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7582.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7582/head:pull/7582

PR: https://git.openjdk.java.net/jdk/pull/7582