Abhijit Gadgil
Abhijit Gadgil
Observed an issue during submitting proposal for Pycon 2017. After I submitted the proposal, I was not able to find the proposal quickly. As this is likely to be (one...
From @huixue > The more I look into decoder, I think there's something missing on handling the X.691 section 10.9.3.8.4, the "fragmentation procedure". 10.9.3.8.1-10.9.3.8.4 is describing the array of fragments...
For decoding the `SequenceAdditionGroup` and `Component` from the sequence extensions need to be supported. This needs to be handled further upstream in the `parser` and `resolver` modules where, we need...
Test cla
Added `Asn1ResolvedTag` to a base type as an `Option`. In the 'resolve' value of each ingeger etc, we'll be resolving the actual tag if present (or the module level support...
To be able to support BER codec we need to support following - - [x] Support for parsing the tags - [ ] Support for resolving the tags to the...
A tag needs to be properly assigned to a type to be used in the BER/DER encoding. We have a support for the tag in the parser crate when it...
Right now we are literally using `std::io::Error` as any error, wherever not applicable using `std::io::ErrorKind::Other`. It will be a good idea to start using `anyhow` inside the `asn1-compiler` crate.
After looking at all the options available through `--help`. It looks like this is a read-only access to pci config space. So ideally root access should not be a requirement....