Wiktor Kwapisiewicz
Wiktor Kwapisiewicz
Hi, I've got the following use-case: I'm implementing `SecretKeyTrait::create_signature` and it delegates to some other, external service, that can fail. When it does I can't pass the inner error (since...
This attribute is defined in a draft version of the 3.2 standard and is used to unambiguously identify objects across sessions: > 4.4.1 The CKA_UNIQUE_ID attribute > > Any time...
Setting a submodule as `update = none` is a common way to make cargo skip the submodule. Unfortunately this makes `actions/checkout` skip the submodule too, even if it's configured to...
The `rel=me` is used to indicate [profile equivalence][0] and is used by [Mastodon's Link Verification][1]. If a staff member puts a link to their Fediverse account in the "website" field...
This is just a tiny fix to the documentation. See: https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html#macros Have a nice day! :wave:
Previously no authentication key capabilities have been checked. This patch adds reading capabilities when opening the session and checking them before issuing device reset. Depends on https://github.com/iqlusioninc/yubihsm.rs/pull/620
When a real device receives a valid request to reset itself it won't send a valid reply and the request will return a `ProtocolError` (`protocol error: protocol error: I/O error:...
This function implements log consistency checks, as described in Yubico documentation. There are a couple of variations of what could be tweaked here (e.g. in case of errors returning the...
`LogEntries` is returned by [`Client::get_log_entries`](https://docs.rs/yubihsm/latest/yubihsm/client/struct.Client.html#method.get_log_entries) but it seems the type itself is not exported anywhere (e.g. via `yubihsm::audit` module). This makes it hard to write code that operate on the...