dsully / perl-crypt-openssl-x509

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

Extension->value() should return asn1parse(1) style hex dump. #58

Closed brandond closed 7 years ago

brandond commented 7 years ago

Having the ASN1 hex is much more useful than just a raw print, which renders all non-printable characters as periods - for many extensions is completely useless. You can still use Extension->as_string() to get a printable string if you need it.

brandond commented 7 years ago

@dsully Travis-CI for this project appears to be misconfigured and/or broken?

brandond commented 7 years ago

@dsully ping