dsully / perl-crypt-openssl-x509

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

Fix segfault for exotic keys not handled by OpenSSL #12

Closed maugier closed 12 years ago

maugier commented 12 years ago

pubkey_type() will segfault if called on exotic certificates with key types that OpenSSL doesn't know how to handle (like GOST)

0xxon commented 12 years ago

This patch was included in the elliptic key merge. So this probably could be closed.