Re: RFR: 8202598: [linux] keytool -certreq inconsistent with platform line.separator

2023-12-13 Thread Sean Mullan
On Mon, 11 Dec 2023 16:14:24 GMT, Weijun Wang wrote: > Always use CRLF in PEM output. Can you change the bug summary with a better description of the issue - the bug makes it sound like CRLF is the cause of the interop issues. The summary and OS also say "linux" but this is not linux-specific

Re: RFR: 8202598: [linux] keytool -certreq inconsistent with platform line.separator

2023-12-12 Thread Hai-May Chao
On Mon, 11 Dec 2023 16:14:24 GMT, Weijun Wang wrote: > Always use CRLF in PEM output. Marked as reviewed by hchao (Committer). - PR Review: https://git.openjdk.org/jdk/pull/17060#pullrequestreview-1778545710

RFR: 8202598: [linux] keytool -certreq inconsistent with platform line.separator

2023-12-11 Thread Weijun Wang
Always use CRLF in PEM output. - Commit messages: - the fix Changes: https://git.openjdk.org/jdk/pull/17060/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17060&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8202598 Stats: 109 lines in 3 files changed: 97 ins; 0 de