[BUG] X509 pem line end convention

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[BUG] X509 pem line end convention

Reinout Heeck-2
VW 7.4 on msWindows

Using CertificateFileReader class>>readFromFile: fails to read pem files
that are created on a unix box, I quick-fixed it in our images by
appending #lineEndAuto to the first statement of that method.


--
Reinout Heeck
-------------
Idle curiosity is the enemy of a quiet life.

Reply | Threaded
Open this post in threaded view
|

Re: [BUG] X509 pem line end convention

kobetic
Thanks, Reinout!

AR#50528: "[X509] CertificateFileReader should use lineEndAuto"

Reinout Heeck wrote:

> VW 7.4 on msWindows
>
> Using CertificateFileReader class>>readFromFile: fails to read pem files
> that are created on a unix box, I quick-fixed it in our images by
> appending #lineEndAuto to the first statement of that method.
>
>