Integrated: 8282316: Operation before String case conversion
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Thu Feb 24 16:29:05 UTC 2022
On Wed, 23 Feb 2022 19:25:10 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> 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(Locale.ENGLISH);
>
> This update also clean up redundant calls to the checkName() method.
This pull request has now been integrated.
Changeset: abc0ce11
Author: Xue-Lei Andrew Fan <xuelei at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/abc0ce11dfa0a751a12925763cb168d1d3b4f44a
Stats: 23 lines in 1 file changed: 10 ins; 3 del; 10 mod
8282316: Operation before String case conversion
Reviewed-by: valeriep
-------------
PR: https://git.openjdk.java.net/jdk/pull/7598
More information about the security-dev
mailing list