Please add a method 'issuer_hash', which returns a hash of the issuer subject just like 'hash' returns a hash of the subject. This is anologous to openssl x509's -issuer_hash parameter, and can be used to quickly find the issuer certificate since they are often stored as ${issuer_hash}.0.
Please add a method 'issuer_hash', which returns a hash of the issuer subject just like 'hash' returns a hash of the subject. This is anologous to
openssl x509
's-issuer_hash
parameter, and can be used to quickly find the issuer certificate since they are often stored as${issuer_hash}.0
.