in reply to Decent crypto library?
Dare I ask... why not just use the OpenSSL binary?
I use a function called find_openssl to locate a copy of openssl from well-known locations, falling back to Alien::OpenSSL if it is installed.
As well as using find_openssl in the application code, I also call the function from Makefile.PL, and if it can't find openssl, a dependency on Alien::OpenSSL will be added to the MYMETA.json file, which CPAN clients should automatically pick up and install.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Decent crypto library?
by vsespb (Chaplain) on Oct 28, 2013 at 16:21 UTC | |
|
Re^2: Decent crypto library?
by vsespb (Chaplain) on Oct 28, 2013 at 16:31 UTC |