service-identity icon indicating copy to clipboard operation
service-identity copied to clipboard

Drop pyasn1 dep and use cryptography's x509 support

Open alex opened this issue 8 years ago • 3 comments

alex avatar Jun 25 '17 19:06 alex

JFTR I’ve looked into this and it is currently impossible.

Cryptography at least is lacking an API to decode an ASN.1 string. I haven’t looked further but the pyOpenSSL-specific code probably has even more needs.

hynek avatar Apr 18 '21 05:04 hynek