On Sun, May 31, 2015 at 9:38 PM, Tomas Petrilak <[email protected]> wrote: > hi, > I played with libtasn1 and observed issue when trying decode OCTET STRING > parameter with tag which is encoded to multiple bytes. > for example: parameter [200] IMPLICIT OCTET STRING > Problem seems to be in lib/decoding.c in function _asn1_get_octet_string > which assumes that tag is always only 1 byte. > Following change did fix it for me:
I've applied a similar patch. Thanks for spotting that, Nikos
