Open Issues Need Help
View All on GitHub crypto/digest test fails with openssl 3.4.1 about 2 months ago
AI Summary: Debug and fix failing unit tests in the Pony SSL library's crypto module. The tests utilize SHAKE128 and SHAKE256 hashing algorithms and are failing when using OpenSSL 3.4.1, returning all zeros instead of the expected hash values. The fix likely involves investigating the OpenSSL 3.4.1 integration within the Pony wrapper and potentially adjusting the test cases or the wrapper code to correctly handle the new version.
Complexity:
4/5
discuss during sync good first issue help wanted needs investigation