mitshell

Results 72 comments of mitshell

Sorry, I copy/pasted the wrong commit ref. Here is the fix: https://github.com/pycrate-org/pycrate/commit/3e11fabaa894c03eb5863b30a42b1de01184d1ea

The object you are using here `AlgorithmIdentifier` is a parameterized one, which is not usable for encoding / decoding. This is the reason you get an error here. Please note...

Thanks for uncovering this bug, too. Same as with previous issue, a new repository has been setup, including new fixes. This repo will keep being maintained : https://github.com/pycrate-org/pycrate. It includes...

Thanks for uncovering this bug. A new repository has been setup, including new fixes. This repo will keep being maintained : https://github.com/pycrate-org/pycrate. It includes fixes for this specific 5G NAS...

I agree that many ASN.1 specs provided here and there contain misencoded (or sometimes simply invalid) characters. This is generally the result of how the work is organized when building...

For my own recollection, this is happening here: https://github.com/pycrate-org/pycrate/blob/0b8309e258c59de9d0d7e6da31566097c92f224b/tools/pycrate_asn1compile.py#L200

Please note a new repository has been setup, including new fixes. This repo will keep being maintained : https://github.com/pycrate-org/pycrate. SMS content encoding and decoding is defined in https://github.com/pycrate-org/pycrate/blob/master/pycrate_mobile/TS23038.py. Yet only...

Thanks for the PR : this is much appreciated. I'll check the proper test integration before merging, but overall this is looking nice.

Looking at the _test_efc.py_ file, this would have been preferable to have something that integrates the automatic testing which is run during CI. Something that would be like this x509...

Could you please provide a reference for the specs you are mentioning? Or maybe they are not available publicly (eventually send them to me by email)? It will be hard...