Samuel-Tyler

Results 17 comments of Samuel-Tyler

Hi Pedjaman, I believe this value is correct. Rules from https://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf: ``` 8.3 Encoding of an integer value 8.3.1 The encoding of an integer value shall be primitive. The contents...

It's definitely not -1? Do you have any ASN.1 specs or other documents I may look at as a reference?

I assume this is caused by the sign constraint (maxMCSPDUsize INTEGER (0..MAX), which unfortunately this library does not support.

Ok, thank you for taking the time to try the library. Maybe some time in the future I will add support for unsigned integers.

Thank you very much! Really appreciate your feedback. Problem one sounds relatively easy fix, with the solution being adding functionality to calculate the encoded length ahead of time. Problem two...

Hi I've added functionality to determine encoded length, this is shown in sample code: e9da42413b46afa0d2b500dc98b4a403dfb82cfb I plan on expanding the DecodeResult and EncodeResult functions to include more information on fail...

Could you post the ASN.1 snippit with the problem?

Thanks I will take a look

Sure, I can create a macro such that these failures will abort rather than throw. In every case where exceptions are needed to report errors (such as constructors and operator=)...

Thankyou, I will investigate. I assume this issue is intentional to reproduce the bug; `Pokemon"DEFINITIONS`