Changes for version 0.11

  • Added Crypt::DSA::Key::SSH2, which reads SSH2-format DSA key files. These are a different format than those used by OpenSSH (that uses PEM-encoded files). Currently only reading SSH2 key files is supported, and the files must not be encrypted.
  • Added size method to Crypt::DSA::Key. $key->size is number of bits in p.

Modules

DSA Signatures and Key Generation
DSA key
Read/write DSA PEM files
Read/write DSA SSH2 files
DSA key generation system
DSA signature object
DSA Utility functions

Provides

in lib/Crypt/DSA/Key/SSH2.pm