mitshell
mitshell
Thanks for bringing this issue. A new pycrate repository has been setup, including new fixes. This repo will keep being maintained : https://github.com/pycrate-org/pycrate. Please checkout the latest 0.7.1 version which...
You need to provide all the required ASN.1 definitions to the compiler for your module to compile. You can check the existing x.509 related ASN.1 definitions already provided in the...
OK, my recommendation would be to copy the entire `IETF_PKI_RFC5958` subdirectory in your home. Add your new file into it, delete the `load_mod.txt` and `load_obj.txt` files, and compile the entire...
Maybe add a `/` after the subdir name passed as argument. On my side, I get: ``` mich@HPMitch:~/src$ cp -r pycrate/pycrate_asn1dir/IETF_PKI_RFC5958/ . mich@HPMitch:~/src$ rm IETF_PKI_RFC5958/*.txt mich@HPMitch:~/src$ pycrate_asn1compile.py -j -i IETF_PKI_RFC5958/...
Any feedback @James-E-A ?
Thanks for highligthing this. This is effectively a limitation of the compiler.
Thanks for this PR: this looks like an ambitious one. I tested the changes against the entire set of ASN.1 specs, but the JSON code generator now breaks on module...
No worries, I'll take some time to review this PR as is: I don't have much time right now and I'll do my best. Thanks anyway for this PR, which...
So, everything runs fine. Thanks for your work. Just a quick question: why use `collections.defaultdict` instead of a normal dict for storing the imports of an ASN.1 module? What avantage...
Thanks for your work @lukem. Much appreciated.