Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rootfs with openssl and keyutils #48

Closed
chantra opened this issue Oct 12, 2022 · 1 comment
Closed

Update rootfs with openssl and keyutils #48

chantra opened this issue Oct 12, 2022 · 1 comment

Comments

@chantra
Copy link
Collaborator

chantra commented Oct 12, 2022

Logs are showing:

  #250     verif_stats:OK
  #251     verif_twfw:OK
  ./verify_sig_setup.sh: line 41: openssl: command not found
  ./verify_sig_setup.sh: line 58: keyctl: command not found
  ./verify_sig_setup.sh: line 58: keyctl: command not found
  test_verify_pkcs7_sig:PASS:mkdtemp 0 nsec
  test_verify_pkcs7_sig:FAIL:_run_setup_process unexpected error: 127 (errno 126)
@chantra
Copy link
Collaborator Author

chantra commented Oct 13, 2022

This was solved by #51 . #52 addresses a second issue which was related to libcrypto incompatibility between the building host (Ubuntu focal with libssl 1.1) and the the VM running the tests (Debian bookworm with libssl3)

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

No branches or pull requests

1 participant