Integrated: 8187634: keystore.getCertificateAlias(cert) returns original alias, inconsistent with fix of JDK-6483657
Weijun Wang
weijun at openjdk.org
Wed Dec 20 15:48:49 UTC 2023
On Fri, 8 Dec 2023 19:12:57 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> The alias in the keystore is `mapEntry.getKey()`. `entry.getAlias()` is the original friendly name, which is still useful when overwriting or removing an entry.
This pull request has now been integrated.
Changeset: 424c58f3
Author: Weijun Wang <weijun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/424c58f3e94927b68329510e38bf5621f6f6e1a1
Stats: 99 lines in 2 files changed: 97 ins; 0 del; 2 mod
8187634: keystore.getCertificateAlias(cert) returns original alias, inconsistent with fix of JDK-6483657
Reviewed-by: mullan
-------------
PR: https://git.openjdk.org/jdk/pull/17037
More information about the security-dev
mailing list