Integrated: 8264554: X509KeyManagerImpl calls getProtectionParameter with incorrect alias

Xue-Lei Andrew Fan xuelei at openjdk.java.net
Tue Apr 6 15:46:27 UTC 2021


On Fri, 2 Apr 2021 16:38:14 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

> In X509KeyManagerImpl.java, a composited  entry alias consists three parts: an UID counter, a builder index and the real entry alias (See the makeAlias() method).  While calling the KeyStore.Builder.getProtectionParameter(String alias) method, the real entry alias should be used instead, rather than the composited entry alias.
> 
> Simple and straightforward update, no new regression test.

This pull request has now been integrated.

Changeset: 2f516996
Author:    Xue-Lei Andrew Fan <xuelei at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2f516996
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8264554: X509KeyManagerImpl calls getProtectionParameter with incorrect alias

Reviewed-by: mullan

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

PR: https://git.openjdk.java.net/jdk/pull/3326



More information about the security-dev mailing list