Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-04-12 | MTCAP3: Fix tpm2-tss-engine for new versions of openssl | Serhii Kostiuk | 1 | |
Modern versions of openssl look for engine files that do not have the "lib" prefix. The current tpm2-tss-engine recipe provides a symlink from "tpm2tss.so" to "libtpm2tss.so" in the "-dev" package. Adding "-dev" packages to the image is not an option (increases the image size by more than 20 MiB) and the "-engines" package does not provide the required symlink. Provide the symlink in "tpm2-tss-engine-engines" so it can be used in the image instead of "tpm2-tss-engine-dev". |