From: Sergey Matveev Date: Wed, 25 Oct 2017 09:14:42 +0000 (+0300) Subject: Pass decode_path while decoding explicit tags X-Git-Tag: 1.4~4 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=0299eebb6510dfd46f0c4f613b76f56cb66785aa;ds=sidebyside Pass decode_path while decoding explicit tags --- diff --git a/pyderasn.py b/pyderasn.py index 4e3028c..32ce73c 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -807,7 +807,7 @@ class Obj(object): obj, tail = self._decode( v, offset=offset + tlen + llen, - decode_path=(), + decode_path=decode_path, ) return obj, (tail if leavemm else tail.tobytes())