dbressan2

Results 5 comments of dbressan2

Thank you for your quick reply I am trying to modify the code in pycrate_asn1rt/asnobjcontruct.py The goal is systematically number items within a list. def _to_asn1(self): if not self._val: #...

Hi What I wish to add is highlighted below with the mark “

Thank you so much, this is exactly what I was looking for. Yes, I understand the limitation about the ASN.1 syntax not being re-encodable. However this is not blocking to...

Hi Thank you for the fix proposal. It did not work for me. I fixed it in a different way. In asnobj_str.py, I modified 2 methods so that names is...

OK, the fix works perfectly for me. Thank you very much for taking the request into account.