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
Again some issues with my certificate parsing. You can use the same code from #67
Traceback (most recent call last):
File "certtest.py", line 10, in <module>
cert = encode(message[1][3])
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 636, in __call__
substrate = concreteEncoder.encode(value, asn1Spec, self, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 85, in encode
value, asn1Spec, encodeFun, **options
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 423, in encodeValue
chunk = encodeFun(component, asn1Spec, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 636, in __call__
substrate = concreteEncoder.encode(value, asn1Spec, self, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 85, in encode
value, asn1Spec, encodeFun, **options
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 423, in encodeValue
chunk = encodeFun(component, asn1Spec, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 636, in __call__
substrate = concreteEncoder.encode(value, asn1Spec, self, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 85, in encode
value, asn1Spec, encodeFun, **options
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/cer/encoder.py", line 215, in encodeValue
substrate += encodeFun(value[idx], asn1Spec, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 636, in __call__
substrate = concreteEncoder.encode(value, asn1Spec, self, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 85, in encode
value, asn1Spec, encodeFun, **options
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/cer/encoder.py", line 179, in encodeValue
for x in value]
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/cer/encoder.py", line 179, in <listcomp>
for x in value]
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 636, in __call__
substrate = concreteEncoder.encode(value, asn1Spec, self, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 85, in encode
value, asn1Spec, encodeFun, **options
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 423, in encodeValue
chunk = encodeFun(component, asn1Spec, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 636, in __call__
substrate = concreteEncoder.encode(value, asn1Spec, self, **options)
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 85, in encode
value, asn1Spec, encodeFun, **options
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/codec/ber/encoder.py", line 182, in encodeValue
asn1Spec = value.clone(tagSet=tag.TagSet(tagSet.baseTag, tagSet.baseTag))
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/type/tag.py", line 189, in __init__
[(superTag.tagClass, superTag.tagId) for superTag in superTags]
File "/home/vagrant/.local/lib/python3.5/site-packages/pyasn1/type/tag.py", line 189, in <listcomp>
[(superTag.tagClass, superTag.tagId) for superTag in superTags]
AttributeError: 'tuple' object has no attribute 'tagClass'
This error happens since 10 minutes ago as 0.4.1 was published to pypi. In 0.3.7 everything was working,
The text was updated successfully, but these errors were encountered:
Again some issues with my certificate parsing. You can use the same code from #67
This error happens since 10 minutes ago as 0.4.1 was published to pypi. In 0.3.7 everything was working,
The text was updated successfully, but these errors were encountered: