Ionuț Mihalcea

Results 21 issues of Ionuț Mihalcea

Hello! I'm trying to setup fuzzing using the `fuzz!(|param: Type| { ... });` template (where `Type` implements `Arbitrary`), however I keep getting an error from within the macro. The failure...

Hey! I wanted to check whether you're confortable with us marking `pkcs11` as unmaintained in the Rustsec [advisory database](https://github.com/rustsec/advisory-db)?

Hi! Currently the library seems to offer support only for PKCS11 implementations that support all functions described in the spec. However, the [official documentation](http://docs.oasis-open.org/pkcs11/pkcs11-profiles/v2.40/cos01/pkcs11-profiles-v2.40-cos01.html#_Toc408228406) indicates that, to be compliant with...

Hello, Our `cargo-audit` run has been advising us that `protoc-grpcio` depends on an unmaintaned crate (`failure`). I'm opening this mostly as an FYI and to ask whether you'd accept contributions...

This is a placeholder issue for all work that remains to be done towards a v8 release of `tss-esapi`. - [x] TpmsContext will be moved into structures and have it's...

At the moment any examples we have are only checked for correctness by their submitter. Cargo allows us to run them, so we should make use of this to include...

We should add length checking off the input buffers for the `_offset` version of the marshall and unmarshall trait operations. Currently these methods don't do any checking as to whether...

At the moment our documentation is purely comment-based and should be enhanced with some working examples of how to use the functionality within.

documentation
enhancement
good first issue
help wanted

I've been wondering a lot whether the `abstractions` module in the `tss-esapi` crate should be moved to a separate crate. My reason for the split is to not keep the...

question

Most fields denoting sizes (e.g. of keys) are marked as `usize` at the moment. To make it less ambiguous, the ones representing sizes in bits should be set to `u16`,...

bug
good first issue