Changes for version 0.13

  • Rewrote to use Math::BigInt instead of Math::Pari, including patches from Brad Fitzpatrick for a replacement for the isprime function (both using pure Perl and an external gp program).
  • Added optional Content argument to Crypt::DSA::Key->new, to specify serialized Content to be deserialized.
  • Added Signature serialization and deserialization of ASN.1-encoded structures.
  • Added ability to do key generation using an external openssl binary. Thanks to Brad Fitzpatrick for the patch.
  • Signature object now has better get/set acccessors.
  • Use Module::Install instead of hand-coded Makefile.PL.

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