[Bug 2974] New: [IcedTea8] PKCS#10 certificate requests now use CRLF line endings rather than system line endings
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri May 27 02:22:34 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2974
Bug ID: 2974
Summary: [IcedTea8] PKCS#10 certificate requests now use CRLF
line endings rather than system line endings
Product: IcedTea
Version: 8-hg
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
$ keytool -genkeypair -keysize 2048 -keyalg RSA -alias thing -keystore
certstore.jks
$ /usr/lib/jvm/icedtea-7/bin/keytool -certreq -v -alias thing -keystore
certstore.jks -file csr.txt.7u101
$ /usr/lib/jvm/icedtea-8/bin/keytool -certreq -v -alias thing -keystore
certstore.jks -file csr.txt.8u91
$ file csr.txt.*
csr.txt.7u101: RFC1421 Security Certificate Signing Request, ASCII text
csr.txt.8u91: RFC1421 Security Certificate Signing Request, ASCII text,
with CRLF, LF line terminators
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160527/529464c7/attachment.html>
More information about the distro-pkg-dev
mailing list