RFR: 8264554: X509KeyManagerImpl calls getProtectionParameter with incorrect alias

Xue-Lei Andrew Fan xuelei at openjdk.java.net
Fri Apr 2 16:45:43 UTC 2021


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.

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

Commit messages:
 - 8264554: X509KeyManagerImpl calls getProtectionParameter with incorrect alias

Changes: https://git.openjdk.java.net/jdk/pull/3326/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3326&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8264554
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3326.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3326/head:pull/3326

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



More information about the security-dev mailing list