Integrated: 8202598: keytool -certreq output contains inconsistent line separators
Weijun Wang
weijun at openjdk.org
Thu Dec 14 14:39:47 UTC 2023
On Mon, 11 Dec 2023 16:14:24 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> When keytool is dumping certificates, certificate requests, and CRLs using the `-rfc` option, the PEM output contains mixed line endings with LF after the header and footer and CRLF between the base64 text lines. This code change update all to CRLF.
This pull request has now been integrated.
Changeset: 45a9ade3
Author: Weijun Wang <weijun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/45a9ade3374e38205cdf3fd24282246830789d26
Stats: 109 lines in 3 files changed: 97 ins; 0 del; 12 mod
8202598: keytool -certreq output contains inconsistent line separators
Reviewed-by: hchao, mullan
-------------
PR: https://git.openjdk.org/jdk/pull/17060
More information about the security-dev
mailing list