* tpm2-protocol: open for patches
@ 2025-08-25 21:49 Jarkko Sakkinen
0 siblings, 0 replies; only message in thread
From: Jarkko Sakkinen @ 2025-08-25 21:49 UTC (permalink / raw)
To: tpm2; +Cc: linux-integrity
Hi
The last version that I do "as solo":
https://crates.io/crates/tpm2-protocol/0.10.10
I lifted up the version number in the main branch so that ABI breaks can
be done [1]. Consider all versions up 0.10.10 as the PoC era of this
project. I'm neither to motivated to pick up any stable fixes for 0.10.x.
Versions starting from 0.11 (once it is released) 0.11.x, bug fix
(no feature) branches can be done.
There's one feature in my test program (which I don't recommend to use
for any production, it's still heavily under construction) that I'm
willing to consider for relicensing and further to contribute e.g.,
to TPM-RS or perhaps as its own crate:
https://github.com/puavo-org/tpm2sh/blob/main/src/pretty_printer.rs
[lot's of unimplemented parts but it does not trip on them but instead
marks them down to the log]
Keep in mind that the constraints in the following sections (taken from
lib.rs) are the existential limits for any possible patch (including
dev dependencies, do that type of stuff at your own personan sandbox
thank you).
## Constraints
* `alloc` is disallowed.
* Dependencies are disallowed.
* Developer dependencies (aka 'dev-dependencies`) are disallowed.
* Panics are disallowed.
## Design Goals
* The crate must compile with GNU make and rustc without any external
dependencies.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-protocol.git/commit/?id=d265c021c9407a93068c49a691a9534b1eff3099
BR, Jarkko
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-25 21:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 21:49 tpm2-protocol: open for patches Jarkko Sakkinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).