I want to use Perl to extract information from Request Signing Request , preferably without starting an external openssl process. Since CSR is stored in base64 encoded ASN.1 format, I tried the Convert :: PEM module . But this requires a description of the contents of ASN.1, which I was unable to compile (ASN.1 is a beast).
Does anyone have a proper ASN.1 description for CSR or a module that parses such a request?
source
share