Ilya Etingof
Ilya Etingof
Hey, sorry for missing your PR! In light of dropped Py 2.6- support, would you mind updating your patch?
Thank you for raising this issue! Just a quick note that I think we can rectify the first issue by adding backward-compatible interface to the `SequenceOf` type in the upcoming...
JFYI: https://github.com/etingof/pyasn1/pull/60 fixes the FreeIPA issue.
That's a fair point! The behavior you observe is such to account for possible inner structures such as: obj['bar']['foo'] If `obj['bar']` would not instantiate the inner structure, then its `foo`...
That looks like a bug. Could you please give me a reproducer e.g. that DER blob causing this exception?
Thank you for your samples! I think this is indeed a bug which should be fixed in #132 . It would be awesome if you could re-test your application with...
> ... I fail to see the distinction made by pyASN to interpret some records as Sequence and others as SequenceOf. Trouble is that on the wire BER Sequence is...
Nooo! That can't happen! Can you please make sure that you actually import the fixed pyasn1 version? Specifically, [this patch to encoder.py](https://github.com/etingof/pyasn1/pull/132/files) should be present in `/local/lib/python2.7/site-packages/pyasn1/codec/native/encoder.py`. Thanks!
I am not sure how CI did not catch that... Patch 40d5a7f27b8f56e103cdc83d3a294f02c5eb1496 should hopefully fix failing tests.
Are you sure the ordering is done by the whole serialization, not just by tags? Here is what [Dubuisson](http://www.oss.com/asn1/dubuisson.html) has on SET ordering in DER: *The components are encoded in...