| Summary: | QCA-2.3.4/5: Test "PublicKeyInfrastructure" fails after updating OpenSSL to 3.0.8 | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] qca | Reporter: | imaginator |
| Component: | general | Assignee: | Ivan Romanov <drizt72> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aacid, bradh, justin, nate |
| Priority: | NOR | ||
| Version First Reported In: | 2.3.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
imaginator
2023-02-09 18:13:16 UTC
Perhaps this may help you:
When I configure qca-2.3.4/5 with the not recommended
-DQCA_SUFFIX=OFF
then all tests succeed for qca-2.3.4 but for qca-2.3.5 test "Hashing" fails while "PublicKeyInfrastructure" passes:
[...]
Start 8: Hashing
8/25 Test #8: Hashing ..........................Subprocess aborted***Exception: 0.34 sec
[...]
Start 19: PublicKeyInfrastructure
19/25 Test #19: PublicKeyInfrastructure .......... Passed 0.00 sec
[...]
The question that bothers me a bit is whether the test-failures indicate a security risk when using qca-2.3.4/5 with OpenSSL-3.0.8 or whether just the tests need to be adapted.
BTW: the problem has been confirmed by an other LFS-user.
Thanks.
looks like an openssl regression to me https://github.com/openssl/openssl/commit/fab4973801bdc11c29c4c8ccf65cf39cbc63ce9b (In reply to Albert Astals Cid from comment #2) > looks like an openssl regression to me > https://github.com/openssl/openssl/commit/ > fab4973801bdc11c29c4c8ccf65cf39cbc63ce9b Thanks. Shows that the tests are important. I hope OpenSSL respond soon. This may be related: https://github.com/openssl/openssl/issues/20233 (In reply to Albert Astals Cid from comment #5) > https://invent.kde.org/libraries/qca/-/merge_requests/93 Thanks. I'll let the LFS-editors know, so that they can add a note for qca that one test is known to fail for qca-2.3.5 and OpenSSL-3.0.8. Or patch the sources according to your commit. Thanks again. |