Firstyear
Firstyear
``` tinker --build Running Sphinx v1.7.1 Extension error: Could not import extension tinkerer.ext.blog (exception: cannot import name 'Directive') ``` Fedora 27 x86_64. Installed with "sudo pip3 install tinkerer". This is...
This shows how to make an AIK that has been endorsed and is used to certify other objects.
This adds an example of how to use AES-128-CBC encryption and decryption with a TPM.
CreateLoaded is required for key derivation. We should add it to this library to allow KDF usage for applications.
Hi there, I was working again on another example of TPM usage, this time for key duplication. However, I am once again stuck. :( The following is the code that...
`2023-06-21T06:43:53.315108Z ERROR tss_esapi::structures::tagged::public: ECC unique identifier have not been set in the Public Builder even though the ECC algorithm have been selected. Consider using: .with_ecc_unique_identifier(&EccPoint::default())` ``` let ek_handle = tss_esapi::abstraction::ek::create_ek_object(...
Update Webauthn IDLs to Level 3
When building inside a docker environment, jemalloc-sys fails to build. I'm not 100% sure if this is an issue in jemalloc-sys or jemalloc itself. Proof of concept: https://github.com/Firstyear/jemallocator_build_docker `docker build...
Hi there, I really like the guides you already have. I'd really like to see a guide on how to correctly run tests (ie #[cfg(test)] mod tests) or integrations tests...