> In the SignatureUtil implementation, the checkName() requires
> case-insensitive input for "OID". However, the method is called before the
> case conversion, for example:
>
> sigName = checkName(sigName).toUpperCase(Locale.ENGLISH);
>
> This update also clean up redundant calls
On Wed, 23 Feb 2022 23:53:39 GMT, Weijun Wang wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> udpate return state as well
>
> src/java.base/share/classes/sun/security/util/SignatureUtil.java line 51:
>
>> 49
On Wed, 23 Feb 2022 23:41:36 GMT, Xue-Lei Andrew Fan wrote:
>> In the SignatureUtil implementation, the checkName() requires
>> case-insensitive input for "OID". However, the method is called before the
>> case conversion, for example:
>>
>> sigName = checkName(sigName).toUpperCa
> In the SignatureUtil implementation, the checkName() requires
> case-insensitive input for "OID". However, the method is called before the
> case conversion, for example:
>
> sigName = checkName(sigName).toUpperCase(Locale.ENGLISH);
>
> This update also clean up redundant calls
On Wed, 23 Feb 2022 22:41:10 GMT, Valerie Peng wrote:
>> In the SignatureUtil implementation, the checkName() requires
>> case-insensitive input for "OID". However, the method is called before the
>> case conversion, for example:
>>
>> sigName = checkName(sigName).toUpperCase(Loc
On Wed, 23 Feb 2022 19:25:10 GMT, Xue-Lei Andrew Fan wrote:
> In the SignatureUtil implementation, the checkName() requires
> case-insensitive input for "OID". However, the method is called before the
> case conversion, for example:
>
> sigName = checkName(sigName).toUpperCase(Lo
In the SignatureUtil implementation, the checkName() requires case-insensitive
input for "OID". However, the method is called before the case conversion, for
example:
sigName = checkName(sigName).toUpperCase(Locale.ENGLISH);
This update also clean up redundant calls to the checkN