Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.1

    major refactoring of my code basis. low-level crypto features are moved into cryptoutil. Added proper naming of common structures and functions. Added comments. Added additional tests.
  • v0.3.0

    93a91f49 · added comment ·
    Replaced entire http client/server setup with a minimal and clean net implementation. Marshaling/Unmarshaling is now performed via cbor encoding instead of json. Custom datastructures and interfaces are supported via reflection. cbor encoding uses fixed tags for an interface implementations which hopefully supports cross-language en-/decoding. Added testsuits. TODO: removing old & dead code.
  • v0.2.0

    API overhaul. The api and the tpm-host functionality is properly separated. Created enums for supported Hash-Functions and signing Keys. Removed old and dead code. Templated PrimaryResponses.
  • v0.1.0

    7ba71ccc · removed dead code ·
    Implemented simple client server infrastructure. Additional added tpm2Module which can generate EKs and signing keys leveraging the underlying tpm2 module. The module can also sign data using the generated keys