Skip to content

Fix CI tests#903

Merged
williamcroberts merged 3 commits intotpm2-software:masterfrom
fdub:fix_ci_build
Sep 12, 2025
Merged

Fix CI tests#903
williamcroberts merged 3 commits intotpm2-software:masterfrom
fdub:fix_ci_build

Conversation

@fdub
Copy link
Contributor

@fdub fdub commented Sep 11, 2025

This PR adresses three issues in the CI tests on the latest opensuse-leap image.

  • ptool-link.sh.nosetup: Fix OpenSSL provider setup.
  • pkcs-crypt.int: Fix IV handling for multipart CBC/CTR operations.
  • pkcs-keygen.int, pkcs-sign-verify.int: Fix memory leak in ssl_util.c.

Fixes ptool-link.sh.nosetup tests on opensuse-leap image.

Signed-off-by: Fabian Dubberke <fdub@posteo.de>
Fixes pkcs-crypt.int tests on opensuse-leap

Signed-off-by: Fabian Dubberke <fdub@posteo.de>
os is allocated with d2i_ASN1_OCTET_STRING and must
be released with ASN1_OCTET_STRING_free to avoid
leaking the internal buffer.

Fixes pkcs-keygen.int and pkcs-sign-verify.int tests on
opensuse-leap (clang)

Signed-off-by: Fabian Dubberke <fdub@posteo.de>
@williamcroberts williamcroberts merged commit 54baed3 into tpm2-software:master Sep 12, 2025
13 checks passed
@williamcroberts williamcroberts mentioned this pull request Sep 13, 2025
@fdub fdub deleted the fix_ci_build branch September 22, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants