> Starting NSS v3.91, SHA-3 support is added for MessageDigest but not for PSS 
> Signature. This breaks existing test assumptions made by PSS regression 
> tests. In addition, the NSS SHA-3 message digests do not support cloning 
> which causes the failure of TestCloning.java.
> 
> This PR adds a PSSUtil.java class which provides utility method for 
> detecting/guessing whether a digest algorithm is valid for PSS signature or 
> not.
> 
> The changes are verified with NSS v3.46, v3.57 and v3.91 (on local Linux 
> machine).
> 
> Thanks in advance for review~

Valerie Peng has updated the pull request incrementally with one additional 
commit since the last revision:

  address more review feedbacks

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/15217/files
  - new: https://git.openjdk.org/jdk/pull/15217/files/499e9636..03a194d2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15217&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15217&range=02-03

  Stats: 16 lines in 3 files changed: 7 ins; 4 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/15217.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15217/head:pull/15217

PR: https://git.openjdk.org/jdk/pull/15217

Reply via email to