You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libtpms-...@googlegroups.com
Hi!
I just release v0.8.7 with fixes for building with OpenSSL 3.0. Since
I hadn't announced release for a while, here's also a longer list of
releases with some critical fixes since v0.8.2:
version 0.8.7:
- tpm2: Adapted code for compiling with OpenSSL 3.0
- build-sys: Adapted for silent building with OpenSSL 3.0
version 0.8.6:
- tpm2: Marshal event sequence objects' hash state
version 0.8.5:
- tpm2: NVMarshal: Handle index orderly RAM without 0-sized
terminating node
- tpm2: Initialize a whole OBJECT before using it
version 0.8.4:
- tpm2: Reset too large size indicators in TPM2B to avoid access
beyond buffer
- tpm2: Restore original value in buffer if unmarshalled one was illegal
version 0.8.3:
- Applied work-around for Win 2016 & 2019 server bug related to
TPM2_ContextLoad (issue #217)
- Surround all occurrences of BLOCK_SKIP_READ() with tests of 'rc'