Bug??? in X509RSAPrivateKey ...

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

Bug??? in X509RSAPrivateKey ...

Dennis smith-4
The key files tend to contain cr's or lf's which causes the parser to
blow up when you invoke with the simple file content (at fromString:).

I guess one could remove the line-separators before?? but seems like a job
the class could do?

--
Dennis Smith                        [hidden email]
Cherniak Software Development Corporation       +1 905.771.7011
400-10 Commerce Valley Dr E                Fax: +1 905.771.6288
Thornhill, ON Canada L3T 7N7    http://www.CherniakSoftware.com

Reply | Threaded
Open this post in threaded view
|

Re: Bug??? in X509RSAPrivateKey ...

kobetic
I believe AR#50528: "[X509] CertificateFileReader doesn't handle
incompatible line end conventions" should take care of that. It's
already in the 7.5 builds.

Martin

Dennis Smith wrote:

> The key files tend to contain cr's or lf's which causes the parser to
> blow up when you invoke with the simple file content (at fromString:).
>
> I guess one could remove the line-separators before?? but seems like a job
> the class could do?
>