Re: RFR: 8277246: Check for NonRepudiation as well when validating a TSA certificate [v3]

2021-11-22 Thread Weijun Wang
On Wed, 17 Nov 2021 14:06:00 GMT, Weijun Wang wrote: >> There is no need to check for the KeyUsage extension when validating a TSA >> certificate. >> >> A test is modified where a TSA cert has a KeyUsage but without the >> DigitalSignature bit. > > Weijun Wang has updated the pull request incr

Re: RFR: 8277246: Check for NonRepudiation as well when validating a TSA certificate [v3]

2021-11-17 Thread Sean Mullan
On Wed, 17 Nov 2021 14:06:00 GMT, Weijun Wang wrote: >> There is no need to check for the KeyUsage extension when validating a TSA >> certificate. >> >> A test is modified where a TSA cert has a KeyUsage but without the >> DigitalSignature bit. > > Weijun Wang has updated the pull request incr

Re: RFR: 8277246: Check for NonRepudiation as well when validating a TSA certificate [v3]

2021-11-17 Thread Weijun Wang
On Wed, 17 Nov 2021 14:16:26 GMT, Sean Mullan wrote: > Can you change the synopsis of the bug to more accurately reflect the current > fix? Updated. Thanks. - PR: https://git.openjdk.java.net/jdk/pull/6416