Changes for version 0.10
- Added much better test suite: tests bigint utilities in Util, sign/verify, key generation (512, 768, 1024 bits), PEM encoding/decoding (if Convert::PEM is installed), FIPS 186-2 example case.
- Added interface to Convert::PEM to read/write encrypted PEM files containing ASN.1-encoded DSA keys. Convert::PEM is optional; Makefile.PL will check for it and warn if it can't be found.
- Get/set accessors now take hex values and store their values internally as strings. Thanks to Crypt::RSA for the idea. :)
Modules
DSA Signatures and Key Generation
DSA key
Read/write DSA PEM files
DSA key generation system
DSA signature object
DSA Utility functions