Vadims Podans

Results 218 comments of Vadims Podans

> > You should set a breakpoint on a failing code and debug it line by line. I suspect the problem is related to a number of available windows: >...

It seems that command parameter was missing in toolbar. Check the commit above, it should work now.

> > > > You should set a breakpoint on a failing code and debug it line by line. I suspect the problem is related to a number of available...

I believe, SCT data decoding is out of ASN.1 Editor scope. A different tool that supports SCT data types shall be used to decode SCT data.

> SignedCertificateTimestampList is not encoded using DER so..how it is related to ASN editor? Don't get me wrong, I would like to allow the editor to determine decoded message type...

Got this. The problem is that your file uses indefinite length. I'm not supporting indefinite length, because it is not allowed in DER encoding. It is supported by BER, but...

You can convert this Base64-encoded string to a byte array and examine 2nd byte. If it is 0x80 (128), then ASN type uses indefinite length. DER forbids indefinite length encoding...

We don't have such feature. Can you provide more details on this? Maybe, you have some imaginary examples?