dsully / perl-crypt-openssl-x509

Perl interface to OpenSSL's X509 module.
Other
25 stars 33 forks source link

Add support for retrieving DSA public key parameters (p,q,g,y) #14

Closed maugier closed 3 years ago

maugier commented 12 years ago

Hello,

I'm using this module for a project, and I couldn't find how to get the crypto parameters from a DSA public key, so I added it. Hope it will be useful to someone !

Cheers, --Maxime

dsully commented 7 years ago

Hi - can you rebase? There's conflicts in your PR.