You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the hex characters did not need to be copied from one array to another, so the size of the octet string would not be limited in size.
The text was updated successfully, but these errors were encountered:
The following line of code limits the maximum size of an OCTET STRING to 511 bytes (1022 hex characters + null).
https://github.com/maxime-esa/asn1scc/blob/9d0db14ea8d6cbe10189e3f02803f2caf3455166/asn1crt/asn1crt_encoding_xer.c#L795
It would be nice if the hex characters did not need to be copied from one array to another, so the size of the octet string would not be limited in size.
The text was updated successfully, but these errors were encountered: