Wiktor Kwapisiewicz
Wiktor Kwapisiewicz
> we've recently landed several upgrades including a prerelease of ed25519-dalek which would actually make a crate prerelease of yubihsm possible. Pardon our dust. Nah, don't worry. I'm very happy...
> simplely modify the function signature, from &'a [u8] to &'a mut [u8], and it also affect the variance of GcmParams to PhantomData
I was thinking about it and maybe mut ref is necessary anyway (instead of moved owned value) so that the caller can read the modified value after the call? 🤔
Thanks for the workaround @JonathanDoughty ! I was also looking for a way to dump a single recipe (or all recipes which use the same shebang lines) to shellcheck it....
Excellent idea! I'd like to mark tasks which need to be run in CI via `[group('ci')]` and it'd be really useful to programmatically get all tasks that belong to a...
Thanks for the PR. It's something that's really needed. I tried building it on my Windows computer and after making the correct folder structure (setting up correct OpenSSL dirs and...
> I should be able to test it on Saturday morning. Thank you! :pray: It would be greatly appreciated!
> I tested it with a test app. And it seems to work fine for me. > > https://github.com/Superhepper/rust-tss-esapi-test-app Okay, I'm going to approve it not to have the code...
`SignAttestationCertificate` being implemented in mockhsm and returning mock Certificates would also be a good idea. (for [key attestation](https://docs.yubico.com/hardware/yubihsm-2/hsm-2-user-guide/hsm2-core-concepts.html#attestation)).
> [@wiktor-k](https://github.com/wiktor-k) This is implemented in [#576](https://github.com/iqlusioninc/yubihsm.rs/pull/576) As usual, your coding is faster than my sleuthing 🥹 thank you, I'll check it out!