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

The library does not use openssl_error_string at all #1

Closed greg0ire closed 9 years ago

greg0ire commented 10 years ago

The output of openssl_error_string may be useful to debug some situations. Maybe Pikirasa\Exception could be changed so that it appends it to the message argument ?

vlucas commented 10 years ago

Good idea. I'll have to setup a test for this and get it in.

greg0ire commented 10 years ago

Great! Here is how you can mock openssl_error_string

greg0ire commented 9 years ago

ping @vlucas