> It would not to generate the certificate's ECParameterSpec and NamedGroup
> multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
John Jiang has updated the pull request incrementally with one additional
commit since the last revision:
add some comments
-
On Mon, 18 Apr 2022 12:37:15 GMT, John Jiang wrote:
>> It would not to generate the certificate's ECParameterSpec and NamedGroup
>> multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
>
> John Jiang has updated the pull request incrementally with one additional
> commit
On Mon, 18 Apr 2022 12:37:15 GMT, John Jiang wrote:
>> It would not to generate the certificate's ECParameterSpec and NamedGroup
>> multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
>
> John Jiang has updated the pull request incrementally with one additional
> commit
> It would not to generate the certificate's ECParameterSpec and NamedGroup
> multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
John Jiang has updated the pull request incrementally with one additional
commit since the last revision:
cache ParamSpec and NamedGroup in
On Sat, 16 Apr 2022 13:59:25 GMT, John Jiang wrote:
> It would not to generate the certificate's ECParameterSpec and NamedGroup
> multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
src/java.base/share/classes/sun/security/ssl/SignatureScheme.java line 479:
> 477:
On Sat, 16 Apr 2022 14:38:09 GMT, XenoAmess wrote:
>> It would not to generate the certificate's ECParameterSpec and NamedGroup
>> multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
>
> src/java.base/share/classes/sun/security/ssl/SignatureScheme.java line 494:
>
>> 492
On Sat, 16 Apr 2022 13:59:25 GMT, John Jiang wrote:
> It would not to generate the certificate's ECParameterSpec and NamedGroup
> multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
src/java.base/share/classes/sun/security/ssl/SignatureScheme.java line 494:
> 492:
It would not to generate the certificate's ECParameterSpec and NamedGroup
multiple times in method `SignatureScheme::getSignerOfPreferableAlgorithm`.
-
Commit messages:
- 8284926: Share the certificate NamedGroup in
SignatureScheme::getSignerOfPreferableAlgorithm
Changes: https://