ASN1Decoder icon indicating copy to clipboard operation
ASN1Decoder copied to clipboard

ASN1 DER Decoder for X.509 Certificate

Results 8 ASN1Decoder issues
Sort by recently updated
recently updated
newest added

I have modified this library to extract certificate chain from p7b string. I am able to get x509Certificate information using the method x509Certificate(). What i need to do is parse...

The current signature field exposes the signature value (RFC 5280 4.1.1.3). But at the beginning of the certificate, we have a field called signature which should contain the OID of...

Additional to the mainBlock of pkcs7 we also need the flexibility to have read access to those two properties.

Missing Int values should yield `nil` instead of 0.

Please check the additional tests. How to access the extensions ? Looks like the digicert certificate in the test file has some issue for the extensions . I cannot open...

After a IAP restore the following code ``` let receipt = pkcs7.receipt() ``` sometime prints one of the following ``` unsupported tag: graphicString unsupported tag: read unsupported tag: embeddedPdv ```...

I'm preparing to migrate a paid app to in-app-purchases. And first I started by checking the original application version and sending analytics events to see if I'm able to recognize...

As far as I know, there is this "backdoor" that even if you refund the app, you still have access to the app if it's a paid app. Can I...