Hi Max, On Wed, 2018-06-27 at 09:15 +0800, Weijun Wang wrote: > Hi Severin and/or Andrew > > I'm going through all security bugs with JDK 11 in affected versions and > noticed this one: > > 8202598: [linux] keytool -certreq inconsistent with platform line.separator > https://bugs.openjdk.java.net/browse/JDK-8202598 > > What kind of interop issue have you observed? IMHO, \r\n is legal in a PEM > file.
All we know is that this breaks interop with tools on Linux/Unix which don't expect \r\n in PEM files. > Also, you mentioned a patch in the comment. Can I take a look? I've posted a link to the JDK 8 patch in the bug report. Thanks, Severin