Nordstrom / xrpc

Simple, production ready Java API server built on top of functional composition.
Apache License 2.0
17 stars 17 forks source link

Allow CRLF in raw certificate string #197

Closed mindyor closed 5 years ago

mindyor commented 6 years ago

Cleans up the raw certificate string by replacing CRLFs with LFs. This makes parsing the string a bit more permissive.

We ran into this issue while trying to manually chain certs in a file.

andyday commented 5 years ago

@jkinkead this is superseded by #207 no?

jkinkead commented 5 years ago

Yes, this will be obsolete soon. xio might have similar problems reading windows-formatted PEM files, but the fixes would go there.