vlucas / pikirasa

PKI public/private RSA key encryption using the OpenSSL extension
BSD 3-Clause "New" or "Revised" License
102 stars 21 forks source link

[Feature Request]Deal with files, not just strings #3

Closed greg0ire closed 9 years ago

greg0ire commented 10 years ago

When using this library, you can use file streams, like this : file://path/to/public_key.pem I forgot to, and so did my colleagues. I think the library should be able to handle file paths, because people are probably not going to use strings that much anyway.

greg0ire commented 9 years ago

ping @vlucas

vlucas commented 9 years ago

I accepted your PR to fix this. Thanks!