Changes for version 0.06
- First public release.
- Added Filename argument to Crypt::Keys->detect.
- Got rid of reliance upon File::Type; don't really need that much overhead, just a couple of regular expressions will do.
- Added tests for Crypt::Keys->detect, for return value format and contents ('Format' and 'Description' of keyfiles).
- Incorporated changes to Util::mp2bin and Util::bin2mp from Crypt::OpenPGP::Util.
- Moved Crypt::DES3 code into Crypt::Keys::Private::RSA::SSH1, because that's the only place it is used.
Modules
On-disk management of public and private keyfiles
DSA private key drivers
RSA private key drivers
Key Utility functions
Provides
in lib/Crypt/Keys/Buffer.pm
in lib/Crypt/Keys/ErrorHandler.pm
in lib/Crypt/Keys/Private/DSA/PEM.pm
in lib/Crypt/Keys/Private/DSA/SSH2.pm
in lib/Crypt/Keys/Private/RSA/PEM.pm
in lib/Crypt/Keys/Private/RSA/SSH1.pm
in lib/Crypt/Keys/Private/RSA/SSH1.pm
in lib/Crypt/Keys/Public/DSA/OpenSSH.pm
in lib/Crypt/Keys/Public/RSA/OpenSSH.pm
in lib/Crypt/Keys/Public/RSA/SSH1.pm