toddr / Crypt-OpenSSL-RSA

Release history of Crypt-OpenSSL-RSA
https://metacpan.org/pod/Crypt::OpenSSL::RSA
Other
8 stars 25 forks source link

Use the new interface to RSA_generate_key if available #5

Closed toddr closed 6 years ago

toddr commented 6 years ago

Some libssls, namely the one you can get precompiled for Android, comes without any deprecated interfaces, and thhose include RSA_generate_key; this stops the module from working.

This commit makes the module use the new interface if on a recent version of libssl.

toddr commented 6 years ago

Sorry moved to https://github.com/toddr/Crypt-OpenSSL-RSA/pull/7